__ATTR_RW 53 include/linux/device.h struct bus_attribute bus_attr_##_name = __ATTR_RW(_name) __ATTR_RW 275 include/linux/device.h struct driver_attribute driver_attr_##_name = __ATTR_RW(_name) __ATTR_RW 429 include/linux/device.h struct class_attribute class_attr_##_name = __ATTR_RW(_name) __ATTR_RW 542 include/linux/device.h struct device_attribute dev_attr_##_name = __ATTR_RW(_name)