Searched refs:__ATTR_RW (Results 1 – 25 of 35) sorted by relevance
12
| /Linux-v6.1/include/rdma/ |
| D | ib_sysfs.h | 22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
|
| /Linux-v6.1/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-v6.1/kernel/ |
| D | reboot.c | 1135 static struct kobj_attribute reboot_mode_attr = __ATTR_RW(mode); 1158 static struct kobj_attribute reboot_force_attr = __ATTR_RW(force); 1214 static struct kobj_attribute reboot_type_attr = __ATTR_RW(type); 1244 static struct kobj_attribute reboot_cpu_attr = __ATTR_RW(cpu);
|
| D | ksysfs.c | 27 static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
|
| /Linux-v6.1/include/linux/iio/ |
| D | sysfs.h | 67 { .dev_attr = __ATTR_RW(_name), \
|
| /Linux-v6.1/drivers/cpufreq/ |
| D | cpufreq_governor.h | 75 static struct governor_attr _name = __ATTR_RW(_name)
|
| /Linux-v6.1/include/linux/device/ |
| D | driver.h | 144 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
|
| D | bus.h | 133 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
|
| D | class.h | 200 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
|
| /Linux-v6.1/drivers/dma/ioat/ |
| D | sysfs.c | 151 static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
|
| /Linux-v6.1/mm/ |
| D | khugepaged.c | 162 __ATTR_RW(scan_sleep_millisecs); 189 __ATTR_RW(alloc_sleep_millisecs); 213 __ATTR_RW(pages_to_scan); 247 __ATTR_RW(defrag); 279 __ATTR_RW(max_ptes_none); 305 __ATTR_RW(max_ptes_swap); 331 __ATTR_RW(max_ptes_shared);
|
| /Linux-v6.1/drivers/misc/ocxl/ |
| D | sysfs.c | 93 __ATTR_RW(reload_on_reset),
|
| /Linux-v6.1/drivers/platform/x86/ |
| D | think-lmi.c | 552 static struct kobj_attribute auth_encoding = __ATTR_RW(encoding); 579 static struct kobj_attribute auth_kbdlang = __ATTR_RW(kbdlang); 616 static struct kobj_attribute auth_index = __ATTR_RW(index); 642 static struct kobj_attribute auth_level = __ATTR_RW(level);
|
| /Linux-v6.1/drivers/infiniband/ulp/rtrs/ |
| D | rtrs-pri.h | 407 static struct kobj_attribute stat##_attr = __ATTR_RW(stat)
|
| /Linux-v6.1/arch/s390/kernel/ |
| D | ipl.c | 1793 static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot); 1819 static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic); 1845 static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart); 1881 static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt); 1907 static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
|
| /Linux-v6.1/drivers/acpi/ |
| D | sysfs.c | 947 static struct kobj_attribute hotplug_enabled_attr = __ATTR_RW(enabled); 1006 static const struct kobj_attribute force_remove_attr = __ATTR_RW(force_remove);
|
| /Linux-v6.1/drivers/platform/x86/dell/dell-wmi-sysman/ |
| D | sysman.c | 201 static struct kobj_attribute reset_bios = __ATTR_RW(reset_bios);
|
| /Linux-v6.1/drivers/accessibility/speakup/ |
| D | kobjects.c | 870 __ATTR_RW(keymap); 874 __ATTR_RW(synth);
|
| /Linux-v6.1/Documentation/filesystems/ |
| D | sysfs.rst | 131 static struct device_attribute dev_attr_foo = __ATTR_RW(foo); 144 __ATTR_RW(name):
|
| /Linux-v6.1/drivers/xen/ |
| D | sys-hypervisor.c | 28 static struct hyp_sysfs_attr _name##_attr = __ATTR_RW(_name)
|
| /Linux-v6.1/sound/hda/ |
| D | hdac_sysfs.c | 159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
|
| /Linux-v6.1/net/core/ |
| D | net-sysfs.c | 1305 = __ATTR_RW(tx_maxrate); 1542 = __ATTR_RW(xps_cpus); 1603 = __ATTR_RW(xps_rxqs);
|
| /Linux-v6.1/include/linux/ |
| D | sysfs.h | 138 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) macro
|
| /Linux-v6.1/fs/xfs/ |
| D | xfs_sysfs.c | 31 static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
|
| /Linux-v6.1/kernel/sched/ |
| D | cpufreq_schedutil.c | 531 static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us);
|
12