/linux/drivers/iio/multiplexer/ |
H A D | iio-mux.c | 34 struct iio_chan_spec_ext_info *ext_info; member 56 if (chan->ext_info) { in iio_mux_select() 57 for (i = 0; chan->ext_info[i].name; ++i) { in iio_mux_select() 58 const char *attr = chan->ext_info[i].name; in iio_mux_select() 189 mux->ext_info[private].name, in mux_read_ext_info() 223 mux->ext_info[private].name, in mux_write_ext_info() 254 chan->ext_info = mux->ext_info; in mux_configure_channel() 293 if (!pchan->ext_info[i].write) in mux_configure_channel() 295 if (!pchan->ext_info[i].read) in mux_configure_channel() 299 mux->ext_info[i].name, in mux_configure_channel() [all …]
|
/linux/drivers/iio/afe/ |
H A D | iio-rescale.c | 265 rescale->ext_info[private].name, in rescale_read_ext_info() 277 rescale->ext_info[private].name, in rescale_write_ext_info() 289 chan->ext_info = rescale->ext_info; in rescale_configure_channel() 540 sizeof_ext_info *= sizeof(*rescale->ext_info); in rescale_probe() 575 rescale->ext_info = devm_kmemdup(dev, in rescale_probe() 576 source->channel->ext_info, in rescale_probe() 578 if (!rescale->ext_info) in rescale_probe() 581 for (i = 0; rescale->ext_info[i].name; ++i) { in rescale_probe() 582 struct iio_chan_spec_ext_info *ext_info = in rescale_probe() local 583 &rescale->ext_info[i]; in rescale_probe() [all …]
|
/linux/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_shub.c | 299 config[0] = (sensor->ext_info.addr << 1) | 1; in st_lsm6dsx_shub_read() 357 config[0] = sensor->ext_info.addr << 1; in st_lsm6dsx_shub_write() 408 settings = sensor->ext_info.settings; in st_lsm6dsx_shub_get_odr_val() 432 settings = sensor->ext_info.settings; in st_lsm6dsx_shub_set_odr() 465 settings = cur_sensor->ext_info.settings; in st_lsm6dsx_shub_config_channels() 466 config[j] = (sensor->ext_info.addr << 1) | 1; in st_lsm6dsx_shub_config_channels() 487 settings = sensor->ext_info.settings; in st_lsm6dsx_shub_set_enable() 490 sensor->ext_info.slv_odr); in st_lsm6dsx_shub_set_enable() 528 delay = 1000000000 / sensor->ext_info.slv_odr; in st_lsm6dsx_shub_read_oneshot() 569 *val = sensor->ext_info.slv_odr / 1000; in st_lsm6dsx_shub_read_raw() [all …]
|
/linux/drivers/iio/dac/ |
H A D | ad5064.c | 410 .ext_info = (_ext_info), \ 413 #define DECLARE_AD5064_CHANNELS(name, bits, shift, ext_info) \ argument 415 AD5064_CHANNEL(0, 0, bits, shift, ext_info), \ 416 AD5064_CHANNEL(1, 1, bits, shift, ext_info), \ 417 AD5064_CHANNEL(2, 2, bits, shift, ext_info), \ 418 AD5064_CHANNEL(3, 3, bits, shift, ext_info), \ 419 AD5064_CHANNEL(4, 4, bits, shift, ext_info), \ 420 AD5064_CHANNEL(5, 5, bits, shift, ext_info), \ 421 AD5064_CHANNEL(6, 6, bits, shift, ext_info), \ 422 AD5064_CHANNEL(7, 7, bits, shift, ext_info), \ [all …]
|
H A D | ltc2688.c | 670 .ext_info = ltc2688_ext_info, \ 770 st->iio_chan[reg].ext_info = ltc2688_toggle_sym_ext_info; in ltc2688_channel_config() 820 st->iio_chan[reg].ext_info = ltc2688_dither_ext_info; in ltc2688_channel_config() 823 st->iio_chan[reg].ext_info = ltc2688_toggle_ext_info; in ltc2688_channel_config()
|
H A D | mcp4725.c | 269 .ext_info = mcp4725_ext_info, 278 .ext_info = mcp4726_ext_info,
|
H A D | ad7303.c | 193 .ext_info = ad7303_ext_info, \
|
H A D | ltc2664.c | 463 .ext_info = ltc2664_ext_info, 564 st->iio_channels[reg].ext_info = ltc2664_toggle_sym_ext_info; in ltc2664_channel_config()
|
H A D | ti-dac7311.c | 159 .ext_info = ti_dac_ext_info, \
|
H A D | max5821.c | 151 .ext_info = max5821_ext_info, \
|
H A D | ti-dac082s085.c | 176 .ext_info = ti_dac_ext_info, \
|
/linux/fs/fat/ |
H A D | namei_vfat.c | 338 struct shortname_info base_info, ext_info; in vfat_create_shortname() local 342 INIT_SHORTNAME_INFO(&ext_info); in vfat_create_shortname() 412 ip, &ext_info); in vfat_create_shortname() 447 if (is_shortname && base_info.valid && ext_info.valid) { in vfat_create_shortname() 452 return (base_info.upper && ext_info.upper); in vfat_create_shortname() 455 (ext_info.upper || ext_info.lower)) { in vfat_create_shortname() 458 if (!ext_info.upper && ext_info.lower) in vfat_create_shortname()
|
/linux/drivers/iio/ |
H A D | industrialio-backend.c | 653 const struct iio_chan_spec_ext_info *frontend_ext_info = chan->ext_info; in iio_backend_extend_chan_spec() 665 if (frontend_ext_info && chan->ext_info != frontend_ext_info) in iio_backend_extend_chan_spec() 667 if (!chan->ext_info) in iio_backend_extend_chan_spec() 671 for (back_ext_info = chan->ext_info; back_ext_info->name; back_ext_info++) { in iio_backend_extend_chan_spec()
|
/linux/include/linux/iio/afe/ |
H A D | rescale.h | 24 struct iio_chan_spec_ext_info *ext_info; member
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_controlq_api.h | 93 void *ext_info; /* Specific to q type */ member
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | sdio.h | 177 struct ath10k_mbox_ext_info ext_info[2]; member
|
/linux/drivers/iio/pressure/ |
H A D | cros_ec_baro.c | 160 channel->ext_info = cros_ec_sensors_ext_info; in cros_ec_baro_probe()
|
/linux/drivers/iio/accel/ |
H A D | cros_ec_accel_legacy.c | 190 .ext_info = cros_ec_sensors_ext_info, \
|
H A D | mma7660.c | 85 .ext_info = mma7660_ext_info, \
|
H A D | mma9553.c | 930 .ext_info = mma9553_ext_info, \ 942 .ext_info = mma9553_ext_info, \ 970 .ext_info = mma9553_ext_info,
|
/linux/drivers/iio/magnetometer/ |
H A D | hmc5843_core.c | 479 .ext_info = hmc5843_ext_info, \ 497 .ext_info = hmc5983_ext_info, \
|
/linux/include/linux/iio/common/ |
H A D | st_sensors.h | 70 .ext_info = ext, \
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 155 } *ext_info; in mlx4_MAD_IFC() local 158 ext_info = inbox + 256; in mlx4_MAD_IFC() 160 ext_info->my_qpn = cpu_to_be32(in_wc->qp->qp_num); in mlx4_MAD_IFC() 161 ext_info->rqpn = cpu_to_be32(in_wc->src_qp); in mlx4_MAD_IFC() 162 ext_info->sl = in_wc->sl << 4; in mlx4_MAD_IFC() 163 ext_info->g_path = in_wc->dlid_path_bits | in mlx4_MAD_IFC() 165 ext_info->pkey = cpu_to_be16(in_wc->pkey_index); in mlx4_MAD_IFC() 168 memcpy(ext_info->grh, in_grh, 40); in mlx4_MAD_IFC()
|
/linux/drivers/iio/light/ |
H A D | cros_ec_light_prox.c | 202 channel->ext_info = cros_ec_sensors_ext_info; in cros_ec_light_prox_probe()
|
/linux/tools/lib/bpf/ |
H A D | btf.c | 2893 struct btf_ext_info *ext_info; member 2908 struct btf_ext_info *ext_info; in btf_ext_parse_sec_info() local 2990 ext_info = ext_sec->ext_info; in btf_ext_parse_sec_info() 2991 ext_info->len = ext_sec->len - sizeof(__u32); in btf_ext_parse_sec_info() 2992 ext_info->rec_size = record_size; in btf_ext_parse_sec_info() 2993 ext_info->info = info + sizeof(__u32); in btf_ext_parse_sec_info() 2994 ext_info->sec_cnt = sec_cnt; in btf_ext_parse_sec_info() 3006 .ext_info = &btf_ext->func_info, in btf_ext_parse_info() 3013 .ext_info = &btf_ext->line_info, in btf_ext_parse_info() 3020 .ext_info = &btf_ext->core_relo_info, in btf_ext_parse_info()
|