Home
last modified time | relevance | path

Searched refs:mdev_type_attribute (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/vfio/mdev/
Dmdev_sysfs.c17 struct mdev_type_attribute { struct
20 struct mdev_type_attribute *attr, char *buf); argument
22 struct mdev_type_attribute *attr, const char *buf, argument
27 struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_RO(_name)
29 struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_WO(_name)
34 struct mdev_type_attribute *attr = to_mdev_type_attr(__attr); in mdev_type_attr_show()
47 struct mdev_type_attribute *attr = to_mdev_type_attr(__attr); in mdev_type_attr_store()
62 struct mdev_type_attribute *attr, const char *buf, in create_store()
90 struct mdev_type_attribute *attr, char *buf) in device_api_show()
97 struct mdev_type_attribute *attr, char *buf) in name_show()
[all …]
Dmdev_private.h17 container_of(_attr, struct mdev_type_attribute, attr)