Home
last modified time | relevance | path

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

/include/linux/iio/
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)}
118 IIO_DEVICE_ATTR(sampling_frequency_available, S_IRUGO, _show, NULL, 0)
133 IIO_DEVICE_ATTR(integration_time_available, S_IRUGO, _show, NULL, 0)
144 IIO_DEVICE_ATTR(in_temp_raw, S_IRUGO, _show, NULL, 0)
/include/linux/mfd/
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/
Dcomposite.h553 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \
556 module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \
559 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
563 S_IRUGO); \
567 S_IRUGO); \
570 module_param_named(iProduct, coverwrite.product, charp, S_IRUGO); \
/include/linux/
Dconfigfs.h126 .ca_mode = S_IRUGO | S_IWUSR, \
135 .ca_mode = S_IRUGO, \
163 .ca_mode = S_IRUGO | S_IWUSR, \
176 .ca_mode = S_IRUGO, \
Dstat.h11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH) macro
Dmodule.h280 .mode = S_IRUGO, \
/include/linux/iio/common/
Dst_sensors.h82 IIO_DEVICE_ATTR(name, S_IRUGO, \