Symbol: __ATTR_WO
arch/powerpc/kernel/fadump.c
1545
static struct kobj_attribute release_attr = __ATTR_WO(release_mem);
arch/powerpc/platforms/powernv/opal-core.c
586
static struct kobj_attribute opalcore_rel_attr = __ATTR_WO(release_core);
arch/s390/kernel/cert_store.c
767
static struct kobj_attribute refresh_attr = __ATTR_WO(refresh);
drivers/accessibility/speakup/kobjects.c
869
__ATTR_WO(silent);
drivers/accessibility/speakup/kobjects.c
873
__ATTR_WO(synth_direct);
drivers/edac/ecs.c
139
((struct edac_ecs_dev_attr) { .dev_attr = __ATTR_WO(_name), \
drivers/edac/mem_repair.c
307
[MEM_DO_REPAIR] = __ATTR_WO(repair)
drivers/edac/scrub.c
150
((struct edac_scrub_dev_attr) { .dev_attr = __ATTR_WO(_name), \
drivers/hv/vmbus_drv.c
1624
struct vmbus_chan_attribute chan_attr_##_name = __ATTR_WO(_name)
drivers/net/netdevsim/bus.c
101
static struct device_attribute nsim_bus_dev_new_port_attr = __ATTR_WO(new_port);
drivers/net/netdevsim/bus.c
122
static struct device_attribute nsim_bus_dev_del_port_attr = __ATTR_WO(del_port);
drivers/platform/x86/dell/dell-wmi-sysman/passobj-attributes.c
70
static struct kobj_attribute po_current_password = __ATTR_WO(current_password);
drivers/platform/x86/dell/dell-wmi-sysman/passobj-attributes.c
98
static struct kobj_attribute po_new_password = __ATTR_WO(new_password);
drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
120
static struct kobj_attribute password_current_password = __ATTR_WO(current_password);
drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
129
static struct kobj_attribute password_new_password = __ATTR_WO(new_password);
drivers/platform/x86/hp/hp-bioscfg/spmobj-attributes.c
254
static struct kobj_attribute password_spm_signing_key = __ATTR_WO(sk);
drivers/platform/x86/hp/hp-bioscfg/spmobj-attributes.c
291
static struct kobj_attribute password_spm_endorsement_key = __ATTR_WO(kek);
drivers/platform/x86/hp/hp-bioscfg/spmobj-attributes.c
328
static struct kobj_attribute password_spm_auth_token = __ATTR_WO(auth_token);
drivers/platform/x86/lenovo/think-lmi.c
1437
static struct kobj_attribute debug_cmd = __ATTR_WO(debug_cmd);
drivers/platform/x86/lenovo/think-lmi.c
452
static struct kobj_attribute auth_current_password = __ATTR_WO(current_password);
drivers/platform/x86/lenovo/think-lmi.c
543
static struct kobj_attribute auth_new_password = __ATTR_WO(new_password);
drivers/platform/x86/lenovo/think-lmi.c
806
static struct kobj_attribute auth_cert_to_password = __ATTR_WO(cert_to_password);
drivers/platform/x86/lenovo/think-lmi.c
915
static struct kobj_attribute auth_certificate = __ATTR_WO(certificate);
drivers/platform/x86/lenovo/think-lmi.c
942
static struct kobj_attribute auth_signature = __ATTR_WO(signature);
drivers/platform/x86/lenovo/think-lmi.c
969
static struct kobj_attribute auth_save_signature = __ATTR_WO(save_signature);
drivers/s390/char/sclp_sd.c
448
static struct kobj_attribute reload_attr = __ATTR_WO(reload);
drivers/vfio/mdev/mdev_sysfs.c
29
struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_WO(_name)
fs/xfs/xfs_sysfs.c
38
static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_WO(name)
include/linux/device/bus.h
133
struct bus_attribute bus_attr_##_name = __ATTR_WO(_name)
include/linux/device/class.h
180
struct class_attribute class_attr_##_name = __ATTR_WO(_name)
include/linux/device/driver.h
158
struct driver_attribute driver_attr_##_name = __ATTR_WO(_name)
include/linux/iio/sysfs.h
63
{ .dev_attr = __ATTR_WO(_name), \
include/rdma/ib_sysfs.h
32
struct ib_port_attribute ib_port_attr_##_name = __ATTR_WO(_name)
kernel/livepatch/core.c
483
static struct kobj_attribute force_kobj_attr = __ATTR_WO(force);
mm/hugetlb_sysfs.c
18
static struct kobj_attribute _name##_attr = __ATTR_WO(_name)