/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_shared_buf.c | 29 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 D | juli.c | 231 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 D | ice1712.h | 359 unsigned int (*get_data)(struct snd_ice1712 *ice); member 417 return ice->gpio.get_data(ice); in snd_ice1712_gpio_read()
|
H A D | quartet.c | 274 tmp = ice->gpio.get_data(ice); in qtet_akm_write() 407 tmp = ice->gpio.get_data(ice); in reg_write()
|
H A D | ice1724.c | 2487 ice->gpio.get_data = snd_vt1724_get_gpio_data; in snd_vt1724_create()
|
H A D | ice1712.c | 2490 ice->gpio.get_data = snd_ice1712_get_gpio_data; in snd_ice1712_create()
|
/linux/drivers/hwmon/ |
H A D | corsair-cpro.c | 168 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 D | macros.rs | 1044 @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 D | lathist_user.c | 61 static void get_data(int fd) in get_data() function 119 get_data(map_fd); in main()
|
/linux/drivers/gpu/drm/gma500/ |
H A D | intel_i2c.c | 33 static int get_data(void *data) in get_data() function 122 chan->algo.getsda = get_data; in gma_i2c_create()
|
H A D | oaktrail_lvds_i2c.c | 80 static int get_data(void *data) in get_data() function 150 chan->algo.getsda = get_data; in oaktrail_lvds_i2c_init()
|
H A D | intel_gmbus.c | 126 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 D | siox.h | 51 int (*get_data)(struct siox_device *sdevice, const u8 buf[]); member
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | global2_scratch.c | 234 .get_data = mv88e6352_g2_scratch_gpio_get_data,
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc.h | 223 ssize_t (*get_data)(struct etr_buf *etr_buf, u64 offset, size_t len, member
|
H A D | coresight-tmc-etr.c | 695 .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 D | coresight-catu.c | 367 .get_data = catu_get_data_etr_buf,
|
/linux/kernel/printk/ |
H A D | printk_ringbuffer.c | 1213 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 D | gpio-siox.c | 261 .get_data = gpio_siox_get_data,
|
/linux/drivers/siox/ |
H A D | siox-core.c | 271 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 D | intel_gmbus.c | 266 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 D | radeon_i2c.c | 189 static int get_data(void *i2c_priv) in get_data() function 956 i2c->bit.getsda = get_data; in radeon_i2c_create()
|