Searched refs:store (Results 151 - 175 of 325) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c263 attr[i].kobj_attr.store = sys_param_store;
H A Dopal-powercap.c223 pcaps[i].pattrs[j].attr.store = powercap_store;
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_hwmon.c129 igb_attr->dev_attr.store = NULL;
/linux-master/fs/romfs/
H A Dstorage.c14 #error no ROMFS backing store interface configured
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h36 # Disable unaligned load/store support but leave HW fixup enabled
/linux-master/drivers/hwmon/
H A Dapplesmc.c107 void *store; /* store function */ member in struct:applesmc_node_group
1155 node->sda.dev_attr.store = grp->store;
1159 attr->mode = 0444 | (grp->store ? 0200 : 0);
H A Dnct6683.c375 .store = _store, \
461 a2->dev_attr.store = (*t)->dev_attr.store;
471 a->dev_attr.store = (*t)->dev_attr.store;
/linux-master/arch/xtensa/kernel/
H A Dhead.S237 s32i a7, a4, 0 # store word
/linux-master/arch/powerpc/perf/
H A Dgeneric-compat-pmu.c40 /* A store-type instruction completed */
54 /* L1 Dcache store miss */
110 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1);
H A Dpower10-pmu.c136 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1);
143 CACHE_EVENT_ATTR(LLC-store-misses, PM_L2_ST_MISS);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.h96 struct dpaa2_io_store *store; member in struct:dpaa2_switch_fq
/linux-master/fs/orangefs/
H A Dorangefs-sysfs.c170 ssize_t (*store)(struct kobject *kobj, member in struct:orangefs_attribute
200 if (!attribute->store)
202 return attribute->store(kobj, attribute, buf, len);
207 .store = orangefs_attr_store,
/linux-master/drivers/powercap/
H A Didle_inject.c187 * @run_duration_us: memory location to store the current CPU run time
188 * @idle_duration_us: memory location to store the current CPU idle time
411 .store = &idle_inject_thread.tsk,
/linux-master/fs/erofs/
H A Dsysfs.c179 .store = erofs_attr_store,
/linux-master/kernel/
H A Dirq_work.c314 .store = &irq_workd,
/linux-master/drivers/input/mouse/
H A Dpsmouse.h172 .store = psmouse_attr_set_helper, \
/linux-master/drivers/platform/mellanox/
H A Dmlxreg-io.c75 /* For store: set effective bit value. */
86 /* For store: shift to the position and mask. */
177 .store = mlxreg_io_attr_store,
/linux-master/fs/afs/
H A Dyfsclient.c1089 (unsigned long long)op->store.size,
1090 (unsigned long long)op->store.pos,
1091 (unsigned long long)op->store.i_size);
1104 call->write_iter = op->store.write_iter;
1112 bp = xdr_encode_u64(bp, op->store.pos);
1113 bp = xdr_encode_u64(bp, op->store.size);
1114 bp = xdr_encode_u64(bp, op->store.i_size);
/linux-master/net/core/
H A Dnet-sysfs.c818 if (!attribute->store)
821 return attribute->store(queue, buf, count);
826 .store = rx_queue_attr_store,
1213 ssize_t (*store)(struct netdev_queue *queue, member in struct:netdev_queue_attribute
1242 if (!attribute->store)
1245 return attribute->store(queue, buf, count);
1250 .store = netdev_queue_attr_store,
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c946 * Sysfs show/store common to all sony_nc_values
1922 kbdbl_ctl->mode_attr.store = sony_nc_kbd_backlight_mode_store;
1936 kbdbl_ctl->timeout_attr.store =
1995 * bit 1: 1 tell to store the battery limit (see bits 6,7) too
1997 * bits 4,5: store the limit into the EC
1998 * bits 6,7: store the limit into the battery
2085 bcare_ctl->attrs[0].store = sony_nc_battery_care_limit_store;
2253 th_handle->mode_attr.store = sony_nc_thermal_mode_store;
2386 lid_ctl->attrs[LID_RESUME_S5].store = sony_nc_lid_resume_store;
2393 lid_ctl->attrs[LID_RESUME_S4].store
[all...]
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c59 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, member in struct:od_feature_ops
2114 dev_attr->store = NULL;
2197 dev_attr->store = NULL;
2207 dev_attr->store = NULL;
2413 dev_attr->store = NULL;
4105 .store = fan_curve_store,
4113 .store = acoustic_limit_threshold_store,
4121 .store = acoustic_target_threshold_store,
4129 .store = fan_target_temperature_store,
4137 .store
[all...]
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S168 HashKey = 16*6 # store HashKey <<1 mod poly here
169 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here
170 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here
171 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here
172 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here
173 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here
174 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here
175 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here
176 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
177 HashKey_2_k = 16*15 # store XO
[all...]
/linux-master/arch/s390/boot/
H A Dhead.S13 * 3) generate the tape ipl header, store the generated image on a tape
84 stg %r2,INITRD_SIZE-PARMAREA(%r12) # store size of rd
100 stidp 0(%r13) # store cpuid
/linux-master/drivers/md/
H A DMakefile15 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
/linux-master/drivers/md/bcache/
H A Dbcache.h926 #define kobj_attribute_rw(n, show, store) \
928 __ATTR(n, 0600, show, store)

Completed in 529 milliseconds

1234567891011>>