Home
last modified time | relevance | path

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

/include/linux/iio/
A Dsysfs.h93 .dev_attr = __ATTR(_name, S_IRUGO, iio_read_const_attr, NULL)}
98 .dev_attr = __ATTR(_name, S_IRUGO, iio_read_const_attr, NULL)}
129 IIO_DEVICE_ATTR(sampling_frequency_available, S_IRUGO, _show, NULL, 0)
144 IIO_DEVICE_ATTR(integration_time_available, S_IRUGO, _show, NULL, 0)
155 IIO_DEVICE_ATTR(in_temp_raw, S_IRUGO, _show, NULL, 0)
/include/linux/mfd/
A Dlm3533.h14 DEVICE_ATTR(_name, S_IRUGO, show_##_name, NULL)
16 DEVICE_ATTR(_name, S_IRUGO | S_IWUSR , show_##_name, store_##_name)
/include/linux/usb/
A Dcomposite.h539 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \
542 module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \
545 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
549 S_IRUGO); \
553 S_IRUGO); \
556 module_param_named(iProduct, coverwrite.product, charp, S_IRUGO); \
/include/linux/
A Dconfigfs.h133 _pfx, _name, S_IRUGO | S_IWUSR \
139 .ca_mode = S_IRUGO, \
167 .ca_mode = S_IRUGO | S_IWUSR, \
180 .ca_mode = S_IRUGO, \
A Dstat.h11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH) macro
A Dmodule.h285 .mode = S_IRUGO, \
/include/linux/iio/common/
A Dst_sensors.h83 IIO_DEVICE_ATTR(name, S_IRUGO, \

Completed in 18 milliseconds