/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | sysfs.h | 10 .store = type ## _store \
|
/kernel/linux/linux-5.10/kernel/power/ |
H A D | power.h | 85 .store = _name##_store, \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mdev.h | 101 ssize_t (*store)(struct kobject *kobj, struct device *dev, member
|
H A D | elevator.h | 60 ssize_t (*store)(struct elevator_queue *, const char *, size_t); member
|
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpaa2-qdma.h | 134 struct dpaa2_io_store *store; member
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | sysfs.h | 10 .store = type ## _store \
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mem-events.h | 61 u32 store; /* count of all stores in trace */ member 63 u32 st_noadrs; /* cacheable store with no address */
|
H A D | mem-events.c | 640 /* store */ in c2c_decode_stats() 641 stats->store++; in c2c_decode_stats() 677 stats->store += add->store; in c2c_add_stats()
|
/kernel/linux/linux-6.6/mm/kmsan/ |
H A D | kmsan.h | 68 bool store);
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | orangefs-sysfs.c | 170 ssize_t (*store)(struct kobject *kobj, member 200 if (!attribute->store) in orangefs_attr_store() 202 return attribute->store(kobj, attribute, buf, len); in orangefs_attr_store() 207 .store = orangefs_attr_store,
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-sysfs.c | 170 ssize_t (*store)(struct kobject *kobj, member 200 if (!attribute->store) in orangefs_attr_store() 202 return attribute->store(kobj, attribute, buf, len); in orangefs_attr_store() 207 .store = orangefs_attr_store,
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | align.S | 128 #define OP0_S32I_N 0x9 /* store immediate narrow */ 184 /* Now, identify one of the following load/store instructions. 211 /* Analyze the instruction (load or store?). */ 218 _beqz a6, .Lstore # S32I.N, do a store 220 /* 'store indicator bit' not set, jump */ 361 _beqi a5, OP1_S32I, 1f # jump if 32 bit store 396 s32i a5, a4, 0 # store
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | unaligned_64.c | 3 * unaligned.c: Unaligned load/store trap handling with special 35 store, /* st, std, sth, stsh */ enumerator 53 return store; in decode_direction() 328 printk("Unsupported unaligned load/store trap for kernel " in kernel_unaligned_trap() 331 "unaligned load/store.", regs); in kernel_unaligned_trap() 379 case store: in kernel_unaligned_trap()
|
/kernel/linux/linux-5.10/block/ |
H A D | elevator.c | 470 if (!entry->store) in elv_attr_store() 475 error = e->type ? entry->store(e, page, length) : -ENOENT; in elv_attr_store() 482 .store = elv_attr_store,
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | mpc85xx_edac.c | 410 .store = mpc85xx_l2_inject_data_hi_store}, 417 .store = mpc85xx_l2_inject_data_lo_store}, 424 .store = mpc85xx_l2_inject_ctrl_store},
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | unaligned_64.c | 3 * unaligned.c: Unaligned load/store trap handling with special 35 store, /* st, std, sth, stsh */ enumerator 53 return store; in decode_direction() 328 printk("Unsupported unaligned load/store trap for kernel " in kernel_unaligned_trap() 331 "unaligned load/store.", regs); in kernel_unaligned_trap() 379 case store: in kernel_unaligned_trap()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | i5k_amb.c | 318 iattr->s_attr.dev_attr.store = store_amb_min; in i5k_amb_hwmon_init() 334 iattr->s_attr.dev_attr.store = store_amb_mid; in i5k_amb_hwmon_init() 350 iattr->s_attr.dev_attr.store = store_amb_max; in i5k_amb_hwmon_init()
|
/kernel/linux/linux-5.10/fs/sysfs/ |
H A D | file.c | 139 return ops->store(kobj, of->kn->priv, buf, count); in sysfs_kf_write() 265 if (sysfs_ops->show && sysfs_ops->store) { in sysfs_add_file_mode_ns() 275 } else if (sysfs_ops->store) { in sysfs_add_file_mode_ns() 419 * all active .show() and .store() callbacks have finished unless this function
|
/kernel/linux/linux-5.10/drivers/powercap/ |
H A D | powercap_sys.c | 83 /* Power zone constraint store function */ 188 ssize_t (*store)(struct device *, in create_constraint_attribute() 200 dev_attr->store = store; in create_constraint_attribute()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | msi-laptop.c | 976 dev_attr_bluetooth.store = store_bluetooth; in load_scm_model_init() 977 dev_attr_wlan.store = store_wlan; in load_scm_model_init() 978 dev_attr_threeg.store = store_threeg; in load_scm_model_init()
|
/kernel/linux/linux-6.6/drivers/powercap/ |
H A D | powercap_sys.c | 84 /* Power zone constraint store function */ 188 ssize_t (*store)(struct device *, in create_constraint_attribute() 200 dev_attr->store = store; in create_constraint_attribute()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | mpc85xx_edac.c | 411 .store = mpc85xx_l2_inject_data_hi_store}, 418 .store = mpc85xx_l2_inject_data_lo_store}, 425 .store = mpc85xx_l2_inject_ctrl_store},
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | align.S | 4 * Handle unalignment and load/store exceptions. 134 #define OP0_S32I_N 0x9 /* store immediate narrow */ 135 #define OP0_LSAI 0x2 /* load/store */ 169 /* Analyze the instruction (load or store?). */ 177 /* 'store indicator bit' set, jump */ 231 /* Analyze the instruction (load or store?). */ 238 _beqz a6, .Lstore # S32I.N, do a store 240 /* 'store indicator bit' not set, jump */ 394 _beqi a5, OP1_S32I, 1f # jump if 32 bit store 429 s32i a5, a4, 0 # store [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | elevator.c | 443 if (!entry->store) in elv_attr_store() 448 error = e->type ? entry->store(e, page, length) : -ENOENT; in elv_attr_store() 455 .store = elv_attr_store,
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | i5k_amb.c | 318 iattr->s_attr.dev_attr.store = store_amb_min; in i5k_amb_hwmon_init() 334 iattr->s_attr.dev_attr.store = store_amb_mid; in i5k_amb_hwmon_init() 350 iattr->s_attr.dev_attr.store = store_amb_max; in i5k_amb_hwmon_init()
|