Searched refs:S_IRUGO (Results 1 – 7 of 7) sorted by relevance
| /include/linux/iio/ |
| A D | sysfs.h | 93 .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 D | lm3533.h | 14 DEVICE_ATTR(_name, S_IRUGO, show_##_name, NULL) 16 DEVICE_ATTR(_name, S_IRUGO | S_IWUSR , show_##_name, store_##_name)
|
| /include/linux/usb/ |
| A D | composite.h | 539 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 D | configfs.h | 133 _pfx, _name, S_IRUGO | S_IWUSR \ 139 .ca_mode = S_IRUGO, \ 167 .ca_mode = S_IRUGO | S_IWUSR, \ 180 .ca_mode = S_IRUGO, \
|
| A D | stat.h | 11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH) macro
|
| A D | module.h | 285 .mode = S_IRUGO, \
|
| /include/linux/iio/common/ |
| A D | st_sensors.h | 83 IIO_DEVICE_ATTR(name, S_IRUGO, \
|
Completed in 18 milliseconds