Home
last modified time | relevance | path

Searched refs:get_data (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_shared_buf.c29 struct nfp_shared_buf_pool_info_get get_data; in nfp_shared_buf_pool_get() local
42 &get_data, sizeof(get_data)); in nfp_shared_buf_pool_get()
45 if (n < sizeof(get_data)) in nfp_shared_buf_pool_get()
48 pool_info->pool_type = le32_to_cpu(get_data.pool_type); in nfp_shared_buf_pool_get()
49 pool_info->threshold_type = le32_to_cpu(get_data.threshold_type); in nfp_shared_buf_pool_get()
50 pool_info->size = le32_to_cpu(get_data.size) * unit_size; in nfp_shared_buf_pool_get()
/linux/sound/pci/ice1712/
H A Djuli.c231 old_gpio = ice->gpio.get_data(ice); in juli_akm_set_rate_val()
294 val = ice->gpio.get_data(ice) & (unsigned int) kcontrol->private_value; in juli_mute_get()
309 old_gpio = ice->gpio.get_data(ice); in juli_mute_put()
478 return (ice->gpio.get_data(ice) & GPIO_INTERNAL_CLOCK) ? 0 : 1; in juli_is_spdif_master()
486 result = ice->gpio.get_data(ice) & GPIO_RATE_MASK; in juli_get_rate()
499 old = ice->gpio.get_data(ice); in juli_set_rate()
522 old = ice->gpio.get_data(ice); in juli_set_spdif_clock()
587 spec->analog = (ice->gpio.get_data(ice) & GPIO_ANALOG_PRESENT) ? 0 : 1; in juli_init()
H A Dice1712.h359 unsigned int (*get_data)(struct snd_ice1712 *ice); member
417 return ice->gpio.get_data(ice); in snd_ice1712_gpio_read()
H A Dquartet.c274 tmp = ice->gpio.get_data(ice); in qtet_akm_write()
407 tmp = ice->gpio.get_data(ice); in reg_write()
H A Dice1724.c2487 ice->gpio.get_data = snd_vt1724_get_gpio_data; in snd_vt1724_create()
H A Dice1712.c2490 ice->gpio.get_data = snd_ice1712_get_gpio_data; in snd_ice1712_create()
/linux/drivers/hwmon/
H A Dcorsair-cpro.c168 static int get_data(struct ccp_device *ccp, int command, int channel, bool two_byte_data) in get_data() function
253 ret = get_data(ccp, CTL_GET_TMP, channel, true); in ccp_read()
265 ret = get_data(ccp, CTL_GET_FAN_RPM, channel, true); in ccp_read()
284 ret = get_data(ccp, CTL_GET_FAN_PWM, channel, false); in ccp_read()
296 ret = get_data(ccp, CTL_GET_VOLT, channel, true); in ccp_read()
/linux/rust/kernel/init/
H A Dmacros.rs1044 @has_data($has_data:ident, $get_data:ident),
1055 @has_data($has_data, $get_data),
1069 @has_data($has_data:ident, $get_data:ident),
1080 @has_data($has_data, $get_data),
1094 @has_data($has_data:ident, $get_data:ident),
1105 @has_data($has_data, $get_data),
1119 @has_data($has_data:ident, $get_data:ident),
1137 ::kernel::macros::paste!($t::$get_data())
/linux/samples/bpf/
H A Dlathist_user.c61 static void get_data(int fd) in get_data() function
119 get_data(map_fd); in main()
/linux/drivers/gpu/drm/gma500/
H A Dintel_i2c.c33 static int get_data(void *data) in get_data() function
122 chan->algo.getsda = get_data; in gma_i2c_create()
H A Doaktrail_lvds_i2c.c80 static int get_data(void *data) in get_data() function
150 chan->algo.getsda = get_data; in oaktrail_lvds_i2c_init()
H A Dintel_gmbus.c126 static int get_data(void *data) in get_data() function
202 gpio->algo.getsda = get_data; in intel_gpio_create()
/linux/include/linux/
H A Dsiox.h51 int (*get_data)(struct siox_device *sdevice, const u8 buf[]); member
/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2_scratch.c234 .get_data = mv88e6352_g2_scratch_gpio_get_data,
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h223 ssize_t (*get_data)(struct etr_buf *etr_buf, u64 offset, size_t len, member
H A Dcoresight-tmc-etr.c695 .get_data = tmc_etr_get_data_flat_buf,
773 .get_data = tmc_etr_get_data_sg_buf,
936 return etr_buf->ops->get_data(etr_buf, (u64)offset, len, bufpp); in tmc_etr_buf_get_data()
H A Dcoresight-catu.c367 .get_data = catu_get_data_etr_buf,
/linux/kernel/printk/
H A Dprintk_ringbuffer.c1213 static const char *get_data(struct prb_data_ring *data_ring, in get_data() function
1419 if (!get_data(&rb->text_data_ring, &d->text_blk_lpos, &data_size)) in prb_reserve_in_last()
1827 data = get_data(data_ring, blk_lpos, &data_size); in copy_data()
/linux/drivers/gpio/
H A Dgpio-siox.c261 .get_data = gpio_siox_get_data,
/linux/drivers/siox/
H A Dsiox-core.c271 sdriver->get_data(sdevice, &smaster->buf[i]); in siox_poll()
938 (!sdriver->set_data && !sdriver->get_data)) { in __siox_driver_register()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_gmbus.c266 static int get_data(void *data) in get_data() function
355 algo->getsda = get_data; in intel_gpio_setup()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c189 static int get_data(void *i2c_priv) in get_data() function
956 i2c->bit.getsda = get_data; in radeon_i2c_create()