store              36 arch/arc/include/asm/tlb-mmu1.h st  r0,[jh_ex_way_sel]  ; store back
store              31 arch/arm/lib/bitops.h 	.macro	testop, name, instr, store
store              88 arch/arm/lib/bitops.h 	.macro	testop, name, instr, store
store             127 arch/ia64/kernel/err_inject.c store(err_type_info)
store             158 arch/ia64/kernel/err_inject.c store(err_struct_info)
store             238 arch/ia64/kernel/topology.c 	ssize_t (*store)(struct cache_info *, const char *, size_t count);
store             135 arch/m68k/fpsp040/fpsp.h 	.set	WBTEMP_SGN,WBTEMP+2	| used to store sign
store             204 arch/m68k/fpsp040/fpsp.h 	.set	FPTEMP_SGN,FPTEMP+2	| used to store sign
store             211 arch/m68k/fpsp040/fpsp.h 	.set	ETEMP_SGN,ETEMP+2		| used to store sign
store              44 arch/mips/include/asm/ftrace.h #define safe_store(store, src, dst, error)	\
store              47 arch/mips/include/asm/ftrace.h 		"1: " store " %[tmp_src], 0(%[tmp_dst])\n"\
store              36 arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h 	# Disable unaligned load/store support but leave HW fixup enabled
store             180 arch/mips/kvm/trap_emul.c 			       struct kvm_vcpu *vcpu, bool store)
store             182 arch/mips/kvm/trap_emul.c 	if (store)
store             249 arch/mips/kvm/trap_emul.c static int kvm_trap_emul_handle_tlb_miss(struct kvm_vcpu *vcpu, bool store)
store             267 arch/mips/kvm/trap_emul.c 			  store ? "ST" : "LD", cause, opc, badvaddr);
store             279 arch/mips/kvm/trap_emul.c 		er = kvm_mips_handle_tlbmiss(cause, opc, run, vcpu, store);
store             291 arch/mips/kvm/trap_emul.c 		if (kvm_mips_handle_kseg0_tlb_fault(badvaddr, vcpu, store) < 0)
store             292 arch/mips/kvm/trap_emul.c 			ret = kvm_mips_bad_access(cause, opc, run, vcpu, store);
store             299 arch/mips/kvm/trap_emul.c 		ret = kvm_mips_bad_access(cause, opc, run, vcpu, store);
store             302 arch/mips/kvm/trap_emul.c 			store ? "ST" : "LD", cause, opc, badvaddr);
store             137 arch/powerpc/perf/power8-pmu.c CACHE_EVENT_ATTR(L1-dcache-store-misses,	PM_ST_MISS_L1);
store             145 arch/powerpc/perf/power8-pmu.c CACHE_EVENT_ATTR(LLC-store-misses,		PM_L2_ST_MISS);
store             166 arch/powerpc/perf/power9-pmu.c CACHE_EVENT_ATTR(L1-dcache-store-misses,	PM_ST_MISS_L1);
store              54 arch/powerpc/platforms/cell/cbe_thermal.c 	.store	= _prefix ## _store_ ## _name,			\
store              34 arch/powerpc/platforms/powernv/opal-dump.c 	ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr,
store             180 arch/powerpc/platforms/powernv/opal-dump.c 	if (!attribute->store)
store             183 arch/powerpc/platforms/powernv/opal-dump.c 	return attribute->store(dump, attribute, buf, len);
store             188 arch/powerpc/platforms/powernv/opal-dump.c 	.store = dump_attr_store,
store              34 arch/powerpc/platforms/powernv/opal-elog.c 	ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr,
store             116 arch/powerpc/platforms/powernv/opal-elog.c 	if (!attribute->store)
store             119 arch/powerpc/platforms/powernv/opal-elog.c 	return attribute->store(elog, attribute, buf, len);
store             124 arch/powerpc/platforms/powernv/opal-elog.c 	.store = elog_attr_store,
store             217 arch/powerpc/platforms/powernv/opal-powercap.c 			pcaps[i].pattrs[j].attr.store = powercap_store;
store             157 arch/powerpc/platforms/powernv/opal-psr.c 		psr_attrs[i].attr.store = psr_store;
store             114 arch/powerpc/platforms/powernv/opal-sensor-groups.c 	ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
store             126 arch/powerpc/platforms/powernv/opal-sensor-groups.c 	attr->attr.store = ops_info[index].store;
store             263 arch/powerpc/platforms/powernv/opal-sysparam.c 		attr[i].kobj_attr.store = sys_param_store;
store              27 arch/s390/crypto/sha_common.c 		goto store;
store              45 arch/s390/crypto/sha_common.c store:
store             831 arch/s390/kernel/time.c 	.store	= stp_online_store,
store             261 arch/sh/kernel/cpu/sh4/sq.c 	ssize_t (*store)(const char *buf, size_t count);
store             282 arch/sh/kernel/cpu/sh4/sq.c 	if (likely(sattr->store))
store             283 arch/sh/kernel/cpu/sh4/sq.c 		return sattr->store(buf, count);
store             329 arch/sh/kernel/cpu/sh4/sq.c 	.store	= sq_sysfs_store,
store              43 arch/sparc/kernel/unaligned_32.c 			return store;
store             262 arch/sparc/kernel/unaligned_32.c 		case store:
store             347 arch/sparc/kernel/unaligned_32.c 		case store:
store              53 arch/sparc/kernel/unaligned_64.c 			return store;
store             379 arch/sparc/kernel/unaligned_64.c 		case store:
store            1044 arch/x86/kernel/cpu/mce/amd.c 	ssize_t (*store) (struct threshold_block *, const char *, size_t count);
store            1120 arch/x86/kernel/cpu/mce/amd.c 	.store	= store_## val,						\
store            1154 arch/x86/kernel/cpu/mce/amd.c 	ret = a->store ? a->store(b, buf, count) : -EIO;
store            1161 arch/x86/kernel/cpu/mce/amd.c 	.store			= store,
store            2423 arch/x86/kernel/cpu/mce/core.c 		a->store	= set_bank;
store             220 block/blk-integrity.c 	ssize_t (*store)(struct blk_integrity *, const char *, size_t);
store             244 block/blk-integrity.c 	if (entry->store)
store             245 block/blk-integrity.c 		ret = entry->store(bi, page, count);
store             331 block/blk-integrity.c 	.store = integrity_verify_store,
store             337 block/blk-integrity.c 	.store = integrity_generate_store,
store             358 block/blk-integrity.c 	.store	= &integrity_attr_store,
store              53 block/blk-mq-sysfs.c 	ssize_t (*store)(struct blk_mq_ctx *, const char *, size_t);
store              59 block/blk-mq-sysfs.c 	ssize_t (*store)(struct blk_mq_hw_ctx *, const char *, size_t);
store              97 block/blk-mq-sysfs.c 	if (!entry->store)
store             103 block/blk-mq-sysfs.c 		res = entry->store(ctx, page, length);
store             144 block/blk-mq-sysfs.c 	if (!entry->store)
store             150 block/blk-mq-sysfs.c 		res = entry->store(hctx, page, length);
store             213 block/blk-mq-sysfs.c 	.store	= blk_mq_sysfs_store,
store             218 block/blk-mq-sysfs.c 	.store	= blk_mq_hw_sysfs_store,
store              23 block/blk-sysfs.c 	ssize_t (*store)(struct request_queue *, const char *, size_t);
store             535 block/blk-sysfs.c 	.store = queue_requests_store,
store             541 block/blk-sysfs.c 	.store = queue_ra_store,
store             547 block/blk-sysfs.c 	.store = queue_max_sectors_store,
store             578 block/blk-sysfs.c 	.store = elv_iosched_store,
store             624 block/blk-sysfs.c 	.store = queue_discard_max_store,
store             645 block/blk-sysfs.c 	.store = queue_store_nonrot,
store             661 block/blk-sysfs.c 	.store = queue_nomerges_store,
store             667 block/blk-sysfs.c 	.store = queue_rq_affinity_store,
store             673 block/blk-sysfs.c 	.store = queue_store_iostats,
store             679 block/blk-sysfs.c 	.store = queue_store_random,
store             685 block/blk-sysfs.c 	.store = queue_poll_store,
store             691 block/blk-sysfs.c 	.store = queue_poll_delay_store,
store             697 block/blk-sysfs.c 	.store = queue_wc_store,
store             713 block/blk-sysfs.c 	.store = queue_io_timeout_store,
store             719 block/blk-sysfs.c 	.store = queue_wb_lat_store,
store             726 block/blk-sysfs.c 	.store = blk_throtl_sample_time_store,
store             821 block/blk-sysfs.c 	if (!entry->store)
store             830 block/blk-sysfs.c 	res = entry->store(q, page, length);
store             926 block/blk-sysfs.c 	.store	= queue_attr_store,
store             463 block/elevator.c 	if (!entry->store)
store             468 block/elevator.c 	error = e->type ? entry->store(e, page, length) : -ENOENT;
store             475 block/elevator.c 	.store	= elv_attr_store,
store             914 block/sed-opal.c 				  const char **store)
store             919 block/sed-opal.c 	*store = NULL;
store             945 block/sed-opal.c 	*store = tok->pos + skip;
store              94 drivers/acpi/acpica/dbtest.c 		store(arg1, arg0)
store             680 drivers/acpi/battery.c 	.store = acpi_battery_alarm_store,
store             125 drivers/acpi/cppc_acpi.c 	ssize_t (*store)(struct kobject *kobj,
store              38 drivers/acpi/device_sysfs.c 	ssize_t (*store)(struct acpi_data_node *, const char *, size_t count);
store             471 drivers/acpi/sbs.c 	.store = acpi_battery_alarm_store,
store             917 drivers/acpi/sysfs.c 		counter_attrs[i].store = counter_set;
store            1515 drivers/ata/sata_fsl.c 	host_priv->intr_coalescing.store = fsl_sata_intr_coalescing_store;
store            1524 drivers/ata/sata_fsl.c 	host_priv->rx_watermark.store = fsl_sata_rx_watermark_store;
store              75 drivers/base/bus.c 	if (drv_attr->store)
store              76 drivers/base/bus.c 		ret = drv_attr->store(drv_priv->driver, buf, count);
store              82 drivers/base/bus.c 	.store	= drv_attr_store,
store             120 drivers/base/bus.c 	if (bus_attr->store)
store             121 drivers/base/bus.c 		ret = bus_attr->store(subsys_priv->bus, buf, count);
store             127 drivers/base/bus.c 	.store	= bus_attr_store,
store              43 drivers/base/class.c 	if (class_attr->store)
store              44 drivers/base/class.c 		ret = class_attr->store(cp->class, class_attr, buf, count);
store              74 drivers/base/class.c 	.store	   = class_attr_store,
store             983 drivers/base/core.c 	if (dev_attr->store)
store             984 drivers/base/core.c 		ret = dev_attr->store(dev, dev_attr, buf, count);
store             990 drivers/base/core.c 	.store	= dev_attr_store,
store            1590 drivers/base/core.c 		WARN(((attr->attr.mode & S_IWUGO) && !attr->store),
store             301 drivers/block/pktcdvd.c 	.store = kobj_pkt_store
store             309 drivers/counter/counter.c 	ssize_t (*store)(struct device *dev, struct device_attribute *attr,
store             346 drivers/counter/counter.c 	if (parm->store) {
store             348 drivers/counter/counter.c 		dev_attr->store = parm->store;
store             425 drivers/counter/counter.c 	parm.store = NULL;
store             507 drivers/counter/counter.c 		parm.store = (ext->write) ? counter_signal_ext_store : NULL;
store             543 drivers/counter/counter.c 	parm.store = NULL;
store             736 drivers/counter/counter.c 		parm.store = (counter->ops->action_set) ? counter_action_store : NULL;
store             758 drivers/counter/counter.c 		parm.store = NULL;
store             937 drivers/counter/counter.c 		parm.store = (ext->write) ? counter_count_ext_store : NULL;
store            1000 drivers/counter/counter.c 	parm.store = (counter->ops->count_write) ? counter_count_store : NULL;
store            1021 drivers/counter/counter.c 	parm.store = (counter->ops->function_set) ? counter_function_store : NULL;
store            1043 drivers/counter/counter.c 	parm.store = NULL;
store            1143 drivers/counter/counter.c 	parm.store = NULL;
store            1206 drivers/counter/counter.c 		parm.store = (counter->ext[i].write) ? counter_device_ext_store : NULL;
store             953 drivers/cpufreq/cpufreq.c 	if (!fattr->store)
store             965 drivers/cpufreq/cpufreq.c 		ret = fattr->store(policy, buf, count);
store             983 drivers/cpufreq/cpufreq.c 	.store	= store,
store              37 drivers/cpufreq/cpufreq_governor_attr_set.c 	ret = attr_set->usage_count ? gattr->store(attr_set, buf, count) : -EBUSY;
store              44 drivers/cpufreq/cpufreq_governor_attr_set.c 	.store	= governor_store,
store             165 drivers/cpuidle/sysfs.c 	ssize_t (*store)(struct cpuidle_device *, const char *, size_t count);
store             170 drivers/cpuidle/sysfs.c #define define_one_rw(_name, show, store) \
store             171 drivers/cpuidle/sysfs.c 	static struct cpuidle_attr attr_##_name = __ATTR(_name, 0644, show, store)
store             211 drivers/cpuidle/sysfs.c 	if (cattr->store) {
store             213 drivers/cpuidle/sysfs.c 		ret = cattr->store(dev, buf, count);
store             221 drivers/cpuidle/sysfs.c 	.store = cpuidle_store,
store             241 drivers/cpuidle/sysfs.c 	ssize_t (*store)(struct cpuidle_state *, \
store             248 drivers/cpuidle/sysfs.c #define define_one_state_rw(_name, show, store) \
store             249 drivers/cpuidle/sysfs.c static struct cpuidle_state_attr attr_##_name = __ATTR(_name, 0644, show, store)
store             421 drivers/cpuidle/sysfs.c 	if (cattr->store)
store             422 drivers/cpuidle/sysfs.c 		ret = cattr->store(state, state_usage, buf, size);
store             432 drivers/cpuidle/sysfs.c 	.store = cpuidle_state_store,
store             529 drivers/cpuidle/sysfs.c 	ssize_t (*store)(struct cpuidle_driver *, const char *, size_t);
store             569 drivers/cpuidle/sysfs.c 	if (dattr->store)
store             570 drivers/cpuidle/sysfs.c 		ret = dattr->store(driver_kobj->drv, buf, size);
store             579 drivers/cpuidle/sysfs.c 	.store = cpuidle_driver_store,
store            4666 drivers/crypto/caam/caamalg_qi2.c 		ppriv->store = dpaa2_io_store_create(DPAA2_CAAM_STORE_SIZE,
store            4668 drivers/crypto/caam/caamalg_qi2.c 		if (unlikely(!ppriv->store)) {
store            4690 drivers/crypto/caam/caamalg_qi2.c 		if (!ppriv->store)
store            4692 drivers/crypto/caam/caamalg_qi2.c 		dpaa2_io_store_destroy(ppriv->store);
store            4707 drivers/crypto/caam/caamalg_qi2.c 		dpaa2_io_store_destroy(ppriv->store);
store            4805 drivers/crypto/caam/caamalg_qi2.c 					       ppriv->store);
store            4820 drivers/crypto/caam/caamalg_qi2.c 		dq = dpaa2_io_store_next(ppriv->store, &is_last);
store              90 drivers/crypto/caam/caamalg_qi2.h 	struct dpaa2_io_store *store;
store             140 drivers/dma/ioat/dma.h 	ssize_t (*store)(struct dma_chan *, const char *, size_t);
store              65 drivers/dma/ioat/sysfs.c 	if (!entry->store)
store              67 drivers/dma/ioat/sysfs.c 	return entry->store(&ioat_chan->dma_chan, page, count);
store              72 drivers/dma/ioat/sysfs.c 	.store  = ioat_attr_store,
store             202 drivers/dma/qcom/hidma_mgmt_sys.c 	attrs->store = set_values;
store             228 drivers/dma/qcom/hidma_mgmt_sys.c 	chattr->attr.store = set_values_channel;
store             193 drivers/edac/edac_device.c 				attrib->store = attrib_spec[attr].store;
store              91 drivers/edac/edac_device.h 	ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t);
store             109 drivers/edac/edac_device.h 	ssize_t (*store)(struct kobject *, struct attribute *,
store             110 drivers/edac/edac_device_sysfs.c 	ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t);
store             136 drivers/edac/edac_device_sysfs.c 	if (ctl_info_attr->store)
store             137 drivers/edac/edac_device_sysfs.c 		return ctl_info_attr->store(edac_dev, buffer, count);
store             144 drivers/edac/edac_device_sysfs.c 	.store = edac_dev_ctl_info_store
store             151 drivers/edac/edac_device_sysfs.c 	.store  = _store,                                       \
store             341 drivers/edac/edac_device_sysfs.c 	ssize_t(*store) (struct edac_device_instance *, const char *, size_t);
store             364 drivers/edac/edac_device_sysfs.c 	if (instance_attr->store)
store             365 drivers/edac/edac_device_sysfs.c 		return instance_attr->store(instance, buffer, count);
store             372 drivers/edac/edac_device_sysfs.c 	.store = edac_dev_instance_store
store             379 drivers/edac/edac_device_sysfs.c 	.store  = _store,                                       \
store             467 drivers/edac/edac_device_sysfs.c 	if (block_attr->store)
store             468 drivers/edac/edac_device_sysfs.c 		return block_attr->store(kobj, attr, buffer, count);
store             475 drivers/edac/edac_device_sysfs.c 	.store = edac_dev_block_store
store             482 drivers/edac/edac_device_sysfs.c 	.store  = _store,                                       \
store              93 drivers/edac/edac_pci_sysfs.c 	ssize_t(*store) (struct edac_pci_ctl_info *, const char *, size_t);
store             116 drivers/edac/edac_pci_sysfs.c 	if (instance_attr->store)
store             117 drivers/edac/edac_pci_sysfs.c 		return instance_attr->store(pci, buffer, count);
store             124 drivers/edac/edac_pci_sysfs.c 	.store = edac_pci_instance_store
store             131 drivers/edac/edac_pci_sysfs.c 	.store	= _store,					\
store             234 drivers/edac/edac_pci_sysfs.c 	 ssize_t(*store) (void *, const char *, size_t);
store             256 drivers/edac/edac_pci_sysfs.c 	if (edac_pci_dev->store)
store             257 drivers/edac/edac_pci_sysfs.c 		return edac_pci_dev->store(edac_pci_dev->value, buffer, count);
store             263 drivers/edac/edac_pci_sysfs.c 	.store = edac_pci_dev_store
store             271 drivers/edac/edac_pci_sysfs.c 	.store  = _store,					\
store             279 drivers/edac/edac_pci_sysfs.c 	.store  = _store,					\
store             410 drivers/edac/mpc85xx_edac.c 	 .store = mpc85xx_l2_inject_data_hi_store},
store             417 drivers/edac/mpc85xx_edac.c 	 .store = mpc85xx_l2_inject_data_lo_store},
store             424 drivers/edac/mpc85xx_edac.c 	 .store = mpc85xx_l2_inject_ctrl_store},
store              47 drivers/firmware/efi/efivars.c 	ssize_t (*store)(struct efivar_entry *entry, const char *buf, size_t count);
store              54 drivers/firmware/efi/efivars.c 	.store = _store, \
store             326 drivers/firmware/efi/efivars.c 	if (efivar_attr->store)
store             327 drivers/firmware/efi/efivars.c 		ret = efivar_attr->store(var, buf, count);
store             334 drivers/firmware/efi/efivars.c 	.store = efivar_attr_store,
store              78 drivers/firmware/efi/esrt.c 	ssize_t (*store)(struct esre_entry *entry,
store             577 drivers/firmware/google/gsmi.c 	.store = gsmi_clear_eventlog_store,
store             603 drivers/firmware/google/gsmi.c 	.store = gsmi_clear_config_store,
store             578 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 	config_data.config.ddc.data_en_bit_present = hw_data->store.en != 0;
store             579 drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c 	config_data.config.ddc.clock_en_bit_present = hw_clock->store.en != 0;
store              45 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	REG_GET(MASK_reg, MASK, &gpio->store.mask);
store              46 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	REG_GET(A_reg, A, &gpio->store.a);
store              47 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	REG_GET(EN_reg, EN, &gpio->store.en);
store              54 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	REG_UPDATE(MASK_reg, MASK, gpio->store.mask);
store              55 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	REG_UPDATE(A_reg, A, gpio->store.a);
store              56 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	REG_UPDATE(EN_reg, EN, gpio->store.en);
store             191 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	pin->store.mask = 0;
store             192 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	pin->store.a = 0;
store             193 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	pin->store.en = 0;
store             194 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 	pin->store.mux = 0;
store             102 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.h 	} store;
store            3288 drivers/gpu/drm/i915/i915_perf.c 	oa_config->sysfs_metric_id.store = NULL;
store             165 drivers/gpu/drm/ttm/ttm_memory.c 	.store = &ttm_mem_zone_store
store             229 drivers/gpu/drm/ttm/ttm_memory.c 	.store = &ttm_mem_global_store,
store             208 drivers/gpu/drm/ttm/ttm_page_alloc.c 	.store = &ttm_pool_store,
store             257 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	.store = &ttm_pool_store,
store             865 drivers/hid/hid-cp2112.c #define CP2112_CONFIG_ATTR(name, store, format, ...) \
store             875 drivers/hid/hid-cp2112.c 	store; \
store             595 drivers/hid/hid-sensor-custom.c 				device_attr->store = store_value;
store            1961 drivers/hid/hid-wiimote-modules.c 						__u8 *store, __u16 code,
store            1967 drivers/hid/hid-wiimote-modules.c 		*store = pressure;
store            1968 drivers/hid/hid-wiimote-modules.c 		input_report_abs(wdata->extension.input, code, *store);
store            1969 drivers/hid/hid-wiimote-modules.c 	} else if (onoff != !!*store) {
store            1970 drivers/hid/hid-wiimote-modules.c 		*store = onoff ? default_pressure : 0;
store            1971 drivers/hid/hid-wiimote-modules.c 		input_report_abs(wdata->extension.input, code, *store);
store            1933 drivers/hid/wacom_sys.c 	.store = wacom_store_unpair_remote,
store            1528 drivers/hv/vmbus_drv.c 	ssize_t (*store)(struct vmbus_channel *chan,
store             634 drivers/hwmon/acpi_power_meter.c 			sensors->dev_attr.store = attrs->set;
store             103 drivers/hwmon/applesmc.c 	void *store;				/* store function */
store            1115 drivers/hwmon/applesmc.c 			node->sda.dev_attr.store = grp->store;
store            1119 drivers/hwmon/applesmc.c 			attr->mode = 0444 | (grp->store ? 0200 : 0);
store             273 drivers/hwmon/asus_atk0110.c 	attr->store = NULL;
store             317 drivers/hwmon/hwmon.c 	dattr->store = hwmon_attr_store;
store             318 drivers/hwmon/i5k_amb.c 			iattr->s_attr.dev_attr.store = store_amb_min;
store             334 drivers/hwmon/i5k_amb.c 			iattr->s_attr.dev_attr.store = store_amb_mid;
store             350 drivers/hwmon/i5k_amb.c 			iattr->s_attr.dev_attr.store = store_amb_max;
store             939 drivers/hwmon/ibmaem.c 		sensors->dev_attr.store = rw->set;
store             487 drivers/hwmon/ibmpowernv.c 			    ssize_t (*store)(struct device *dev,
store             498 drivers/hwmon/ibmpowernv.c 	if (store) {
store             499 drivers/hwmon/ibmpowernv.c 		sdata->dev_attr.store = store;
store             513 drivers/hwmon/ibmpowernv.c 			    ssize_t (*store)(struct device *dev,
store             521 drivers/hwmon/ibmpowernv.c 	create_hwmon_attr(sdata, attr_name, show, store);
store             361 drivers/hwmon/nct6683.c 	.store	= _store,					\
store             447 drivers/hwmon/nct6683.c 				a2->dev_attr.store = (*t)->dev_attr.store;
store             457 drivers/hwmon/nct6683.c 				a->dev_attr.store = (*t)->dev_attr.store;
store            1248 drivers/hwmon/nct6775.c 	.store	= _store,					\
store            1334 drivers/hwmon/nct6775.c 				a2->dev_attr.store = (*t)->dev_attr.store;
store            1344 drivers/hwmon/nct6775.c 				a->dev_attr.store = (*t)->dev_attr.store;
store             707 drivers/hwmon/occ/common.c 	.store	= _store,						\
store            1018 drivers/hwmon/pmbus/pmbus_core.c 				ssize_t (*store)(struct device *dev,
store            1026 drivers/hwmon/pmbus/pmbus_core.c 	dev_attr->store = store;
store            1035 drivers/hwmon/pmbus/pmbus_core.c 			    ssize_t (*store)(struct device *dev,
store            1040 drivers/hwmon/pmbus/pmbus_core.c 	pmbus_dev_attr_init(&a->dev_attr, name, mode, show, store);
store             394 drivers/hwtracing/intel_th/gth.c 		master_attrs[i].attr.store = master_attr_store;
store             446 drivers/hwtracing/intel_th/gth.c 				out_attrs[idx].attr.store = output_attr_store;
store             995 drivers/iio/industrialio-core.c 		dev_attr->store = writefunc;
store             347 drivers/iio/industrialio-event.c 	ssize_t (*store)(struct device *, struct device_attribute *,
store             371 drivers/iio/industrialio-event.c 			store = iio_ev_state_store;
store             374 drivers/iio/industrialio-event.c 			store = iio_ev_value_store;
store             377 drivers/iio/industrialio-event.c 		ret = __iio_add_chan_devattr(postfix, chan, show, store,
store              71 drivers/infiniband/core/sysfs.c 	ssize_t (*store)(struct ib_port *, struct port_attribute *,
store              92 drivers/infiniband/core/sysfs.c 	ssize_t			(*store)(struct kobject *kobj,
store             121 drivers/infiniband/core/sysfs.c 	if (!port_attr->store)
store             123 drivers/infiniband/core/sysfs.c 	return port_attr->store(p, port_attr, buf, count);
store             128 drivers/infiniband/core/sysfs.c 	.store	= port_attr_store
store             936 drivers/infiniband/core/sysfs.c 	hsa->store = NULL;
store             954 drivers/infiniband/core/sysfs.c 	hsa->store = set_stats_lifespan;
store             149 drivers/infiniband/hw/hfi1/sysfs.c 	ssize_t	(*store)(struct hfi1_pportdata *, const char *, size_t);
store             190 drivers/infiniband/hw/hfi1/sysfs.c 	return port_attr->store(ppd, buf, count);
store             195 drivers/infiniband/hw/hfi1/sysfs.c 	.store = cc_attr_store
store             755 drivers/infiniband/hw/hfi1/sysfs.c 	ssize_t (*store)(struct sdma_engine *sde, const char *buf, size_t cnt);
store             782 drivers/infiniband/hw/hfi1/sysfs.c 	if (!sde_attr->store)
store             785 drivers/infiniband/hw/hfi1/sysfs.c 	return sde_attr->store(sde, buf, count);
store             790 drivers/infiniband/hw/hfi1/sysfs.c 	.store = sde_store,
store             845 drivers/infiniband/hw/mlx4/mcg.c 	group->dentry.store = NULL;
store             167 drivers/infiniband/hw/mlx4/sysfs.c 			      ssize_t (*store)(struct device *dev,
store             177 drivers/infiniband/hw/mlx4/sysfs.c 	vdentry->dentry.store = store;
store             184 drivers/infiniband/hw/mlx4/sysfs.c 	if (vdentry->dentry.store)
store             394 drivers/infiniband/hw/mlx4/sysfs.c 	ssize_t (*store)(struct mlx4_port *, struct port_attribute *,
store             418 drivers/infiniband/hw/mlx4/sysfs.c 	if (!port_attr->store)
store             420 drivers/infiniband/hw/mlx4/sysfs.c 	return port_attr->store(p, port_attr, buf, size);
store             425 drivers/infiniband/hw/mlx4/sysfs.c 	.store = port_attr_store,
store             497 drivers/infiniband/hw/mlx4/sysfs.c 		  ssize_t (*store)(struct mlx4_port *, struct port_attribute *,
store             521 drivers/infiniband/hw/mlx4/sysfs.c 		if (store) {
store             523 drivers/infiniband/hw/mlx4/sysfs.c 			element->attr.store	 = store;
store             600 drivers/infiniband/hw/mlx4/sysfs.c 	p->smi_enabled.store = NULL;
store             611 drivers/infiniband/hw/mlx4/sysfs.c 	p->enable_smi_admin.store = sysfs_store_enable_smi_admin;
store             178 drivers/infiniband/hw/qib/qib_sysfs.c #define QIB_PORT_ATTR(name, mode, show, store) \
store             180 drivers/infiniband/hw/qib/qib_sysfs.c 		__ATTR(name, mode, show, store)
store             185 drivers/infiniband/hw/qib/qib_sysfs.c 	ssize_t (*store)(struct qib_pportdata *, const char *, size_t);
store             318 drivers/infiniband/hw/qib/qib_sysfs.c 	if (!pattr->store)
store             321 drivers/infiniband/hw/qib/qib_sysfs.c 	return pattr->store(ppd, buf, len);
store             327 drivers/infiniband/hw/qib/qib_sysfs.c 	.store = qib_portattr_store,
store             545 drivers/infiniband/hw/qib/qib_sysfs.c 	.store = diagc_attr_store,
store             170 drivers/input/mouse/psmouse.h 		.store	= psmouse_attr_set_helper,				\
store              57 drivers/iommu/iommu.c 	ssize_t (*store)(struct iommu_group *group,
store             256 drivers/iommu/iommu.c 	if (attr->store)
store             257 drivers/iommu/iommu.c 		ret = attr->store(group, buf, count);
store             263 drivers/iommu/iommu.c 	.store = iommu_group_attr_store,
store             336 drivers/leds/leds-bd2802.c 	.store = bd2802_store_reg##reg_addr,				\
store             468 drivers/leds/leds-bd2802.c 	.store = bd2802_store_adv_conf,
store             504 drivers/leds/leds-bd2802.c 	.store = bd2802_store_##attr_name,				\
store              29 drivers/leds/leds-lp55xx-common.h #define LP55XX_DEV_ATTR_RW(name, show, store)	\
store              30 drivers/leds/leds-lp55xx-common.h 	DEVICE_ATTR(name, S_IRUGO | S_IWUSR, show, store)
store              33 drivers/leds/leds-lp55xx-common.h #define LP55XX_DEV_ATTR_WO(name, store)		\
store              34 drivers/leds/leds-lp55xx-common.h 	DEVICE_ATTR(name, S_IWUSR, NULL, store)
store             695 drivers/lightnvm/pblk-sysfs.c 	.store = pblk_sysfs_store,
store             229 drivers/macintosh/windfarm_core.c 	new_ct->attr.store = wf_store_control;
store             324 drivers/macintosh/windfarm_core.c 	new_sr->attr.store = NULL;
store             905 drivers/md/bcache/bcache.h #define kobj_attribute_rw(n, show, store)				\
store             907 drivers/md/bcache/bcache.h 		__ATTR(n, 0600, show, store)
store              10 drivers/md/bcache/sysfs.h 		.store	= type ## _store				\
store             142 drivers/md/dm-exception-store.c static int set_chunk_size(struct dm_exception_store *store,
store             153 drivers/md/dm-exception-store.c 		store->chunk_size = store->chunk_mask = store->chunk_shift = 0;
store             157 drivers/md/dm-exception-store.c 	return dm_exception_store_set_chunk_size(store, chunk_size, error);
store             160 drivers/md/dm-exception-store.c int dm_exception_store_set_chunk_size(struct dm_exception_store *store,
store             172 drivers/md/dm-exception-store.c 	    (bdev_logical_block_size(dm_snap_cow(store->snap)->bdev) >> 9) ||
store             174 drivers/md/dm-exception-store.c 	    (bdev_logical_block_size(dm_snap_origin(store->snap)->bdev) >> 9)) {
store             184 drivers/md/dm-exception-store.c 	store->chunk_size = chunk_size;
store             185 drivers/md/dm-exception-store.c 	store->chunk_mask = chunk_size - 1;
store             186 drivers/md/dm-exception-store.c 	store->chunk_shift = __ffs(chunk_size);
store             194 drivers/md/dm-exception-store.c 			      struct dm_exception_store **store)
store             243 drivers/md/dm-exception-store.c 	*store = tmp_store;
store             254 drivers/md/dm-exception-store.c void dm_exception_store_destroy(struct dm_exception_store *store)
store             256 drivers/md/dm-exception-store.c 	store->type->dtr(store);
store             257 drivers/md/dm-exception-store.c 	put_type(store->type);
store             258 drivers/md/dm-exception-store.c 	kfree(store);
store              46 drivers/md/dm-exception-store.h 	int (*ctr) (struct dm_exception_store *store, char *options);
store              51 drivers/md/dm-exception-store.h 	void (*dtr) (struct dm_exception_store *store);
store              58 drivers/md/dm-exception-store.h 	int (*read_metadata) (struct dm_exception_store *store,
store              66 drivers/md/dm-exception-store.h 	int (*prepare_exception) (struct dm_exception_store *store,
store              72 drivers/md/dm-exception-store.h 	void (*commit_exception) (struct dm_exception_store *store,
store              85 drivers/md/dm-exception-store.h 	int (*prepare_merge) (struct dm_exception_store *store,
store              92 drivers/md/dm-exception-store.h 	int (*commit_merge) (struct dm_exception_store *store, int nr_merged);
store              97 drivers/md/dm-exception-store.h 	void (*drop_snapshot) (struct dm_exception_store *store);
store              99 drivers/md/dm-exception-store.h 	unsigned (*status) (struct dm_exception_store *store,
store             106 drivers/md/dm-exception-store.h 	void (*usage) (struct dm_exception_store *store,
store             174 drivers/md/dm-exception-store.h static inline chunk_t sector_to_chunk(struct dm_exception_store *store,
store             177 drivers/md/dm-exception-store.h 	return sector >> store->chunk_shift;
store             183 drivers/md/dm-exception-store.h int dm_exception_store_set_chunk_size(struct dm_exception_store *store,
store             190 drivers/md/dm-exception-store.h 			      struct dm_exception_store **store);
store             191 drivers/md/dm-exception-store.h void dm_exception_store_destroy(struct dm_exception_store *store);
store             103 drivers/md/dm-snap-persistent.c 	struct dm_exception_store *store;
store             172 drivers/md/dm-snap-persistent.c 	len = ps->store->chunk_size << SECTOR_SHIFT;
store             233 drivers/md/dm-snap-persistent.c 		.bdev = dm_snap_cow(ps->store->snap)->bdev,
store             234 drivers/md/dm-snap-persistent.c 		.sector = ps->store->chunk_size * chunk,
store             235 drivers/md/dm-snap-persistent.c 		.count = ps->store->chunk_size,
store             301 drivers/md/dm-snap-persistent.c 	memset(ps->area, 0, ps->store->chunk_size << SECTOR_SHIFT);
store             322 drivers/md/dm-snap-persistent.c 	if (!ps->store->chunk_size) {
store             323 drivers/md/dm-snap-persistent.c 		ps->store->chunk_size = max(DM_CHUNK_SIZE_DEFAULT_SECTORS,
store             324 drivers/md/dm-snap-persistent.c 		    bdev_logical_block_size(dm_snap_cow(ps->store->snap)->
store             326 drivers/md/dm-snap-persistent.c 		ps->store->chunk_mask = ps->store->chunk_size - 1;
store             327 drivers/md/dm-snap-persistent.c 		ps->store->chunk_shift = __ffs(ps->store->chunk_size);
store             361 drivers/md/dm-snap-persistent.c 	if (ps->store->chunk_size == chunk_size)
store             367 drivers/md/dm-snap-persistent.c 		       chunk_size, ps->store->chunk_size);
store             372 drivers/md/dm-snap-persistent.c 	r = dm_exception_store_set_chunk_size(ps->store, chunk_size,
store             392 drivers/md/dm-snap-persistent.c 	memset(ps->header_area, 0, ps->store->chunk_size << SECTOR_SHIFT);
store             398 drivers/md/dm-snap-persistent.c 	dh->chunk_size = cpu_to_le32(ps->store->chunk_size);
store             502 drivers/md/dm-snap-persistent.c 	client = dm_bufio_client_create(dm_snap_cow(ps->store->snap)->bdev,
store             503 drivers/md/dm-snap-persistent.c 					ps->store->chunk_size << SECTOR_SHIFT,
store             548 drivers/md/dm-snap-persistent.c 			memcpy(ps->area, area, ps->store->chunk_size << SECTOR_SHIFT);
store             570 drivers/md/dm-snap-persistent.c static struct pstore *get_info(struct dm_exception_store *store)
store             572 drivers/md/dm-snap-persistent.c 	return (struct pstore *) store->context;
store             575 drivers/md/dm-snap-persistent.c static void persistent_usage(struct dm_exception_store *store,
store             580 drivers/md/dm-snap-persistent.c 	struct pstore *ps = get_info(store);
store             582 drivers/md/dm-snap-persistent.c 	*sectors_allocated = ps->next_free * store->chunk_size;
store             583 drivers/md/dm-snap-persistent.c 	*total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev);
store             591 drivers/md/dm-snap-persistent.c 			    store->chunk_size;
store             594 drivers/md/dm-snap-persistent.c static void persistent_dtr(struct dm_exception_store *store)
store             596 drivers/md/dm-snap-persistent.c 	struct pstore *ps = get_info(store);
store             611 drivers/md/dm-snap-persistent.c static int persistent_read_metadata(struct dm_exception_store *store,
store             617 drivers/md/dm-snap-persistent.c 	struct pstore *ps = get_info(store);
store             629 drivers/md/dm-snap-persistent.c 	ps->exceptions_per_area = (ps->store->chunk_size << SECTOR_SHIFT) /
store             676 drivers/md/dm-snap-persistent.c static int persistent_prepare_exception(struct dm_exception_store *store,
store             679 drivers/md/dm-snap-persistent.c 	struct pstore *ps = get_info(store);
store             680 drivers/md/dm-snap-persistent.c 	sector_t size = get_dev_size(dm_snap_cow(store->snap)->bdev);
store             683 drivers/md/dm-snap-persistent.c 	if (size < ((ps->next_free + 1) * store->chunk_size))
store             699 drivers/md/dm-snap-persistent.c static void persistent_commit_exception(struct dm_exception_store *store,
store             705 drivers/md/dm-snap-persistent.c 	struct pstore *ps = get_info(store);
store             765 drivers/md/dm-snap-persistent.c static int persistent_prepare_merge(struct dm_exception_store *store,
store             769 drivers/md/dm-snap-persistent.c 	struct pstore *ps = get_info(store);
store             811 drivers/md/dm-snap-persistent.c static int persistent_commit_merge(struct dm_exception_store *store,
store             815 drivers/md/dm-snap-persistent.c 	struct pstore *ps = get_info(store);
store             844 drivers/md/dm-snap-persistent.c static void persistent_drop_snapshot(struct dm_exception_store *store)
store             846 drivers/md/dm-snap-persistent.c 	struct pstore *ps = get_info(store);
store             853 drivers/md/dm-snap-persistent.c static int persistent_ctr(struct dm_exception_store *store, char *options)
store             863 drivers/md/dm-snap-persistent.c 	ps->store = store;
store             886 drivers/md/dm-snap-persistent.c 			store->userspace_supports_overflow = true;
store             894 drivers/md/dm-snap-persistent.c 	store->context = ps;
store             906 drivers/md/dm-snap-persistent.c static unsigned persistent_status(struct dm_exception_store *store,
store             916 drivers/md/dm-snap-persistent.c 		DMEMIT(" %s %llu", store->userspace_supports_overflow ? "PO" : "P",
store             917 drivers/md/dm-snap-persistent.c 		       (unsigned long long)store->chunk_size);
store              26 drivers/md/dm-snap-transient.c static void transient_dtr(struct dm_exception_store *store)
store              28 drivers/md/dm-snap-transient.c 	kfree(store->context);
store              31 drivers/md/dm-snap-transient.c static int transient_read_metadata(struct dm_exception_store *store,
store              39 drivers/md/dm-snap-transient.c static int transient_prepare_exception(struct dm_exception_store *store,
store              42 drivers/md/dm-snap-transient.c 	struct transient_c *tc = store->context;
store              43 drivers/md/dm-snap-transient.c 	sector_t size = get_dev_size(dm_snap_cow(store->snap)->bdev);
store              45 drivers/md/dm-snap-transient.c 	if (size < (tc->next_free + store->chunk_size))
store              48 drivers/md/dm-snap-transient.c 	e->new_chunk = sector_to_chunk(store, tc->next_free);
store              49 drivers/md/dm-snap-transient.c 	tc->next_free += store->chunk_size;
store              54 drivers/md/dm-snap-transient.c static void transient_commit_exception(struct dm_exception_store *store,
store              63 drivers/md/dm-snap-transient.c static void transient_usage(struct dm_exception_store *store,
store              68 drivers/md/dm-snap-transient.c 	*sectors_allocated = ((struct transient_c *) store->context)->next_free;
store              69 drivers/md/dm-snap-transient.c 	*total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev);
store              73 drivers/md/dm-snap-transient.c static int transient_ctr(struct dm_exception_store *store, char *options)
store              82 drivers/md/dm-snap-transient.c 	store->context = tc;
store              87 drivers/md/dm-snap-transient.c static unsigned transient_status(struct dm_exception_store *store,
store              97 drivers/md/dm-snap-transient.c 		DMEMIT(" N %llu", (unsigned long long)store->chunk_size);
store             107 drivers/md/dm-snap.c 	struct dm_exception_store *store;
store             183 drivers/md/dm-snap.c static sector_t chunk_to_sector(struct dm_exception_store *store,
store             186 drivers/md/dm-snap.c 	return chunk << store->chunk_shift;
store             519 drivers/md/dm-snap.c 	if (!snap_src->store->type->prepare_merge ||
store             520 drivers/md/dm-snap.c 	    !snap_src->store->type->commit_merge) {
store             535 drivers/md/dm-snap.c 		if (l->store->chunk_size < s->store->chunk_size)
store             857 drivers/md/dm-snap.c 						  snap->store->chunk_size);
store             888 drivers/md/dm-snap.c 	hash_size = cow_dev_size >> s->store->chunk_shift;
store            1057 drivers/md/dm-snap.c 	linear_chunks = s->store->type->prepare_merge(s->store, &old_chunk,
store            1078 drivers/md/dm-snap.c 	io_size = linear_chunks * s->store->chunk_size;
store            1081 drivers/md/dm-snap.c 	dest.sector = chunk_to_sector(s->store, old_chunk);
store            1085 drivers/md/dm-snap.c 	src.sector = chunk_to_sector(s->store, new_chunk);
store            1137 drivers/md/dm-snap.c 	if (s->store->type->commit_merge(s->store,
store            1294 drivers/md/dm-snap.c 	r = dm_exception_store_create(ti, argc, argv, s, &args_used, &s->store);
store            1373 drivers/md/dm-snap.c 		s->store->chunk_size = 0;
store            1377 drivers/md/dm-snap.c 	r = s->store->type->read_metadata(s->store, dm_add_exception,
store            1387 drivers/md/dm-snap.c 	if (!s->store->chunk_size) {
store            1392 drivers/md/dm-snap.c 	r = dm_set_target_max_io_len(ti, s->store->chunk_size);
store            1408 drivers/md/dm-snap.c 	dm_exception_store_destroy(s->store);
store            1444 drivers/md/dm-snap.c 	u.store_swap = snap_dest->store;
store            1445 drivers/md/dm-snap.c 	snap_dest->store = snap_src->store;
store            1446 drivers/md/dm-snap.c 	snap_dest->store->userspace_supports_overflow = u.store_swap->userspace_supports_overflow;
store            1447 drivers/md/dm-snap.c 	snap_src->store = u.store_swap;
store            1449 drivers/md/dm-snap.c 	snap_dest->store->snap = snap_dest;
store            1450 drivers/md/dm-snap.c 	snap_src->store->snap = snap_src;
store            1452 drivers/md/dm-snap.c 	snap_dest->ti->max_io_len = snap_dest->store->chunk_size;
store            1505 drivers/md/dm-snap.c 	dm_exception_store_destroy(s->store);
store            1621 drivers/md/dm-snap.c 	if (s->store->type->drop_snapshot)
store            1622 drivers/md/dm-snap.c 		s->store->type->drop_snapshot(s->store);
store            1729 drivers/md/dm-snap.c 	s->store->type->commit_exception(s->store, &pe->e, !pe->copy_error,
store            1797 drivers/md/dm-snap.c 	src.sector = chunk_to_sector(s->store, pe->e.old_chunk);
store            1798 drivers/md/dm-snap.c 	src.count = min((sector_t)s->store->chunk_size, dev_size - src.sector);
store            1801 drivers/md/dm-snap.c 	dest.sector = chunk_to_sector(s->store, pe->e.new_chunk);
store            1863 drivers/md/dm-snap.c 	if (s->store->type->prepare_exception(s->store, &pe->e)) {
store            1905 drivers/md/dm-snap.c 		chunk_to_sector(s->store, dm_chunk_number(e->new_chunk) +
store            1907 drivers/md/dm-snap.c 		(bio->bi_iter.bi_sector & s->store->chunk_mask);
store            1927 drivers/md/dm-snap.c 	dest.count = s->store->chunk_size;
store            1938 drivers/md/dm-snap.c 		(s->store->chunk_size << SECTOR_SHIFT);
store            1957 drivers/md/dm-snap.c 	chunk = sector_to_chunk(s->store, bio->bi_iter.bi_sector);
store            2045 drivers/md/dm-snap.c 				if (s->store->userspace_supports_overflow) {
store            2132 drivers/md/dm-snap.c 	chunk = sector_to_chunk(s->store, bio->bi_iter.bi_sector);
store            2329 drivers/md/dm-snap.c 			if (snap->store->type->usage) {
store            2332 drivers/md/dm-snap.c 				snap->store->type->usage(snap->store,
store            2356 drivers/md/dm-snap.c 		sz += snap->store->type->status(snap->store, type, result + sz,
store            2398 drivers/md/dm-snap.c 		limits->discard_granularity = snap->store->chunk_size;
store            2399 drivers/md/dm-snap.c 		limits->max_discard_sectors = snap->store->chunk_size;
store            2448 drivers/md/dm-snap.c 		chunk = sector_to_chunk(snap->store, sector);
store              15 drivers/md/dm-sysfs.c 	ssize_t (*store)(struct mapped_device *, const char *, size_t count);
store              55 drivers/md/dm-sysfs.c 	if (!dm_attr->store)
store              62 drivers/md/dm-sysfs.c 	ret = dm_attr->store(md, page, count);
store             118 drivers/md/dm-sysfs.c 	.store	= dm_attr_store,
store             217 drivers/md/md-bitmap.c 	struct bitmap_storage *store = &bitmap->storage;
store             227 drivers/md/md-bitmap.c 		if (page->index == store->file_pages-1) {
store             228 drivers/md/md-bitmap.c 			int last_page_size = store->bytes & (PAGE_SIZE-1);
store             749 drivers/md/md-bitmap.c static inline unsigned long file_page_index(struct bitmap_storage *store,
store             752 drivers/md/md-bitmap.c 	if (store->sb_page)
store             758 drivers/md/md-bitmap.c static inline unsigned long file_page_offset(struct bitmap_storage *store,
store             761 drivers/md/md-bitmap.c 	if (store->sb_page)
store             770 drivers/md/md-bitmap.c static inline struct page *filemap_get_page(struct bitmap_storage *store,
store             773 drivers/md/md-bitmap.c 	if (file_page_index(store, chunk) >= store->file_pages)
store             775 drivers/md/md-bitmap.c 	return store->filemap[file_page_index(store, chunk)];
store             778 drivers/md/md-bitmap.c static int md_bitmap_storage_alloc(struct bitmap_storage *store,
store             793 drivers/md/md-bitmap.c 	store->filemap = kmalloc_array(num_pages, sizeof(struct page *),
store             795 drivers/md/md-bitmap.c 	if (!store->filemap)
store             798 drivers/md/md-bitmap.c 	if (with_super && !store->sb_page) {
store             799 drivers/md/md-bitmap.c 		store->sb_page = alloc_page(GFP_KERNEL|__GFP_ZERO);
store             800 drivers/md/md-bitmap.c 		if (store->sb_page == NULL)
store             805 drivers/md/md-bitmap.c 	if (store->sb_page) {
store             806 drivers/md/md-bitmap.c 		store->filemap[0] = store->sb_page;
store             808 drivers/md/md-bitmap.c 		store->sb_page->index = offset;
store             812 drivers/md/md-bitmap.c 		store->filemap[pnum] = alloc_page(GFP_KERNEL|__GFP_ZERO);
store             813 drivers/md/md-bitmap.c 		if (!store->filemap[pnum]) {
store             814 drivers/md/md-bitmap.c 			store->file_pages = pnum;
store             817 drivers/md/md-bitmap.c 		store->filemap[pnum]->index = pnum + offset;
store             819 drivers/md/md-bitmap.c 	store->file_pages = pnum;
store             823 drivers/md/md-bitmap.c 	store->filemap_attr = kzalloc(
store             826 drivers/md/md-bitmap.c 	if (!store->filemap_attr)
store             829 drivers/md/md-bitmap.c 	store->bytes = bytes;
store             834 drivers/md/md-bitmap.c static void md_bitmap_file_unmap(struct bitmap_storage *store)
store             840 drivers/md/md-bitmap.c 	file = store->file;
store             841 drivers/md/md-bitmap.c 	map = store->filemap;
store             842 drivers/md/md-bitmap.c 	pages = store->file_pages;
store             843 drivers/md/md-bitmap.c 	sb_page = store->sb_page;
store             849 drivers/md/md-bitmap.c 	kfree(store->filemap_attr);
store             933 drivers/md/md-bitmap.c 	struct bitmap_storage *store = &bitmap->storage;
store             937 drivers/md/md-bitmap.c 		node_offset = bitmap->cluster_slot * store->file_pages;
store             962 drivers/md/md-bitmap.c 	struct bitmap_storage *store = &bitmap->storage;
store             966 drivers/md/md-bitmap.c 		node_offset = bitmap->cluster_slot * store->file_pages;
store            1069 drivers/md/md-bitmap.c 	struct bitmap_storage *store = &bitmap->storage;
store            1072 drivers/md/md-bitmap.c 	file = store->file;
store            1076 drivers/md/md-bitmap.c 		store->filemap = NULL;
store            1077 drivers/md/md-bitmap.c 		store->file_pages = 0;
store            1093 drivers/md/md-bitmap.c 	if (file && i_size_read(file->f_mapping->host) < store->bytes) {
store            1097 drivers/md/md-bitmap.c 			store->bytes);
store            1107 drivers/md/md-bitmap.c 		node_offset = bitmap->cluster_slot * (DIV_ROUND_UP(store->bytes, PAGE_SIZE));
store            1116 drivers/md/md-bitmap.c 			if (index == store->file_pages-1)
store            1117 drivers/md/md-bitmap.c 				count = store->bytes - index * PAGE_SIZE;
store            1120 drivers/md/md-bitmap.c 			page = store->filemap[index];
store            1172 drivers/md/md-bitmap.c 		 bmname(bitmap), store->file_pages,
store            2066 drivers/md/md-bitmap.c 	struct bitmap_storage store;
store            2112 drivers/md/md-bitmap.c 	memset(&store, 0, sizeof(store));
store            2114 drivers/md/md-bitmap.c 		ret = md_bitmap_storage_alloc(&store, chunks,
store            2119 drivers/md/md-bitmap.c 		md_bitmap_file_unmap(&store);
store            2128 drivers/md/md-bitmap.c 		md_bitmap_file_unmap(&store);
store            2135 drivers/md/md-bitmap.c 	store.file = bitmap->storage.file;
store            2138 drivers/md/md-bitmap.c 	if (store.sb_page && bitmap->storage.sb_page)
store            2139 drivers/md/md-bitmap.c 		memcpy(page_address(store.sb_page),
store            2144 drivers/md/md-bitmap.c 	bitmap->storage = store;
store            2798 drivers/md/md.c 	ssize_t (*store)(struct md_rdev *, const char *, size_t);
store            3504 drivers/md/md.c 	if (!entry->store)
store            3513 drivers/md/md.c 			rv = entry->store(rdev, page, length);
store            3526 drivers/md/md.c 	.store		= rdev_attr_store,
store            5352 drivers/md/md.c 	if (!entry->store)
store            5363 drivers/md/md.c 	rv = entry->store(mddev, page, length);
store            5390 drivers/md/md.c 	.store	= md_attr_store,
store             602 drivers/md/md.h 	ssize_t (*store)(struct mddev *, const char *, size_t);
store              96 drivers/media/dvb-frontends/sp2.c 	u8 store;
store             108 drivers/media/dvb-frontends/sp2.c 		ret = sp2_read_i2c(s, 0x00, &store, 1);
store             113 drivers/media/dvb-frontends/sp2.c 		store &= ~(SP2_MOD_CTL_ACS1 | SP2_MOD_CTL_ACS0);
store             114 drivers/media/dvb-frontends/sp2.c 		store |= acs;
store             116 drivers/media/dvb-frontends/sp2.c 		ret = sp2_write_i2c(s, 0x00, &store, 1);
store             264 drivers/media/pci/cx23885/altera-ci.c 	u8 store;
store             274 drivers/media/pci/cx23885/altera-ci.c 	store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, 0, NETUP_CI_FLG_RD);
store             276 drivers/media/pci/cx23885/altera-ci.c 	store &= 0x0f;
store             277 drivers/media/pci/cx23885/altera-ci.c 	store |= ((state->nr << 7) | (flag << 6));
store             279 drivers/media/pci/cx23885/altera-ci.c 	netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, store, 0);
store             518 drivers/media/pci/cx23885/altera-ci.c 	u8 store = 0;
store             530 drivers/media/pci/cx23885/altera-ci.c 	store = netup_fpga_op_rw(inter, NETUP_CI_PID_DATA, 0, NETUP_CI_FLG_RD);
store             533 drivers/media/pci/cx23885/altera-ci.c 		store |= (1 << (pid & 7));
store             535 drivers/media/pci/cx23885/altera-ci.c 		store &= ~(1 << (pid & 7));
store             537 drivers/media/pci/cx23885/altera-ci.c 	netup_fpga_op_rw(inter, NETUP_CI_PID_DATA, store, 0);
store             549 drivers/media/pci/cx23885/altera-ci.c 	u8 store = 0;
store             556 drivers/media/pci/cx23885/altera-ci.c 		store = 0xff;/* ignore pid */
store             558 drivers/media/pci/cx23885/altera-ci.c 		store = 0;/* enable pid */
store             569 drivers/media/pci/cx23885/altera-ci.c 				(i > 3 ? store : 0), 0);
store             707 drivers/media/pci/cx23885/altera-ci.c 	u8 store = 0;
store             784 drivers/media/pci/cx23885/altera-ci.c 	store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, 0, NETUP_CI_FLG_RD);
store             785 drivers/media/pci/cx23885/altera-ci.c 	store |= (3 << 4);
store             786 drivers/media/pci/cx23885/altera-ci.c 	netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0);
store             813 drivers/media/pci/cx23885/altera-ci.c 	u8 store;
store             827 drivers/media/pci/cx23885/altera-ci.c 	store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, 0, NETUP_CI_FLG_RD);
store             828 drivers/media/pci/cx23885/altera-ci.c 	store &= ~(4 << (2 - ci_nr));
store             829 drivers/media/pci/cx23885/altera-ci.c 	netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0);
store             831 drivers/media/pci/cx23885/altera-ci.c 	store |= (4 << (2 - ci_nr));
store             832 drivers/media/pci/cx23885/altera-ci.c 	netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0);
store             174 drivers/media/pci/cx23885/cimax2.c 	u8 store;
store             183 drivers/media/pci/cx23885/cimax2.c 				0, &store, 1);
store             187 drivers/media/pci/cx23885/cimax2.c 		store &= ~0x0c;
store             188 drivers/media/pci/cx23885/cimax2.c 		store |= flag;
store             191 drivers/media/pci/cx23885/cimax2.c 				0, &store, 1);
store            2741 drivers/media/pci/ddbridge/ddbridge-core.c 	.store	= _store,					\
store             366 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 	cip->attr_val.store = store_val_norm;
store             370 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 		cip->attr_custom.store = store_val_custom;
store             424 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 	dip->attr_debugcmd.store = debugcmd_store;
store             652 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 	sfp->attr_v4l_minor_number.store = NULL;
store             667 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 	sfp->attr_v4l_radio_minor_number.store = NULL;
store             682 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 	sfp->attr_unit_number.store = NULL;
store             696 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 	sfp->attr_bus_info.store = NULL;
store             711 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 	sfp->attr_hdw_name.store = NULL;
store             726 drivers/media/usb/pvrusb2/pvrusb2-sysfs.c 	sfp->attr_hdw_desc.store = NULL;
store            2527 drivers/mfd/ab8500-debugfs.c 	dev_attr[irq_index]->store = NULL;
store            2666 drivers/mmc/core/block.c 	md->force_ro.store = force_ro_store;
store            2684 drivers/mmc/core/block.c 		md->power_ro_lock.store = power_ro_lock_store;
store             645 drivers/mtd/nand/raw/mxc_nand.c 	uint32_t store;
store             655 drivers/mtd/nand/raw/mxc_nand.c 	store = readl(main_buf);
store             662 drivers/mtd/nand/raw/mxc_nand.c 	writel(store, main_buf);
store             137 drivers/net/bonding/bond_sysfs.c 	.store = bonding_store_bonds,
store             153 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	unsigned int oft = mac->offset, store;
store             172 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	store = t3_read_reg(adap, A_TP_TX_DROP_CFG_CH0 + idx);
store             211 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	t3_write_reg(adap, A_TP_PIO_DATA, store);
store             465 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		dq = dpaa2_io_store_next(ch->store, &is_last);
store            1094 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 						    ch->store);
store            3171 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		priv->channel[i]->store =
store            3173 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (!priv->channel[i]->store) {
store            3183 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (!priv->channel[i]->store)
store            3185 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		dpaa2_io_store_destroy(priv->channel[i]->store);
store            3196 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		dpaa2_io_store_destroy(priv->channel[i]->store);
store             335 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h 	struct dpaa2_io_store *store;
store            1874 drivers/net/ethernet/ibm/ibmveth.c 	.store  = veth_pool_store,
store             129 drivers/net/ethernet/intel/igb/igb_hwmon.c 	igb_attr->dev_attr.store = NULL;
store             123 drivers/net/ethernet/intel/ixgbe/ixgbe_sysfs.c 	ixgbe_attr->dev_attr.store = NULL;
store            3119 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	u32 store[FW_PHY_ACT_DATA_COUNT] = { 0 };
store            3125 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_PHY_SW_RESET, &store);
store            3128 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	memset(store, 0, sizeof(store));
store            3130 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_INIT_PHY, &store);
store            3143 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	u32 store[FW_PHY_ACT_DATA_COUNT] = { 0 };
store            3146 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_LINK_INFO, &store);
store            3150 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if (store[0] & FW_PHY_ACT_GET_LINK_INFO_TEMP) {
store            3051 drivers/net/ethernet/mellanox/mlx4/main.c 		info->port_attr.store     = set_port_type;
store            3070 drivers/net/ethernet/mellanox/mlx4/main.c 		info->port_mtu_attr.store     = set_port_ib_mtu;
store             382 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 		mlxsw_hwmon_attr->dev_attr.store = mlxsw_hwmon_temp_rst_store;
store             401 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 		mlxsw_hwmon_attr->dev_attr.store = mlxsw_hwmon_pwm_store;
store            2788 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	.store = netxen_store_bridged_mode,
store            2820 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	.store = netxen_store_diag_mode,
store            1182 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 	.store = qlcnic_store_bridged_mode,
store            1188 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 	.store = qlcnic_store_diag_mode,
store            1194 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 	.store = qlcnic_store_beacon,
store              99 drivers/parisc/pdc_stable.c 	ssize_t (*store)(struct pdcspath_entry *entry, const char *buf, size_t count);
store             113 drivers/parisc/pdc_stable.c 	.store = _store, \
store             120 drivers/parisc/pdc_stable.c 	.store = _store, \
store             465 drivers/parisc/pdc_stable.c 	if (pdcs_attr->store)
store             466 drivers/parisc/pdc_stable.c 		ret = pdcs_attr->store(entry, buf, count);
store             473 drivers/parisc/pdc_stable.c 	.store = pdcspath_attr_store,
store             121 drivers/pci/hotplug/pci_hotplug_core.c 	.store = power_write_file
store             166 drivers/pci/hotplug/pci_hotplug_core.c 	.store = attention_write_file
store             231 drivers/pci/hotplug/pci_hotplug_core.c 	.store = test_write_file
store             256 drivers/pci/pci.h 	ssize_t (*store)(struct pci_slot *, const char *, size_t);
store              31 drivers/pci/slot.c 	return attribute->store ? attribute->store(slot, buf, len) : -EIO;
store              36 drivers/pci/slot.c 	.store = pci_slot_attr_store,
store             148 drivers/platform/mellanox/mlxreg-io.c 	.store	= mlxreg_io_attr_store,
store             477 drivers/platform/x86/alienware-wmi.c 		zone_dev_attrs[zone].store = zone_set;
store            2117 drivers/platform/x86/asus-wmi.c 		.store  = store_##_name,				\
store             247 drivers/platform/x86/classmate-laptop.c 	.store = cmpc_accel_sensitivity_store_v4
store             296 drivers/platform/x86/classmate-laptop.c 	.store = cmpc_accel_g_select_store_v4
store             586 drivers/platform/x86/classmate-laptop.c 	.store = cmpc_accel_sensitivity_store
store              54 drivers/platform/x86/intel-rst.c 	.store = irst_store_wakeup_events
store              98 drivers/platform/x86/intel-rst.c 	.store = irst_store_wakeup_time
store             370 drivers/platform/x86/intel_menlow.c 					  void *store, struct device *dev,
store             384 drivers/platform/x86/intel_menlow.c 	attr->attr.store = store;
store             982 drivers/platform/x86/msi-laptop.c 		dev_attr_bluetooth.store = store_bluetooth;
store             983 drivers/platform/x86/msi-laptop.c 		dev_attr_wlan.store = store_wlan;
store             984 drivers/platform/x86/msi-laptop.c 		dev_attr_threeg.store = store_threeg;
store            1927 drivers/platform/x86/sony-laptop.c 	kbdbl_ctl->mode_attr.store = sony_nc_kbd_backlight_mode_store;
store            1941 drivers/platform/x86/sony-laptop.c 		kbdbl_ctl->timeout_attr.store =
store            2093 drivers/platform/x86/sony-laptop.c 	bcare_ctl->attrs[0].store = sony_nc_battery_care_limit_store;
store            2265 drivers/platform/x86/sony-laptop.c 	th_handle->mode_attr.store = sony_nc_thermal_mode_store;
store            2393 drivers/platform/x86/sony-laptop.c 	lid_ctl->attrs[LID_RESUME_S5].store = sony_nc_lid_resume_store;
store            2400 drivers/platform/x86/sony-laptop.c 		lid_ctl->attrs[LID_RESUME_S4].store = sony_nc_lid_resume_store;
store            2406 drivers/platform/x86/sony-laptop.c 		lid_ctl->attrs[LID_RESUME_S3].store = sony_nc_lid_resume_store;
store            2599 drivers/platform/x86/sony-laptop.c 	hsc_handle->store = sony_nc_highspeed_charging_store;
store            2665 drivers/platform/x86/sony-laptop.c 	lowbatt_handle->store = sony_nc_lowbatt_store;
store            2748 drivers/platform/x86/sony-laptop.c 	fan_handle->store = NULL;
store            2754 drivers/platform/x86/sony-laptop.c 	hsf_handle->store = sony_nc_hsfan_store;
store            2846 drivers/platform/x86/sony-laptop.c 	uc_handle->store = sony_nc_usb_charge_store;
store            2893 drivers/platform/x86/sony-laptop.c 	panel_handle->store = NULL;
store            2948 drivers/platform/x86/sony-laptop.c 	sc_handle->store = sony_nc_smart_conn_store;
store            3024 drivers/platform/x86/sony-laptop.c 	tp_ctl->attr.store = sony_nc_touchpad_store;
store            2424 drivers/power/supply/ab8500_fg.c 	ssize_t (*store)(struct ab8500_fg *, const char *, size_t);
store            2497 drivers/power/supply/ab8500_fg.c 	if (!entry->store)
store            2500 drivers/power/supply/ab8500_fg.c 	return entry->store(di, buf, count);
store            2505 drivers/power/supply/ab8500_fg.c 	.store = ab8500_fg_store,
store             276 drivers/power/supply/abx500_chargalg.c 	ssize_t (*store)(struct abx500_chargalg *, const char *, size_t);
store            1862 drivers/power/supply/abx500_chargalg.c 	if (!entry->store)
store            1865 drivers/power/supply/abx500_chargalg.c 	return entry->store(di, buf, length);
store            1876 drivers/power/supply/abx500_chargalg.c 	.store = abx500_chargalg_sysfs_charger,
store             331 drivers/power/supply/bq24190_charger.c #define BQ24190_SYSFS_FIELD(_name, r, f, m, store)			\
store             333 drivers/power/supply/bq24190_charger.c 	.attr	= __ATTR(f_##_name, m, bq24190_sysfs_show, store),	\
store            1405 drivers/power/supply/charger-manager.c 		charger->attr_externally_control.store
store              37 drivers/power/supply/power_supply_sysfs.c 	.store = power_supply_store_property,				\
store             346 drivers/powercap/idle_inject.c 	.store = &idle_inject_thread.tsk,
store             188 drivers/powercap/powercap_sys.c 				ssize_t (*store)(struct device *,
store             200 drivers/powercap/powercap_sys.c 	dev_attr->store = store;
store             281 drivers/ptp/ptp_sysfs.c 		da->store = ptp_pin_store;
store            1470 drivers/scsi/aacraid/linit.c 	.store = aac_store_reset_adapter,
store            3568 drivers/scsi/ipr.c 	.store = ipr_store_log_level
store            3629 drivers/scsi/ipr.c 	.store = ipr_store_diagnostics
store            3705 drivers/scsi/ipr.c 	.store = ipr_store_adapter_state
store            3745 drivers/scsi/ipr.c 	.store = ipr_store_reset_adapter
store            3831 drivers/scsi/ipr.c 	.store = ipr_store_iopoll_weight
store            4136 drivers/scsi/ipr.c 	.store = ipr_store_update_fw
store            4718 drivers/scsi/ipr.c 	.store = ipr_store_raw_mode
store             652 drivers/scsi/pcmcia/sym53c500_cs.c 	.store = SYM53C500_store_pio,
store            4043 drivers/scsi/pmcraid.c 	.store = pmcraid_store_log_level,
store             784 drivers/scsi/scsi_transport_fc.c 	i->private_rport_attrs[count].store = NULL;			\
store             792 drivers/scsi/scsi_transport_fc.c 	i->private_rport_attrs[count].store = NULL;			\
store             800 drivers/scsi/scsi_transport_fc.c 		i->private_rport_attrs[count].store = NULL;		\
store            1034 drivers/scsi/scsi_transport_fc.c 	i->private_starget_attrs[count].store = NULL;			\
store            1043 drivers/scsi/scsi_transport_fc.c 		i->private_starget_attrs[count].store = NULL;		\
store            1197 drivers/scsi/scsi_transport_fc.c 	i->private_vport_attrs[count].store = NULL;			\
store            1206 drivers/scsi/scsi_transport_fc.c 	i->private_vport_attrs[count].store = NULL;			\
store            1221 drivers/scsi/scsi_transport_fc.c 		i->private_vport_attrs[count].store = NULL;		\
store            1415 drivers/scsi/scsi_transport_fc.c 	i->private_host_attrs[count].store = NULL;			\
store            1423 drivers/scsi/scsi_transport_fc.c 	i->private_host_attrs[count].store = NULL;			\
store            1431 drivers/scsi/scsi_transport_fc.c 		i->private_host_attrs[count].store = NULL;		\
store            1460 drivers/scsi/scsi_transport_fc.c 	i->private_host_attrs[count].store = NULL;			\
store            1696 drivers/scsi/scsi_transport_sas.c 		i->private_##attrb[count].store = NULL;			\
store             737 drivers/scsi/ufs/ufs-qcom.c 	host->bus_vote.max_bus_bw.store = store_ufs_to_mem_max_bus_bw;
store            1464 drivers/scsi/ufs/ufshcd.c 	hba->clk_scaling.enable_attr.store = ufshcd_clkscale_enable_store;
store            1805 drivers/scsi/ufs/ufshcd.c 	hba->clk_gating.delay_attr.store = ufshcd_clkgate_delay_store;
store            1813 drivers/scsi/ufs/ufshcd.c 	hba->clk_gating.enable_attr.store = ufshcd_clkgate_enable_store;
store              23 drivers/staging/greybus/audio_manager_module.c 	ssize_t (*store)(struct gb_audio_manager_module *module,
store              53 drivers/staging/greybus/audio_manager_module.c 	if (!attribute->store)
store              56 drivers/staging/greybus/audio_manager_module.c 	return attribute->store(module, attribute, buf, len);
store              61 drivers/staging/greybus/audio_manager_module.c 	.store = gb_audio_module_attr_store,
store             605 drivers/staging/iio/adc/ad7280a.c 	attr->dev_attr.store = ad7280_store_balance_sw;
store             621 drivers/staging/iio/adc/ad7280a.c 	attr->dev_attr.store = ad7280_store_balance_timer;
store             756 drivers/thermal/thermal_core.c 	dev->weight_attr.store = weight_store;
store             574 drivers/thermal/thermal_sysfs.c 			tz->trip_temp_attrs[indx].attr.store =
store             592 drivers/thermal/thermal_sysfs.c 			tz->trip_hyst_attrs[indx].attr.store =
store              74 drivers/uio/uio.c 	ssize_t (*store)(struct uio_mem *, const char *, size_t);
store             162 drivers/uio/uio.c 	ssize_t (*store)(struct uio_port *, const char *, size_t);
store             216 drivers/usb/core/ledtrig-usbport.c 	port->attr.store = usbport_trig_port_store;
store              30 drivers/usb/gadget/function/uvc_configfs.c 	.store		= prefix##cname##_store,			\
store              41 drivers/vfio/mdev/mdev_sysfs.c 	if (attr->store)
store              42 drivers/vfio/mdev/mdev_sysfs.c 		ret = attr->store(&type->kobj, type->parent->dev, buf, count);
store              48 drivers/vfio/mdev/mdev_sysfs.c 	.store = mdev_type_attr_store,
store            1806 drivers/video/fbdev/fsl-diu-fb.c 	data->dev_attr.store = store_monitor;
store             235 drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c 	ssize_t	(*store)(struct omap_dss_device *, const char *, size_t);
store             293 drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c 	if (!display_attr->store)
store             296 drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c 	return display_attr->store(dssdev, buf, size);
store             301 drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c 	.store = display_attr_store,
store             418 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 	ssize_t	(*store)(struct omap_overlay_manager *, const char *, size_t);
store             485 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 	if (!manager_attr->store)
store             488 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 	return manager_attr->store(manager, buf, size);
store             493 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 	.store = manager_attr_store,
store             354 drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c 	ssize_t	(*store)(struct omap_overlay *, const char *, size_t);
store             418 drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c 	if (!overlay_attr->store)
store             421 drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c 	return overlay_attr->store(overlay, buf, size);
store             426 drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c 	.store = overlay_attr_store,
store              34 drivers/xen/sys-hypervisor.c 	ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t);
store             588 drivers/xen/sys-hypervisor.c 	if (hyp_attr->store)
store             589 drivers/xen/sys-hypervisor.c 		return hyp_attr->store(hyp_attr, buffer, len);
store             595 drivers/xen/sys-hypervisor.c 	.store = hyp_sysfs_store,
store              37 fs/btrfs/sysfs.c 	.store	= _store,						\
store             251 fs/configfs/file.c 		res = buffer->attr->store(buffer->item, buffer->page, count);
store             409 fs/configfs/file.c 		if ((type & CONFIGFS_ITEM_ATTR) && !attr->store)
store             117 fs/dlm/lockspace.c 	ssize_t (*store)(struct dlm_ls *, const char *, size_t);
store             122 fs/dlm/lockspace.c 	.store = dlm_control_store
store             127 fs/dlm/lockspace.c 	.store = dlm_event_store
store             133 fs/dlm/lockspace.c 	.store = dlm_id_store
store             139 fs/dlm/lockspace.c 	.store = dlm_nodir_store
store             176 fs/dlm/lockspace.c 	return a->store ? a->store(ls, buf, len) : len;
store             187 fs/dlm/lockspace.c 	.store = dlm_attr_store,
store             381 fs/ext4/sysfs.c 	.store	= ext4_attr_store,
store              38 fs/f2fs/sysfs.c 	ssize_t (*store)(struct f2fs_attr *, struct f2fs_sb_info *,
store             366 fs/f2fs/sysfs.c 	return a->store ? a->store(a, sbi, buf, len) : 0;
store             418 fs/f2fs/sysfs.c 	.store	= _store,					\
store             578 fs/f2fs/sysfs.c 	.store	= f2fs_attr_store,
store              33 fs/gfs2/sys.c  	ssize_t (*store)(struct gfs2_sbd *, const char *, size_t);
store              49 fs/gfs2/sys.c  	return a->store ? a->store(sdp, buf, len) : len;
store              54 fs/gfs2/sys.c  	.store = gfs2_attr_store,
store             272 fs/gfs2/sys.c  #define GFS2_ATTR(name, mode, show, store) \
store             273 fs/gfs2/sys.c  static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store)
store             596 fs/gfs2/sys.c  #define TUNE_ATTR_3(name, show, store)                                        \
store             597 fs/gfs2/sys.c  static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store)
store             599 fs/gfs2/sys.c  #define TUNE_ATTR_2(name, store)                                              \
store             604 fs/gfs2/sys.c  TUNE_ATTR_3(name, name##_show, store)
store             565 fs/nilfs2/bmap.c 		     struct nilfs_bmap_store *store)
store             567 fs/nilfs2/bmap.c 	memcpy(store->data, bmap->b_u.u_data, sizeof(store->data));
store             568 fs/nilfs2/bmap.c 	store->last_allocated_key = bmap->b_last_allocated_key;
store             569 fs/nilfs2/bmap.c 	store->last_allocated_ptr = bmap->b_last_allocated_ptr;
store             570 fs/nilfs2/bmap.c 	store->state = bmap->b_state;
store             574 fs/nilfs2/bmap.c 			const struct nilfs_bmap_store *store)
store             576 fs/nilfs2/bmap.c 	memcpy(bmap->b_u.u_data, store->data, sizeof(store->data));
store             577 fs/nilfs2/bmap.c 	bmap->b_last_allocated_key = store->last_allocated_key;
store             578 fs/nilfs2/bmap.c 	bmap->b_last_allocated_ptr = store->last_allocated_ptr;
store             579 fs/nilfs2/bmap.c 	bmap->b_state = store->state;
store              57 fs/nilfs2/sysfs.c 	return a->store ? a->store(a, nilfs, buf, len) : 0; \
store              61 fs/nilfs2/sysfs.c 	.store	= nilfs_##name##_attr_store, \
store             168 fs/nilfs2/sysfs.c 	return a->store ? a->store(a, root, buf, len) : 0;
store             180 fs/nilfs2/sysfs.c 	.store	= nilfs_snapshot_attr_store,
store             963 fs/nilfs2/sysfs.c 	return a->store ? a->store(a, nilfs, buf, len) : 0;
store             975 fs/nilfs2/sysfs.c 	.store	= nilfs_dev_attr_store,
store              58 fs/nilfs2/sysfs.h 	ssize_t (*store)(struct kobject *, struct attribute *, \
store              69 fs/nilfs2/sysfs.h 	ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \
store              85 fs/nilfs2/sysfs.h 	ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \
store              91 fs/nilfs2/sysfs.h #define NILFS_ATTR(type, name, mode, show, store) \
store              93 fs/nilfs2/sysfs.h 		__ATTR(name, mode, show, store)
store             145 fs/ocfs2/cluster/masklog.c 	.store = mlog_store,
store             131 fs/ocfs2/filecheck.c 	if (kattr->store)
store             132 fs/ocfs2/filecheck.c 		ret = kattr->store(kobj, kattr, buf, count);
store             139 fs/ocfs2/filecheck.c 	.store = ocfs2_filecheck_store,
store             170 fs/orangefs/orangefs-sysfs.c 	ssize_t (*store)(struct kobject *kobj,
store             200 fs/orangefs/orangefs-sysfs.c 	if (!attribute->store)
store             202 fs/orangefs/orangefs-sysfs.c 	return attribute->store(kobj, attribute, buf, len);
store             207 fs/orangefs/orangefs-sysfs.c 	.store = orangefs_attr_store,
store             138 fs/sysfs/file.c 	return ops->store(kobj, of->kn->priv, buf, count);
store             264 fs/sysfs/file.c 		if (sysfs_ops->show && sysfs_ops->store) {
store             274 fs/sysfs/file.c 		} else if (sysfs_ops->store) {
store             118 fs/xfs/xfs_error.c 	.store = xfs_errortag_attr_store,
store              92 fs/xfs/xfs_mru_cache.c 	struct radix_tree_root	store;     /* Core storage data structure.  */
store             239 fs/xfs/xfs_mru_cache.c 		radix_tree_delete(&mru->store, elem->key);
store             355 fs/xfs/xfs_mru_cache.c 	INIT_RADIX_TREE(&mru->store, GFP_ATOMIC);
store             437 fs/xfs/xfs_mru_cache.c 	error = radix_tree_insert(&mru->store, key, elem);
store             464 fs/xfs/xfs_mru_cache.c 	elem = radix_tree_delete(&mru->store, key);
store             520 fs/xfs/xfs_mru_cache.c 	elem = radix_tree_lookup(&mru->store, key);
store              19 fs/xfs/xfs_sysfs.c 	ssize_t (*store)(struct kobject *kobject, const char *buf,
store              58 fs/xfs/xfs_sysfs.c 	return xfs_attr->store ? xfs_attr->store(kobject, buf, count) : 0;
store              63 fs/xfs/xfs_sysfs.c 	.store = xfs_sysfs_object_store,
store             122 include/linux/configfs.h 	ssize_t (*store)(struct config_item *, const char *, size_t);
store             131 include/linux/configfs.h 	.store		= _pfx##_name##_store,		\
store             147 include/linux/configfs.h 	.store		= _pfx##_name##_store,		\
store             264 include/linux/cpufreq.h 	ssize_t (*store)(struct cpufreq_policy *, const char *, size_t count);
store             608 include/linux/cpufreq.h 	ssize_t (*store)(struct gov_attr_set *attr_set, const char *buf,
store              50 include/linux/device.h 	ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count);
store             409 include/linux/device.h 	ssize_t (*store)(struct device_driver *driver, const char *buf,
store             714 include/linux/device.h 	ssize_t (*store)(struct class *class, struct class_attribute *attr,
store             809 include/linux/device.h 	ssize_t (*store)(struct device *dev, struct device_attribute *attr,
store              60 include/linux/elevator.h 	ssize_t (*store)(struct elevator_queue *, const char *, size_t);
store              19 include/linux/frontswap.h 	int (*store)(unsigned, pgoff_t, struct page *); /* store a page */
store             168 include/linux/kobject.h 	ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
store             101 include/linux/mdev.h 	ssize_t (*store)(struct kobject *kobj, struct device *dev,
store              54 include/linux/module.h 	ssize_t (*store)(struct module_attribute *, struct module_kobject *,
store             757 include/linux/netdevice.h 	ssize_t (*store)(struct netdev_rx_queue *queue,
store              32 include/linux/smpboot.h 	struct task_struct		* __percpu *store;
store              16 include/linux/stacktrace.h unsigned int stack_trace_save(unsigned long *store, unsigned int size,
store              19 include/linux/stacktrace.h 				  unsigned long *store, unsigned int size,
store              21 include/linux/stacktrace.h unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store,
store              23 include/linux/stacktrace.h unsigned int stack_trace_save_user(unsigned long *store, unsigned int size);
store              82 include/linux/stacktrace.h int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store,
store              86 include/linux/stacktrace.h 						unsigned long *store,
store             105 include/linux/sysfs.h 	.store	= _store,						\
store             112 include/linux/sysfs.h 	.store	= _store,						\
store             128 include/linux/sysfs.h 	.store	= _name##_store,					\
store             140 include/linux/sysfs.h 	.store		= _store,				\
store             225 include/linux/sysfs.h 	ssize_t	(*store)(struct kobject *, struct attribute *, const char *, size_t);
store             787 kernel/cpu.c   	.store			= &cpuhp_state.thread,
store            1576 kernel/module.c 		sattr->mattr.store = NULL;
store             848 kernel/padata.c 	ssize_t (*store)(struct padata_instance *, struct attribute *,
store             944 kernel/padata.c 		ret = pentry->store(pinst, attr, buf, count);
store             951 kernel/padata.c 	.store = padata_sysfs_store,
store             655 kernel/params.c 		mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store;
store             657 kernel/params.c 		mk->mp->attrs[mk->mp->num].mattr.store = NULL;
store             899 kernel/params.c 	if (!attribute->store)
store             902 kernel/params.c 	ret = attribute->store(attribute, mk, buf, len);
store             909 kernel/params.c 	.store = module_attr_store,
store              85 kernel/power/power.h 	.store	= _name##_store,		\
store            2472 kernel/rcu/tree.c 	.store			= &rcu_data.rcu_cpu_kthread_task,
store             173 kernel/smpboot.c 	struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu);
store             197 kernel/smpboot.c 	*per_cpu_ptr(ht->store, cpu) = tsk;
store             230 kernel/smpboot.c 	struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu);
store             249 kernel/smpboot.c 	struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu);
store             272 kernel/smpboot.c 		struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu);
store             277 kernel/smpboot.c 			*per_cpu_ptr(ht->store, cpu) = NULL;
store             674 kernel/softirq.c 	.store			= &ksoftirqd,
store              75 kernel/stacktrace.c 	unsigned long	*store;
store              93 kernel/stacktrace.c 	c->store[c->len++] = addr;
store             113 kernel/stacktrace.c unsigned int stack_trace_save(unsigned long *store, unsigned int size,
store             118 kernel/stacktrace.c 		.store	= store,
store             137 kernel/stacktrace.c unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store,
store             142 kernel/stacktrace.c 		.store	= store,
store             165 kernel/stacktrace.c unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store,
store             170 kernel/stacktrace.c 		.store	= store,
store             192 kernel/stacktrace.c int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store,
store             197 kernel/stacktrace.c 		.store	= store,
store             223 kernel/stacktrace.c unsigned int stack_trace_save_user(unsigned long *store, unsigned int size)
store             227 kernel/stacktrace.c 		.store	= store,
store             272 kernel/stacktrace.c unsigned int stack_trace_save(unsigned long *store, unsigned int size,
store             276 kernel/stacktrace.c 		.entries	= store,
store             296 kernel/stacktrace.c 				  unsigned long *store, unsigned int size,
store             300 kernel/stacktrace.c 		.entries	= store,
store             319 kernel/stacktrace.c unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store,
store             323 kernel/stacktrace.c 		.entries	= store,
store             345 kernel/stacktrace.c int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store,
store             349 kernel/stacktrace.c 		.entries	= store,
store             366 kernel/stacktrace.c unsigned int stack_trace_save_user(unsigned long *store, unsigned int size)
store             369 kernel/stacktrace.c 		.entries	= store,
store             568 kernel/stop_machine.c 	.store			= &cpu_stopper.thread,
store             841 lib/kobject.c  	if (kattr->store)
store             842 lib/kobject.c  		ret = kattr->store(kobj, kattr, buf, count);
store             848 lib/kobject.c  	.store	= kobj_attr_store,
store             272 mm/frontswap.c 		ret = ops->store(type, offset, page);
store            4932 mm/slub.c      	ssize_t (*store)(struct kmem_cache *s, const char *x, size_t count);
store            5548 mm/slub.c      	if (!attribute->store)
store            5551 mm/slub.c      	err = attribute->store(s, buf, len);
store            5578 mm/slub.c      			attribute->store(c, buf, len);
store            5610 mm/slub.c      		if (!attr || !attr->store || !attr->show)
store            5635 mm/slub.c      			attr->store(s, buf, len);
store            5650 mm/slub.c      	.store = slab_attr_store,
store            1236 mm/zswap.c     	.store = zswap_frontswap_store,
store             124 net/batman-adv/sysfs.c 	.store  = _store,				\
store             133 net/batman-adv/sysfs.c 	.store  = _store,				\
store              43 net/batman-adv/sysfs.h 	ssize_t (*store)(struct kobject *kobj, struct attribute *attr,
store              23 net/bridge/br_sysfs_if.c 	int (*store)(struct net_bridge_port *, unsigned long);
store              40 net/bridge/br_sysfs_if.c 	.store	= _store,					\
store             331 net/bridge/br_sysfs_if.c 	} else if (brport_attr->store) {
store             336 net/bridge/br_sysfs_if.c 		ret = brport_attr->store(p, val);
store             352 net/bridge/br_sysfs_if.c 	.store = brport_store,
store             674 net/core/net-sysfs.c 	if (!attribute->store)
store             677 net/core/net-sysfs.c 	return attribute->store(queue, buf, count);
store             682 net/core/net-sysfs.c 	.store = rx_queue_attr_store,
store             991 net/core/net-sysfs.c 	ssize_t (*store)(struct netdev_queue *queue,
store            1020 net/core/net-sysfs.c 	if (!attribute->store)
store            1023 net/core/net-sysfs.c 	return attribute->store(queue, buf, count);
store            1028 net/core/net-sysfs.c 	.store = netdev_queue_attr_store,
store              41 samples/kobject/kset-example.c 	ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count);
store              82 samples/kobject/kset-example.c 	if (!attribute->store)
store              85 samples/kobject/kset-example.c 	return attribute->store(foo, attribute, buf, len);
store              91 samples/kobject/kset-example.c 	.store = foo_attr_store,
store              91 sound/hda/hdac_sysfs.c 	ssize_t (*store)(struct hdac_device *codec, hda_nid_t nid,
store             133 sound/hda/hdac_sysfs.c 	if (!wid_attr->store)
store             138 sound/hda/hdac_sysfs.c 	return wid_attr->store(codec, nid, wid_attr, buf, count);
store             143 sound/hda/hdac_sysfs.c 	.store	= widget_attr_store,
store             803 sound/pci/asihpi/hpi_internal.h 	} store;		/* for HPI_MIXER_STORE message */
store            1301 sound/pci/asihpi/hpifunc.c 	hm.u.mx.store.command = command;
store            1302 sound/pci/asihpi/hpifunc.c 	hm.u.mx.store.index = index;
store             421 sound/usb/mixer_us16x08.c 	struct snd_us16x08_comp_store *store = elem->private_data;
store             425 sound/usb/mixer_us16x08.c 	ucontrol->value.integer.value[0] = store->val[val_idx][index];
store             435 sound/usb/mixer_us16x08.c 	struct snd_us16x08_comp_store *store = elem->private_data;
store             451 sound/usb/mixer_us16x08.c 	store->val[val_idx][index] = ucontrol->value.integer.value[0];
store             457 sound/usb/mixer_us16x08.c 	buf[8] = store->val[
store             460 sound/usb/mixer_us16x08.c 	buf[11] = ratio_map[store->val[
store             462 sound/usb/mixer_us16x08.c 	buf[14] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTACK)][index]
store             464 sound/usb/mixer_us16x08.c 	buf[17] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RELEASE)][index]
store             466 sound/usb/mixer_us16x08.c 	buf[20] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_GAIN)][index];
store             467 sound/usb/mixer_us16x08.c 	buf[26] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)][index];
store             489 sound/usb/mixer_us16x08.c 	struct snd_us16x08_eq_store *store = elem->private_data;
store             493 sound/usb/mixer_us16x08.c 	val = store->val[EQ_STORE_BAND_IDX(elem->head.id)]
store             505 sound/usb/mixer_us16x08.c 	struct snd_us16x08_eq_store *store = elem->private_data;
store             522 sound/usb/mixer_us16x08.c 		buf[17] = store->val[b_idx][2][index];
store             523 sound/usb/mixer_us16x08.c 		buf[14] = store->val[b_idx][1][index];
store             524 sound/usb/mixer_us16x08.c 		buf[11] = store->val[b_idx][0][index];
store             529 sound/usb/mixer_us16x08.c 		store->val[b_idx][3][index] = val;
store             548 sound/usb/mixer_us16x08.c 	struct snd_us16x08_eq_store *store = elem->private_data;
store             553 sound/usb/mixer_us16x08.c 	val = store->val[b_idx][p_idx][index];
store             565 sound/usb/mixer_us16x08.c 	struct snd_us16x08_eq_store *store = elem->private_data;
store             582 sound/usb/mixer_us16x08.c 	store->val[b_idx][p_idx][index] = val;
store             583 sound/usb/mixer_us16x08.c 	buf[20] = store->val[b_idx][3][index];
store             584 sound/usb/mixer_us16x08.c 	buf[17] = store->val[b_idx][2][index];
store             585 sound/usb/mixer_us16x08.c 	buf[14] = store->val[b_idx][1][index];
store             586 sound/usb/mixer_us16x08.c 	buf[11] = store->val[b_idx][0][index];
store             619 sound/usb/mixer_us16x08.c static int snd_get_meter_comp_index(struct snd_us16x08_meter_store *store)
store             624 sound/usb/mixer_us16x08.c 	if (store->comp_active_index) {
store             626 sound/usb/mixer_us16x08.c 		if (store->comp_active_index & 0x20) {
store             628 sound/usb/mixer_us16x08.c 			if (store->comp_index -
store             629 sound/usb/mixer_us16x08.c 				store->comp_active_index > 1)
store             630 sound/usb/mixer_us16x08.c 				store->comp_index =
store             631 sound/usb/mixer_us16x08.c 				store->comp_active_index;
store             633 sound/usb/mixer_us16x08.c 			ret = store->comp_index++ & 0x1F;
store             636 sound/usb/mixer_us16x08.c 			ret = store->comp_active_index;
store             640 sound/usb/mixer_us16x08.c 		while (!store->comp_store->val[
store             642 sound/usb/mixer_us16x08.c 			[store->comp_index - 1]
store             643 sound/usb/mixer_us16x08.c 			&& store->comp_index <= SND_US16X08_MAX_CHANNELS) {
store             644 sound/usb/mixer_us16x08.c 			store->comp_index++;
store             646 sound/usb/mixer_us16x08.c 		ret = store->comp_index++;
store             647 sound/usb/mixer_us16x08.c 		if (store->comp_index > SND_US16X08_MAX_CHANNELS)
store             648 sound/usb/mixer_us16x08.c 			store->comp_index = 1;
store             655 sound/usb/mixer_us16x08.c 	struct snd_us16x08_meter_store *store,
store             663 sound/usb/mixer_us16x08.c 			store->meter_level[MUB2(meter_urb, s) - 1] = val;
store             665 sound/usb/mixer_us16x08.c 			store->comp_level[MUB2(meter_urb, s) - 1] = val;
store             669 sound/usb/mixer_us16x08.c 		store->master_level[MUB2(meter_urb, s) - 1] = val;
store             689 sound/usb/mixer_us16x08.c 	struct snd_us16x08_meter_store *store = elem->private_data;
store             717 sound/usb/mixer_us16x08.c 		tmp[2] = snd_get_meter_comp_index(store);
store             727 sound/usb/mixer_us16x08.c 		get_meter_levels_from_urb(set, store, meter_urb);
store             731 sound/usb/mixer_us16x08.c 			store ? store->meter_level[i] : 0;
store             734 sound/usb/mixer_us16x08.c 	ucontrol->value.integer.value[i++] = store ? store->master_level[0] : 0;
store             735 sound/usb/mixer_us16x08.c 	ucontrol->value.integer.value[i++] = store ? store->master_level[1] : 0;
store             739 sound/usb/mixer_us16x08.c 		store ? store->comp_level[i - 2] : 0;
store             748 sound/usb/mixer_us16x08.c 	struct snd_us16x08_meter_store *store = elem->private_data;
store             757 sound/usb/mixer_us16x08.c 	store->comp_active_index = val;
store             758 sound/usb/mixer_us16x08.c 	store->comp_index = val;
store             642 tools/perf/builtin-c2c.c STAT_FN(store)
store            1150 tools/perf/builtin-c2c.c 			if (c2c_he->stats.store > 0) {
store            1152 tools/perf/builtin-c2c.c 						percent(stats->store, c2c_he->stats.store));
store            1940 tools/perf/builtin-c2c.c 	return has_hitm || c2c_he->stats.store;
store            2158 tools/perf/builtin-c2c.c 	fprintf(out, "  Store Operations                  : %10d\n", stats->store);
store            2182 tools/perf/builtin-c2c.c 	fprintf(out, "  Store HITs on shared lines        : %10d\n", stats->store);
store            2184 tools/perf/builtin-c2c.c 	fprintf(out, "  Total Merged records              : %10d\n", hitm_cnt + stats->store);
store             102 tools/perf/ui/gtk/annotate.c 	GtkListStore *store;
store             112 tools/perf/ui/gtk/annotate.c 	store = gtk_list_store_newv(MAX_ANN_COLS, col_types);
store             123 tools/perf/ui/gtk/annotate.c 	gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store));
store             124 tools/perf/ui/gtk/annotate.c 	g_object_unref(GTK_TREE_MODEL(store));
store             130 tools/perf/ui/gtk/annotate.c 		gtk_list_store_append(store, &iter);
store             146 tools/perf/ui/gtk/annotate.c 			gtk_list_store_set(store, &iter, ANN_COL__PERCENT, s, -1);
store             148 tools/perf/ui/gtk/annotate.c 			gtk_list_store_set(store, &iter, ANN_COL__OFFSET, s, -1);
store             150 tools/perf/ui/gtk/annotate.c 			gtk_list_store_set(store, &iter, ANN_COL__LINE, s, -1);
store              97 tools/perf/ui/gtk/hists.c static void perf_gtk__add_callchain_flat(struct rb_root *root, GtkTreeStore *store,
store             119 tools/perf/ui/gtk/hists.c 			gtk_tree_store_append(store, &iter, &new_parent);
store             122 tools/perf/ui/gtk/hists.c 			gtk_tree_store_set(store, &iter, 0, buf, -1);
store             125 tools/perf/ui/gtk/hists.c 			gtk_tree_store_set(store, &iter, col, buf, -1);
store             140 tools/perf/ui/gtk/hists.c 			gtk_tree_store_append(store, &iter, &new_parent);
store             143 tools/perf/ui/gtk/hists.c 			gtk_tree_store_set(store, &iter, 0, buf, -1);
store             146 tools/perf/ui/gtk/hists.c 			gtk_tree_store_set(store, &iter, col, buf, -1);
store             160 tools/perf/ui/gtk/hists.c static void perf_gtk__add_callchain_folded(struct rb_root *root, GtkTreeStore *store,
store             209 tools/perf/ui/gtk/hists.c 		gtk_tree_store_append(store, &iter, parent);
store             212 tools/perf/ui/gtk/hists.c 		gtk_tree_store_set(store, &iter, 0, buf, -1);
store             214 tools/perf/ui/gtk/hists.c 		gtk_tree_store_set(store, &iter, col, str, -1);
store             220 tools/perf/ui/gtk/hists.c static void perf_gtk__add_callchain_graph(struct rb_root *root, GtkTreeStore *store,
store             241 tools/perf/ui/gtk/hists.c 			gtk_tree_store_append(store, &iter, &new_parent);
store             244 tools/perf/ui/gtk/hists.c 			gtk_tree_store_set(store, &iter, 0, buf, -1);
store             247 tools/perf/ui/gtk/hists.c 			gtk_tree_store_set(store, &iter, col, buf, -1);
store             265 tools/perf/ui/gtk/hists.c 		perf_gtk__add_callchain_graph(&node->rb_root, store, &iter, col,
store             270 tools/perf/ui/gtk/hists.c static void perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store,
store             274 tools/perf/ui/gtk/hists.c 		perf_gtk__add_callchain_flat(root, store, parent, col, total);
store             276 tools/perf/ui/gtk/hists.c 		perf_gtk__add_callchain_folded(root, store, parent, col, total);
store             278 tools/perf/ui/gtk/hists.c 		perf_gtk__add_callchain_graph(root, store, parent, col, total);
store             299 tools/perf/ui/gtk/hists.c 	GtkTreeStore *store;
store             317 tools/perf/ui/gtk/hists.c 	store = gtk_tree_store_newv(nr_cols, col_types);
store             354 tools/perf/ui/gtk/hists.c 	gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store));
store             356 tools/perf/ui/gtk/hists.c 	g_object_unref(GTK_TREE_MODEL(store));
store             371 tools/perf/ui/gtk/hists.c 		gtk_tree_store_append(store, &iter, NULL);
store             384 tools/perf/ui/gtk/hists.c 			gtk_tree_store_set(store, &iter, col_idx++, s, -1);
store             393 tools/perf/ui/gtk/hists.c 			perf_gtk__add_callchain(&h->sorted_chain, store, &iter,
store             407 tools/perf/ui/gtk/hists.c 					    GtkTreeStore *store,
store             433 tools/perf/ui/gtk/hists.c 		gtk_tree_store_append(store, &iter, parent);
store             446 tools/perf/ui/gtk/hists.c 			gtk_tree_store_set(store, &iter, col_idx++, hpp->buf, -1);
store             463 tools/perf/ui/gtk/hists.c 		gtk_tree_store_set(store, &iter, col_idx, strim(bf), -1);
store             470 tools/perf/ui/gtk/hists.c 							store, &iter, hpp,
store             480 tools/perf/ui/gtk/hists.c 				gtk_tree_store_append(store, &child, &iter);
store             481 tools/perf/ui/gtk/hists.c 				gtk_tree_store_set(store, &child, col_idx, buf, -1);
store             490 tools/perf/ui/gtk/hists.c 			perf_gtk__add_callchain(&he->sorted_chain, store, &iter,
store             504 tools/perf/ui/gtk/hists.c 	GtkTreeStore *store;
store             525 tools/perf/ui/gtk/hists.c 	store = gtk_tree_store_newv(nr_cols, col_types);
store             580 tools/perf/ui/gtk/hists.c 	gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store));
store             581 tools/perf/ui/gtk/hists.c 	g_object_unref(GTK_TREE_MODEL(store));
store             583 tools/perf/ui/gtk/hists.c 	perf_gtk__add_hierarchy_entries(hists, &hists->entries, store,
store             394 tools/perf/util/mem-events.c 		stats->store++;
store             428 tools/perf/util/mem-events.c 	stats->store		+= add->store;
store              54 tools/perf/util/mem-events.h 	u32	store;               /* count of all stores in trace */
store              70 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h int compare_vsx_vmx(unsigned long *store, unsigned long *load)
store              75 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h 		if (store[1 + 2 * i] != load[1 + 2 * i]) {
store              77 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h 					1 + 2 * i, store[i],
store              85 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h 		if (store[i] != load[i]) {
store              87 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h 					i, store[i], i, load[i]);
store              93 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h 		if (!(i % 2) && (store[i] != load[i+1])) {
store              95 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h 					i, store[i], i+1, load[i+1]);
store              98 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h 		if ((i % 2) && (store[i] != load[i-1])) {
store             100 tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h 					i, store[i], i-1, load[i-1]);