Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/cxl/
Dsysfs.c120 __ATTR_RW(load_image_on_perst),
362 __ATTR_RW(irqs_max),
364 __ATTR_RW(mode),
365 __ATTR_RW(prefault_mode),
/linux-4.1.27/include/linux/
Ddevice.h54 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
276 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
430 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
543 struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
Dsysfs.h114 #define __ATTR_RW(_name) __ATTR(_name, (S_IWUSR | S_IRUGO), \ macro
/linux-4.1.27/fs/xfs/
Dxfs_sysfs.c38 static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
/linux-4.1.27/drivers/base/
Ddevcoredump.c164 __ATTR_RW(disabled),
Dfirmware_class.c536 __ATTR_RW(timeout),
/linux-4.1.27/arch/s390/kernel/
Dipl.c1670 static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot);
1696 static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic);
1722 static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart);
1759 static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt);
1785 static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
/linux-4.1.27/sound/hda/
Dhdac_sysfs.c150 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
/linux-4.1.27/drivers/staging/speakup/
Dkobjects.c853 __ATTR_RW(keymap);
857 __ATTR_RW(synth);
/linux-4.1.27/drivers/amba/
Dbus.c130 __ATTR_RW(driver_override),
/linux-4.1.27/kernel/livepatch/
Dcore.c642 static struct kobj_attribute enabled_kobj_attr = __ATTR_RW(enabled);