S_IRUGO           204 include/linux/iio/buffer.h #define IIO_BUFFER_LENGTH_ATTR DEVICE_ATTR(length, S_IRUGO | S_IWUSR,	\
S_IRUGO           208 include/linux/iio/buffer.h #define IIO_BUFFER_ENABLE_ATTR DEVICE_ATTR(enable, S_IRUGO | S_IWUSR,	\
S_IRUGO            68 include/linux/iio/common/st_sensors.h 		IIO_DEVICE_ATTR(name, S_IRUGO, \
S_IRUGO            68 include/linux/iio/sysfs.h 	    .dev_attr = __ATTR(_name, S_IRUGO, iio_read_const_attr, NULL)}
S_IRUGO            73 include/linux/iio/sysfs.h 	    .dev_attr = __ATTR(_name, S_IRUGO, iio_read_const_attr, NULL)}
S_IRUGO            93 include/linux/iio/sysfs.h 	IIO_DEVICE_ATTR(sampling_frequency_available, S_IRUGO, _show, NULL, 0)
S_IRUGO           108 include/linux/iio/sysfs.h 	IIO_DEVICE_ATTR(integration_time_available, S_IRUGO, _show, NULL, 0)
S_IRUGO           119 include/linux/iio/sysfs.h 	IIO_DEVICE_ATTR(in_temp_raw, S_IRUGO, _show, NULL, 0)
S_IRUGO            18 include/linux/mfd/lm3533.h 	DEVICE_ATTR(_name, S_IRUGO, show_##_name, NULL)
S_IRUGO            20 include/linux/mfd/lm3533.h 	DEVICE_ATTR(_name, S_IRUGO | S_IWUSR , show_##_name, store_##_name)
S_IRUGO           169 include/linux/module.h 				.mode	= S_IRUGO,			\
S_IRUGO            81 include/linux/sysfs.h 	.attr	= { .name = __stringify(_name), .mode = S_IRUGO },	\
S_IRUGO            90 include/linux/sysfs.h #define __ATTR_RW(_name) __ATTR(_name, (S_IWUSR | S_IRUGO),		\
S_IRUGO           154 include/linux/sysfs.h 	.attr	= { .name = __stringify(_name), .mode = S_IRUGO },	\
S_IRUGO           160 include/linux/sysfs.h 				   (S_IWUSR | S_IRUGO), _name##_read,	\
S_IRUGO           521 include/linux/usb/composite.h 	module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \
S_IRUGO           524 include/linux/usb/composite.h 	module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \
S_IRUGO           527 include/linux/usb/composite.h 	module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
S_IRUGO           531 include/linux/usb/composite.h 			S_IRUGO); \
S_IRUGO           535 include/linux/usb/composite.h 			S_IRUGO); \
S_IRUGO           538 include/linux/usb/composite.h 	module_param_named(iProduct, coverwrite.product, charp, S_IRUGO); \
S_IRUGO            30 include/linux/usb/gadget_configfs.h 		__CONFIGFS_ATTR(name,  S_IRUGO | S_IWUSR,		\