get_data          295 arch/nds32/mm/alignment.c 		get_data(unaligned_addr, &target_val, len);
get_data          485 arch/nds32/mm/alignment.c 		get_data(unaligned_addr, &target_val, len);
get_data          259 drivers/gpio/gpio-siox.c 	.get_data = gpio_siox_get_data,
get_data         1057 drivers/gpu/drm/ast/ast_mode.c 	i2c->bit.getsda = get_data;
get_data          202 drivers/gpu/drm/gma500/intel_gmbus.c 	gpio->algo.getsda = get_data;
get_data          123 drivers/gpu/drm/gma500/intel_i2c.c 	chan->algo.getsda = get_data;
get_data          151 drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c 	chan->algo.getsda = get_data;
get_data          317 drivers/gpu/drm/i915/display/intel_gmbus.c 	algo->getsda = get_data;
get_data          965 drivers/gpu/drm/radeon/radeon_i2c.c 		i2c->bit.getsda = get_data;
get_data          365 drivers/hwtracing/coresight/coresight-catu.c 	.get_data = catu_get_data_etr_buf,
get_data          663 drivers/hwtracing/coresight/coresight-tmc-etr.c 	.get_data = tmc_etr_get_data_flat_buf,
get_data          741 drivers/hwtracing/coresight/coresight-tmc-etr.c 	.get_data = tmc_etr_get_data_sg_buf,
get_data          899 drivers/hwtracing/coresight/coresight-tmc-etr.c 	return etr_buf->ops->get_data(etr_buf, (u64)offset, len, bufpp);
get_data          216 drivers/hwtracing/coresight/coresight-tmc.h 	ssize_t (*get_data)(struct etr_buf *etr_buf, u64 offset, size_t len,
get_data          535 drivers/net/dsa/mv88e6xxx/chip.h 	int (*get_data)(struct mv88e6xxx_chip *chip, unsigned int pin);
get_data          231 drivers/net/dsa/mv88e6xxx/global2_scratch.c 	.get_data = mv88e6352_g2_scratch_gpio_get_data,
get_data           29 drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c 	struct nfp_shared_buf_pool_info_get get_data;
get_data           42 drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c 			 &get_data, sizeof(get_data));
get_data           45 drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c 	if (n < sizeof(get_data))
get_data           48 drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c 	pool_info->pool_type = le32_to_cpu(get_data.pool_type);
get_data           49 drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c 	pool_info->threshold_type = le32_to_cpu(get_data.threshold_type);
get_data           50 drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c 	pool_info->size = le32_to_cpu(get_data.size) * unit_size;
get_data          271 drivers/siox/siox-core.c 			sdriver->get_data(sdevice, &smaster->buf[i]);
get_data          885 drivers/siox/siox-core.c 	if (!sdriver->set_data && !sdriver->get_data) {
get_data           51 include/linux/siox.h 	int (*get_data)(struct siox_device *sdevice, const u8 buf[]);
get_data           94 samples/bpf/lathist_user.c 		get_data(map_fd[1]);
get_data         2546 sound/pci/ice1712/ice1712.c 	ice->gpio.get_data = snd_ice1712_get_gpio_data;
get_data          359 sound/pci/ice1712/ice1712.h 		unsigned int (*get_data)(struct snd_ice1712 *ice);
get_data          417 sound/pci/ice1712/ice1712.h 	return ice->gpio.get_data(ice);
get_data         2546 sound/pci/ice1712/ice1724.c 	ice->gpio.get_data = snd_vt1724_get_gpio_data;
get_data          231 sound/pci/ice1712/juli.c 	old_gpio = ice->gpio.get_data(ice);
get_data          294 sound/pci/ice1712/juli.c 	val = ice->gpio.get_data(ice) & (unsigned int) kcontrol->private_value;
get_data          309 sound/pci/ice1712/juli.c 	old_gpio = ice->gpio.get_data(ice);
get_data          500 sound/pci/ice1712/juli.c 	return (ice->gpio.get_data(ice) & GPIO_INTERNAL_CLOCK) ? 0 : 1;
get_data          508 sound/pci/ice1712/juli.c 	result =  ice->gpio.get_data(ice) & GPIO_RATE_MASK;
get_data          521 sound/pci/ice1712/juli.c 	old = ice->gpio.get_data(ice);
get_data          544 sound/pci/ice1712/juli.c 	old = ice->gpio.get_data(ice);
get_data          609 sound/pci/ice1712/juli.c 	spec->analog = (ice->gpio.get_data(ice) & GPIO_ANALOG_PRESENT) ? 0 : 1;
get_data          274 sound/pci/ice1712/quartet.c 	tmp = ice->gpio.get_data(ice);
get_data          407 sound/pci/ice1712/quartet.c 	tmp = ice->gpio.get_data(ice);