Searched refs:__ATTR_RW (Results 1 – 2 of 2) sorted by relevance
53 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)275 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)429 struct class_attribute class_attr_##_name = __ATTR_RW(_name)542 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
96 #define __ATTR_RW(_name) __ATTR(_name, (S_IWUSR | S_IRUGO), \ macro