Searched refs:__ATTR_RW (Results 1 – 25 of 46) sorted by relevance
12
| /linux/drivers/edac/ |
| H A D | mem_repair.c | 291 [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 D | scrub.c | 154 ((struct edac_scrub_dev_attr) { .dev_attr = __ATTR_RW(_name), \
|
| H A D | ecs.c | 143 ((struct edac_ecs_dev_attr) { .dev_attr = __ATTR_RW(_name), \
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_freq.c | 180 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 D | reboot.c | 1094 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 D | ksysfs.c | 36 static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
|
| /linux/include/rdma/ |
| H A D | ib_sysfs.h | 22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
|
| /linux/drivers/cpufreq/ |
| H A D | cpufreq_governor.h | 75 static struct governor_attr _name = __ATTR_RW(_name)
|
| /linux/include/linux/iio/ |
| H A D | sysfs.h | 67 { .dev_attr = __ATTR_RW(_name), \
|
| /linux/include/linux/device/ |
| H A D | driver.h | 152 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
|
| H A D | bus.h | 129 struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
|
| H A D | class.h | 176 struct class_attribute class_attr_##_name = __ATTR_RW(_name)
|
| /linux/mm/ |
| H A D | khugepaged.c | 157 __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 D | hugetlb_sysfs.c | 21 static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
|
| /linux/drivers/dma/ioat/ |
| H A D | sysfs.c | 151 static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | think-lmi.c | 599 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 D | sysfs.c | 93 __ATTR_RW(reload_on_reset),
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-pri.h | 416 static struct kobj_attribute stat##_attr = __ATTR_RW(stat)
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | enum-attributes.c | 64 __ATTR_RW(current_value);
|
| /linux/arch/s390/kernel/ |
| H A D | ipl.c | 2089 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 D | kobjects.c | 867 __ATTR_RW(keymap); 871 __ATTR_RW(synth);
|
| /linux/drivers/acpi/ |
| H A D | sysfs.c | 965 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 D | sysman.c | 200 static struct kobj_attribute reset_bios = __ATTR_RW(reset_bios);
|
| /linux/fs/nfs/ |
| H A D | sysfs.c | 297 static struct kobj_attribute nfs_sysfs_attr_shutdown = __ATTR_RW(shutdown);
|
| /linux/sound/hda/core/ |
| H A D | sysfs.c | 159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
|
12