Searched refs:__ATTR_RW (Results 1 – 7 of 7) sorted by relevance
22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
67 { .dev_attr = __ATTR_RW(_name), \
143 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
123 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
176 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
267 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) macro
181 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
Completed in 17 milliseconds