Symbol: get_data
drivers/gpio/gpio-siox.c
262
.get_data = gpio_siox_get_data,
drivers/gpu/drm/gma500/intel_gmbus.c
204
gpio->algo.getsda = get_data;
drivers/gpu/drm/gma500/intel_i2c.c
122
chan->algo.getsda = get_data;
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c
150
chan->algo.getsda = get_data;
drivers/gpu/drm/i915/display/intel_gmbus.c
382
algo->getsda = get_data;
drivers/gpu/drm/radeon/radeon_i2c.c
956
i2c->bit.getsda = get_data;
drivers/hwmon/corsair-cpro.c
258
ret = get_data(ccp, CTL_GET_TMP, channel, true);
drivers/hwmon/corsair-cpro.c
270
ret = get_data(ccp, CTL_GET_FAN_RPM, channel, true);
drivers/hwmon/corsair-cpro.c
289
ret = get_data(ccp, CTL_GET_FAN_PWM, channel, false);
drivers/hwmon/corsair-cpro.c
301
ret = get_data(ccp, CTL_GET_VOLT, channel, true);
drivers/hwtracing/coresight/coresight-catu.c
366
.get_data = catu_get_data_etr_buf,
drivers/hwtracing/coresight/coresight-tmc-etr.c
1005
return etr_buf->ops->get_data(etr_buf, (u64)offset, len, bufpp);
drivers/hwtracing/coresight/coresight-tmc-etr.c
694
.get_data = tmc_etr_get_data_flat_buf,
drivers/hwtracing/coresight/coresight-tmc-etr.c
763
.get_data = tmc_etr_get_data_flat_buf,
drivers/hwtracing/coresight/coresight-tmc-etr.c
841
.get_data = tmc_etr_get_data_sg_buf,
drivers/hwtracing/coresight/coresight-tmc.h
284
ssize_t (*get_data)(struct etr_buf *etr_buf, u64 offset, size_t len,
drivers/net/dsa/mv88e6xxx/chip.h
694
int (*get_data)(struct mv88e6xxx_chip *chip, unsigned int pin);
drivers/net/dsa/mv88e6xxx/global2_scratch.c
234
.get_data = mv88e6352_g2_scratch_gpio_get_data,
drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c
29
struct nfp_shared_buf_pool_info_get get_data;
drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c
42
&get_data, sizeof(get_data));
drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c
45
if (n < sizeof(get_data))
drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c
48
pool_info->pool_type = le32_to_cpu(get_data.pool_type);
drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c
49
pool_info->threshold_type = le32_to_cpu(get_data.threshold_type);
drivers/net/ethernet/netronome/nfp/nfp_shared_buf.c
50
pool_info->size = le32_to_cpu(get_data.size) * unit_size;
drivers/siox/siox-core.c
271
sdriver->get_data(sdevice, &smaster->buf[i]);
drivers/siox/siox-core.c
938
(!sdriver->set_data && !sdriver->get_data)) {
drivers/virtio/virtio_pci_modern.c
239
struct virtio_admin_cmd_cap_get_data *get_data;
drivers/virtio/virtio_pci_modern.c
249
get_data = kzalloc_obj(*get_data);
drivers/virtio/virtio_pci_modern.c
250
if (!get_data)
drivers/virtio/virtio_pci_modern.c
257
get_data->id = cpu_to_le16(VIRTIO_DEV_PARTS_CAP);
drivers/virtio/virtio_pci_modern.c
258
sg_init_one(&data_sg, get_data, sizeof(*get_data));
drivers/virtio/virtio_pci_modern.c
302
kfree(get_data);
include/linux/siox.h
51
int (*get_data)(struct siox_device *sdevice, const u8 buf[]);
kernel/printk/printk_ringbuffer.c
1474
if (!get_data(&rb->text_data_ring, &d->text_blk_lpos, &data_size))
kernel/printk/printk_ringbuffer.c
1884
data = get_data(data_ring, blk_lpos, &data_size);
samples/bpf/lathist_user.c
119
get_data(map_fd);
sound/pci/ice1712/ice1712.c
2464
ice->gpio.get_data = snd_ice1712_get_gpio_data;
sound/pci/ice1712/ice1712.h
359
unsigned int (*get_data)(struct snd_ice1712 *ice);
sound/pci/ice1712/ice1712.h
417
return ice->gpio.get_data(ice);
sound/pci/ice1712/ice1724.c
2473
ice->gpio.get_data = snd_vt1724_get_gpio_data;
sound/pci/ice1712/juli.c
231
old_gpio = ice->gpio.get_data(ice);
sound/pci/ice1712/juli.c
294
val = ice->gpio.get_data(ice) & (unsigned int) kcontrol->private_value;
sound/pci/ice1712/juli.c
309
old_gpio = ice->gpio.get_data(ice);
sound/pci/ice1712/juli.c
478
return (ice->gpio.get_data(ice) & GPIO_INTERNAL_CLOCK) ? 0 : 1;
sound/pci/ice1712/juli.c
486
result = ice->gpio.get_data(ice) & GPIO_RATE_MASK;
sound/pci/ice1712/juli.c
499
old = ice->gpio.get_data(ice);
sound/pci/ice1712/juli.c
522
old = ice->gpio.get_data(ice);
sound/pci/ice1712/juli.c
587
spec->analog = (ice->gpio.get_data(ice) & GPIO_ANALOG_PRESENT) ? 0 : 1;
sound/pci/ice1712/quartet.c
274
tmp = ice->gpio.get_data(ice);
sound/pci/ice1712/quartet.c
407
tmp = ice->gpio.get_data(ice);