| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A 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),
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mdev.h | 109 struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_RW(_name)
|
| H A D | sysfs.h | 138 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) macro
|
| H A D | device.h | 132 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
|
| /OK3568_Linux_fs/kernel/include/linux/iio/ |
| H A D | sysfs.h | 64 { .dev_attr = __ATTR_RW(_name), \
|
| /OK3568_Linux_fs/kernel/include/linux/device/ |
| H A D | driver.h | 147 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
|
| H A D | class.h | 206 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
|
| H A D | bus.h | 135 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
|
| /OK3568_Linux_fs/kernel/drivers/dma/ioat/ |
| H A D | sysfs.c | 151 static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
|
| /OK3568_Linux_fs/kernel/drivers/misc/ocxl/ |
| H A D | sysfs.c | 93 __ATTR_RW(reload_on_reset),
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 620 static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us); 647 static struct governor_attr target_load = __ATTR_RW(target_load);
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rk3308_codec.c | 4354 __ATTR_RW(adc_grps), 4355 __ATTR_RW(adc_grps_endisable), 4356 __ATTR_RW(adc_grps_route), 4357 __ATTR_RW(adc_grp0_in), 4358 __ATTR_RW(adc_zerocross), 4359 __ATTR_RW(dac_endisable), 4360 __ATTR_RW(dac_output), 4361 __ATTR_RW(enable_all_adcs), 4362 __ATTR_RW(pm_state),
|
| H A D | rv1106_codec.c | 1934 __ATTR_RW(adc_enable), 1935 __ATTR_RW(dac_enable),
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-pri.h | 403 static struct kobj_attribute stat##_attr = __ATTR_RW(stat)
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | kobjects.c | 870 __ATTR_RW(keymap); 874 __ATTR_RW(synth);
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sysfs.rst | 131 static struct device_attribute dev_attr_foo = __ATTR_RW(foo); 144 __ATTR_RW(name):
|
| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | hdac_sysfs.c | 159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | net-sysfs.c | 1257 = __ATTR_RW(tx_maxrate); 1483 = __ATTR_RW(xps_cpus); 1586 = __ATTR_RW(xps_rxqs);
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_sysfs.c | 30 static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | core.c | 424 static struct kobj_attribute enabled_kobj_attr = __ATTR_RW(enabled);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | fadump.c | 1540 static struct kobj_attribute register_attr = __ATTR_RW(registered);
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-bow.c | 580 static struct kobj_attribute attr_state = __ATTR_RW(state);
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | vmbus_drv.c | 1597 struct vmbus_chan_attribute chan_attr_##_name = __ATTR_RW(_name)
|