Home
last modified time | relevance | path

Searched refs:__ATTR_RW (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.15/kernel/
H A Dreboot.c1094 static struct kobj_attribute hw_protection_attr = __ATTR_RW(hw_protection);
1243 static struct kobj_attribute reboot_mode_attr = __ATTR_RW(mode);
1266 static struct kobj_attribute reboot_force_attr = __ATTR_RW(force);
1322 static struct kobj_attribute reboot_type_attr = __ATTR_RW(type);
1352 static struct kobj_attribute reboot_cpu_attr = __ATTR_RW(cpu);
H A Dksysfs.c36 static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
/linux-6.15/include/rdma/
H A Dib_sysfs.h22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
/linux-6.15/drivers/cpufreq/
H A Dcpufreq_governor.h75 static struct governor_attr _name = __ATTR_RW(_name)
/linux-6.15/include/linux/iio/
H A Dsysfs.h67 { .dev_attr = __ATTR_RW(_name), \
/linux-6.15/include/linux/device/
H A Ddriver.h143 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
H A Dbus.h123 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
H A Dclass.h176 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
/linux-6.15/drivers/dma/ioat/
H A Dsysfs.c151 static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
/linux-6.15/mm/
H A Dkhugepaged.c159 __ATTR_RW(scan_sleep_millisecs);
186 __ATTR_RW(alloc_sleep_millisecs);
210 __ATTR_RW(pages_to_scan);
244 __ATTR_RW(defrag);
276 __ATTR_RW(max_ptes_none);
302 __ATTR_RW(max_ptes_swap);
328 __ATTR_RW(max_ptes_shared);
/linux-6.15/drivers/platform/x86/
H A Dthink-lmi.c561 static struct kobj_attribute auth_encoding = __ATTR_RW(encoding);
588 static struct kobj_attribute auth_kbdlang = __ATTR_RW(kbdlang);
625 static struct kobj_attribute auth_index = __ATTR_RW(index);
651 static struct kobj_attribute auth_level = __ATTR_RW(level);
1324 static struct kobj_attribute save_settings = __ATTR_RW(save_settings);
/linux-6.15/drivers/edac/
H A Dscrub.c154 ((struct edac_scrub_dev_attr) { .dev_attr = __ATTR_RW(_name), \
H A Decs.c143 ((struct edac_ecs_dev_attr) { .dev_attr = __ATTR_RW(_name), \
H A Dmem_repair.c289 ((struct edac_mem_repair_dev_attr) { .dev_attr = __ATTR_RW(_name), \
/linux-6.15/drivers/misc/ocxl/
H A Dsysfs.c93 __ATTR_RW(reload_on_reset),
/linux-6.15/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h406 static struct kobj_attribute stat##_attr = __ATTR_RW(stat)
/linux-6.15/drivers/platform/x86/hp/hp-bioscfg/
H A Denum-attributes.c64 __ATTR_RW(current_value);
/linux-6.15/arch/s390/kernel/
H A Dipl.c2065 static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot);
2091 static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic);
2117 static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart);
2153 static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt);
2179 static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
/linux-6.15/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c200 static struct kobj_attribute reset_bios = __ATTR_RW(reset_bios);
/linux-6.15/fs/nfs/
H A Dsysfs.c293 static struct kobj_attribute nfs_sysfs_attr_shutdown = __ATTR_RW(shutdown);
/linux-6.15/drivers/acpi/
H A Dsysfs.c965 static struct kobj_attribute hotplug_enabled_attr = __ATTR_RW(enabled);
1024 static const struct kobj_attribute force_remove_attr = __ATTR_RW(force_remove);
H A Dplatform_profile.c444 static struct kobj_attribute attr_platform_profile = __ATTR_RW(platform_profile);
/linux-6.15/drivers/accessibility/speakup/
H A Dkobjects.c867 __ATTR_RW(keymap);
871 __ATTR_RW(synth);
/linux-6.15/Documentation/filesystems/
H A Dsysfs.rst131 static struct device_attribute dev_attr_foo = __ATTR_RW(foo);
144 __ATTR_RW(name):
/linux-6.15/sound/hda/
H A Dhdac_sysfs.c159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)

12