Searched refs:mdev_type_attribute (Results 1 – 2 of 2) sorted by relevance
17 struct mdev_type_attribute { struct20 struct mdev_type_attribute *attr, char *buf); argument22 struct mdev_type_attribute *attr, const char *buf, argument27 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 …]
17 container_of(_attr, struct mdev_type_attribute, attr)