Home
last modified time | relevance | path

Searched refs:__ATTR_RW (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Ddevice.h53 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)
Dsysfs.h96 #define __ATTR_RW(_name) __ATTR(_name, (S_IWUSR | S_IRUGO), \ macro