Home
last modified time | relevance | path

Searched refs:__ATTR_RO (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dmdev.h111 struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_RO(_name)
Dsysfs.h115 #define __ATTR_RO(_name) { \ macro
Ddevice.h136 struct device_attribute dev_attr_##_name = __ATTR_RO(_name)
Dperf_event.h1607 static struct device_attribute format_attr_##_name = __ATTR_RO(_name)
/include/linux/iio/
Dsysfs.h56 { .dev_attr = __ATTR_RO(_name), \
/include/linux/device/
Ddriver.h149 struct driver_attribute driver_attr_##_name = __ATTR_RO(_name)
Dclass.h208 struct class_attribute class_attr_##_name = __ATTR_RO(_name)
Dbus.h137 struct bus_attribute bus_attr_##_name = __ATTR_RO(_name)