Searched refs:__ATTR_RW (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/misc/cxl/ |
| D | sysfs.c | 192 __ATTR_RW(load_image_on_perst), 193 __ATTR_RW(perst_reloads_same_image), 458 __ATTR_RW(irqs_max), 460 __ATTR_RW(mode), 461 __ATTR_RW(prefault_mode),
|
| /Linux-v5.4/include/linux/ |
| D | mdev.h | 109 struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_RW(_name)
|
| D | device.h | 54 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name) 414 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name) 719 struct class_attribute class_attr_##_name = __ATTR_RW(_name) 837 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
|
| D | sysfs.h | 131 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) macro
|
| /Linux-v5.4/include/linux/iio/ |
| D | sysfs.h | 64 { .dev_attr = __ATTR_RW(_name), \
|
| /Linux-v5.4/drivers/dma/ioat/ |
| D | sysfs.c | 151 static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | ipl.c | 1419 static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot); 1445 static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic); 1471 static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart); 1508 static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt); 1534 static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
|
| /Linux-v5.4/drivers/staging/speakup/ |
| D | kobjects.c | 870 __ATTR_RW(keymap); 874 __ATTR_RW(synth);
|
| /Linux-v5.4/net/core/ |
| D | net-sysfs.c | 1117 = __ATTR_RW(tx_maxrate); 1322 = __ATTR_RW(xps_cpus); 1405 = __ATTR_RW(xps_rxqs);
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | sysfs.txt | 127 static struct device_attribute dev_attr_foo = __ATTR_RW(foo); 136 __ATTR_RW(name): assumes default name_show, name_store and setting
|
| /Linux-v5.4/sound/hda/ |
| D | hdac_sysfs.c | 159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_sysfs.c | 30 static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
|
| /Linux-v5.4/kernel/sched/ |
| D | cpufreq_schedutil.c | 621 static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us);
|
| /Linux-v5.4/kernel/livepatch/ |
| D | core.c | 402 static struct kobj_attribute enabled_kobj_attr = __ATTR_RW(enabled);
|
| /Linux-v5.4/drivers/hv/ |
| D | vmbus_drv.c | 1491 struct vmbus_chan_attribute chan_attr_##_name = __ATTR_RW(_name)
|