Home
last modified time | relevance | path

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

12

/linux/drivers/edac/
H A Dmem_repair.c291 [MR_PERSIST_MODE] = __ATTR_RW(persist_mode),
293 [MR_HPA] = __ATTR_RW(hpa),
296 [MR_DPA] = __ATTR_RW(dpa),
299 [MR_NIBBLE_MASK] = __ATTR_RW(nibble_mask),
300 [MR_BANK_GROUP] = __ATTR_RW(bank_group),
301 [MR_BANK] = __ATTR_RW(bank),
302 [MR_RANK] = __ATTR_RW(rank),
303 [MR_ROW] = __ATTR_RW(row),
304 [MR_COLUMN] = __ATTR_RW(column),
305 [MR_CHANNEL] = __ATTR_RW(channel),
[all …]
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), \
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_freq.c180 static struct kobj_attribute attr_min_freq = __ATTR_RW(min_freq);
217 static struct kobj_attribute attr_max_freq = __ATTR_RW(max_freq);
243 static struct kobj_attribute attr_power_profile = __ATTR_RW(power_profile);
/linux/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/include/rdma/
H A Dib_sysfs.h22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
/linux/drivers/cpufreq/
H A Dcpufreq_governor.h75 static struct governor_attr _name = __ATTR_RW(_name)
/linux/include/linux/iio/
H A Dsysfs.h67 { .dev_attr = __ATTR_RW(_name), \
/linux/include/linux/device/
H A Ddriver.h152 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
H A Dbus.h129 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
H A Dclass.h176 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
/linux/mm/
H A Dkhugepaged.c157 __ATTR_RW(scan_sleep_millisecs);
173 __ATTR_RW(alloc_sleep_millisecs);
197 __ATTR_RW(pages_to_scan);
231 __ATTR_RW(defrag);
263 __ATTR_RW(max_ptes_none);
289 __ATTR_RW(max_ptes_swap);
315 __ATTR_RW(max_ptes_shared);
H A Dhugetlb_sysfs.c21 static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
/linux/drivers/dma/ioat/
H A Dsysfs.c151 static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c599 static struct kobj_attribute auth_encoding = __ATTR_RW(encoding);
626 static struct kobj_attribute auth_kbdlang = __ATTR_RW(kbdlang);
663 static struct kobj_attribute auth_index = __ATTR_RW(index);
689 static struct kobj_attribute auth_level = __ATTR_RW(level);
1383 static struct kobj_attribute save_settings = __ATTR_RW(save_settings);
/linux/drivers/misc/ocxl/
H A Dsysfs.c93 __ATTR_RW(reload_on_reset),
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h416 static struct kobj_attribute stat##_attr = __ATTR_RW(stat)
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Denum-attributes.c64 __ATTR_RW(current_value);
/linux/arch/s390/kernel/
H A Dipl.c2089 static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot);
2115 static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic);
2141 static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart);
2177 static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt);
2203 static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
/linux/drivers/accessibility/speakup/
H A Dkobjects.c867 __ATTR_RW(keymap);
871 __ATTR_RW(synth);
/linux/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);
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c200 static struct kobj_attribute reset_bios = __ATTR_RW(reset_bios);
/linux/fs/nfs/
H A Dsysfs.c297 static struct kobj_attribute nfs_sysfs_attr_shutdown = __ATTR_RW(shutdown);
/linux/sound/hda/core/
H A Dsysfs.c159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)

12