Home
last modified time | relevance | path

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

/include/rdma/
A Dib_sysfs.h22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
/include/linux/iio/
A Dsysfs.h67 { .dev_attr = __ATTR_RW(_name), \
/include/linux/device/
A Ddriver.h143 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
A Dbus.h123 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
A Dclass.h176 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
/include/linux/
A Dsysfs.h267 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) macro
A Ddevice.h181 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)

Completed in 17 milliseconds