Searched defs:DEVICE_ATTR (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/iio/trigger/ |
| H A D | iio-trig-sysfs.c | 43 static DEVICE_ATTR(add_trigger, S_IWUSR, NULL, &iio_sysfs_trig_add); variable 63 static DEVICE_ATTR(remove_trigger, S_IWUSR, NULL, &iio_sysfs_trig_remove); variable
|
| /kernel/linux/linux-6.6/drivers/iio/trigger/ |
| H A D | iio-trig-sysfs.c | 43 static DEVICE_ATTR(add_trigger, S_IWUSR, NULL, &iio_sysfs_trig_add); variable 63 static DEVICE_ATTR(remove_trigger, S_IWUSR, NULL, &iio_sysfs_trig_remove); variable
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | device.h | 125 #define DEVICE_ATTR(_name, _mode, _show, _store) \ macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | device.h | 156 #define DEVICE_ATTR(_name, _mode, _show, _store) \ macro
|
Completed in 6 milliseconds