Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cxl/
Dsysfs.c145 __ATTR_RW(load_image_on_perst),
146 __ATTR_RW(perst_reloads_same_image),
398 __ATTR_RW(irqs_max),
400 __ATTR_RW(mode),
401 __ATTR_RW(prefault_mode),
/linux-4.4.14/include/linux/
Ddevice.h54 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
306 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
460 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
573 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
Dsysfs.h124 #define __ATTR_RW(_name) __ATTR(_name, (S_IWUSR | S_IRUGO), \ macro
/linux-4.4.14/fs/xfs/
Dxfs_sysfs.c40 static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
/linux-4.4.14/drivers/base/
Ddevcoredump.c164 __ATTR_RW(disabled),
Dfirmware_class.c555 __ATTR_RW(timeout),
/linux-4.4.14/arch/s390/kernel/
Dipl.c1695 static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot);
1721 static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic);
1747 static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart);
1784 static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt);
1810 static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
/linux-4.4.14/sound/hda/
Dhdac_sysfs.c158 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
/linux-4.4.14/drivers/staging/speakup/
Dkobjects.c854 __ATTR_RW(keymap);
858 __ATTR_RW(synth);
/linux-4.4.14/drivers/amba/
Dbus.c130 __ATTR_RW(driver_override),
/linux-4.4.14/kernel/livepatch/
Dcore.c651 static struct kobj_attribute enabled_kobj_attr = __ATTR_RW(enabled);