Searched refs:__ATTR_RW (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.10/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.10/include/linux/ |
D | mdev.h | 109 struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_RW(_name)
|
D | sysfs.h | 138 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) macro
|
D | device.h | 131 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
|
/Linux-v5.10/include/linux/iio/ |
D | sysfs.h | 64 { .dev_attr = __ATTR_RW(_name), \
|
/Linux-v5.10/include/linux/device/ |
D | driver.h | 142 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
|
D | bus.h | 130 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
|
D | class.h | 200 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
|
/Linux-v5.10/drivers/dma/ioat/ |
D | sysfs.c | 151 static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
|
/Linux-v5.10/drivers/misc/ocxl/ |
D | sysfs.c | 93 __ATTR_RW(reload_on_reset),
|
/Linux-v5.10/drivers/infiniband/ulp/rtrs/ |
D | rtrs-pri.h | 396 static struct kobj_attribute stat##_attr = __ATTR_RW(stat)
|
/Linux-v5.10/arch/s390/kernel/ |
D | ipl.c | 1787 static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot); 1813 static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic); 1839 static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart); 1876 static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt); 1902 static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
|
/Linux-v5.10/drivers/accessibility/speakup/ |
D | kobjects.c | 870 __ATTR_RW(keymap); 874 __ATTR_RW(synth);
|
/Linux-v5.10/Documentation/filesystems/ |
D | sysfs.rst | 131 static struct device_attribute dev_attr_foo = __ATTR_RW(foo); 144 __ATTR_RW(name):
|
/Linux-v5.10/sound/hda/ |
D | hdac_sysfs.c | 159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
|
/Linux-v5.10/net/core/ |
D | net-sysfs.c | 1202 = __ATTR_RW(tx_maxrate); 1407 = __ATTR_RW(xps_cpus); 1490 = __ATTR_RW(xps_rxqs);
|
/Linux-v5.10/fs/xfs/ |
D | xfs_sysfs.c | 30 static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
|
/Linux-v5.10/kernel/sched/ |
D | cpufreq_schedutil.c | 605 static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us);
|
/Linux-v5.10/kernel/livepatch/ |
D | core.c | 424 static struct kobj_attribute enabled_kobj_attr = __ATTR_RW(enabled);
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | fadump.c | 1536 static struct kobj_attribute register_attr = __ATTR_RW(registered);
|
/Linux-v5.10/drivers/hv/ |
D | vmbus_drv.c | 1597 struct vmbus_chan_attribute chan_attr_##_name = __ATTR_RW(_name)
|