Home
last modified time | relevance | path

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

12

/linux/kernel/
A Dreboot.c746 static struct kobj_attribute reboot_mode_attr = __ATTR_RW(mode);
769 static struct kobj_attribute reboot_force_attr = __ATTR_RW(force);
825 static struct kobj_attribute reboot_type_attr = __ATTR_RW(type);
855 static struct kobj_attribute reboot_cpu_attr = __ATTR_RW(cpu);
/linux/drivers/misc/cxl/
A Dsysfs.c192 __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/include/rdma/
A Dib_sysfs.h22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
/linux/include/linux/iio/
A Dsysfs.h67 { .dev_attr = __ATTR_RW(_name), \
/linux/include/linux/
A Dmdev.h115 struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_RW(_name)
A Dsysfs.h138 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) macro
A Ddevice.h131 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
/linux/include/linux/device/
A Ddriver.h143 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
A Dbus.h130 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
A Dclass.h200 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
/linux/drivers/dma/ioat/
A Dsysfs.c151 static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
/linux/drivers/misc/ocxl/
A Dsysfs.c93 __ATTR_RW(reload_on_reset),
/linux/arch/s390/kernel/
A Dipl.c1788 static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot);
1814 static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic);
1840 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/drivers/infiniband/ulp/rtrs/
A Drtrs-pri.h407 static struct kobj_attribute stat##_attr = __ATTR_RW(stat)
/linux/drivers/acpi/
A Dsysfs.c936 static struct kobj_attribute hotplug_enabled_attr = __ATTR_RW(enabled);
994 static const struct kobj_attribute force_remove_attr = __ATTR_RW(force_remove);
/linux/drivers/platform/x86/
A Dthink-lmi.c440 static struct kobj_attribute auth_encoding = __ATTR_RW(encoding);
467 static struct kobj_attribute auth_kbdlang = __ATTR_RW(kbdlang);
/linux/drivers/accessibility/speakup/
A Dkobjects.c870 __ATTR_RW(keymap);
874 __ATTR_RW(synth);
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
A Dsysman.c201 static struct kobj_attribute reset_bios = __ATTR_RW(reset_bios);
/linux/Documentation/filesystems/
A Dsysfs.rst131 static struct device_attribute dev_attr_foo = __ATTR_RW(foo);
144 __ATTR_RW(name):
/linux/sound/hda/
A Dhdac_sysfs.c159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
/linux/net/core/
A Dnet-sysfs.c1304 = __ATTR_RW(tx_maxrate);
1541 = __ATTR_RW(xps_cpus);
1602 = __ATTR_RW(xps_rxqs);
/linux/fs/xfs/
A Dxfs_sysfs.c31 static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
/linux/kernel/sched/
A Dcpufreq_schedutil.c532 static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us);
/linux/kernel/livepatch/
A Dcore.c423 static struct kobj_attribute enabled_kobj_attr = __ATTR_RW(enabled);
/linux/arch/powerpc/kernel/
A Dfadump.c1536 static struct kobj_attribute register_attr = __ATTR_RW(registered);

Completed in 45 milliseconds

12