Searched refs:__ATTR_RW (Results 1 – 8 of 8) sorted by relevance
22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
67 { .dev_attr = __ATTR_RW(_name), \
135 struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_RW(_name)
138 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) macro
132 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
147 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
206 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
135 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)