Home
last modified time | relevance | path

Searched refs:ch_cfg (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/bus/mhi/host/
H A Dinit.c779 const struct mhi_channel_config *ch_cfg; in parse_ch_cfg() local
802 ch_cfg = &config->ch_cfg[i]; in parse_ch_cfg()
804 chan = ch_cfg->num; in parse_ch_cfg()
811 mhi_chan->name = ch_cfg->name; in parse_ch_cfg()
814 mhi_chan->tre_ring.elements = ch_cfg->num_elements; in parse_ch_cfg()
825 mhi_chan->buf_ring.elements = ch_cfg->local_elements; in parse_ch_cfg()
828 mhi_chan->er_index = ch_cfg->event_ring; in parse_ch_cfg()
829 mhi_chan->dir = ch_cfg->dir; in parse_ch_cfg()
836 mhi_chan->type = ch_cfg->type; in parse_ch_cfg()
840 mhi_chan->ee_mask = ch_cfg->ee_mask; in parse_ch_cfg()
[all …]
H A Dpci_generic.c285 .ch_cfg = mhi_qcom_qdu100_channels,
335 .ch_cfg = modem_qcom_v1_mhi_channels,
344 .ch_cfg = modem_qcom_v1_mhi_channels,
421 .ch_cfg = mhi_quectel_em1xx_channels,
472 .ch_cfg = mhi_foxconn_sdx55_channels,
482 .ch_cfg = mhi_foxconn_sdx55_channels,
608 .ch_cfg = mhi_mv3x_channels,
656 .ch_cfg = mhi_sierra_em919x_channels,
688 .ch_cfg = mhi_telit_fn980_hw_v1_channels,
730 .ch_cfg = mhi_telit_fn990_channels,
/linux/drivers/iio/adc/
H A Dti-tsc2046.c182 struct tsc2046_adc_ch_cfg ch_cfg[TI_TSC2046_MAX_CHAN]; member
276 struct tsc2046_adc_ch_cfg *ch = &priv->ch_cfg[ch_idx]; in tsc2046_adc_read_one()
349 struct tsc2046_adc_ch_cfg *ch = &priv->ch_cfg[ch_idx]; in tsc2046_adc_group_set_layout()
711 for (i = 0; i < ARRAY_SIZE(priv->ch_cfg); i++) { in tsc2046_adc_parse_fwnode()
712 priv->ch_cfg[i].settling_time_us = 1; in tsc2046_adc_parse_fwnode()
713 priv->ch_cfg[i].oversampling_ratio = 1; in tsc2046_adc_parse_fwnode()
727 if (reg >= ARRAY_SIZE(priv->ch_cfg)) { in tsc2046_adc_parse_fwnode()
729 child, reg, ARRAY_SIZE(priv->ch_cfg)); in tsc2046_adc_parse_fwnode()
735 priv->ch_cfg[reg].settling_time_us = stl; in tsc2046_adc_parse_fwnode()
740 priv->ch_cfg[re in tsc2046_adc_parse_fwnode()
[all...]
/linux/drivers/bus/mhi/ep/
H A Dmain.c1405 const struct mhi_ep_channel_config *ch_cfg; in mhi_ep_chan_init() local
1424 ch_cfg = &config->ch_cfg[i]; in mhi_ep_chan_init()
1426 chan = ch_cfg->num; in mhi_ep_chan_init()
1434 if (ch_cfg->dir == DMA_BIDIRECTIONAL || ch_cfg->dir == DMA_NONE) { in mhi_ep_chan_init()
1436 ch_cfg->dir, chan); in mhi_ep_chan_init()
1441 mhi_chan->name = ch_cfg->name; in mhi_ep_chan_init()
1443 mhi_chan->dir = ch_cfg->dir; in mhi_ep_chan_init()
/linux/include/linux/
H A Dmhi_ep.h39 const struct mhi_ep_channel_config *ch_cfg; member
H A Dmhi.h284 const struct mhi_channel_config *ch_cfg; member
/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.h45 u16 ch_cfg; member
H A Dq6asm-dai.c714 flac_cfg.ch_cfg = codec->ch_in; in __q6asm_dai_compr_set_codec_params()
H A Dq6asm.c1163 fmt->num_channels = cfg->ch_cfg; in q6asm_stream_media_format_block_flac()
/linux/include/sound/sof/ipc4/
H A Dheader.h278 uint32_t ch_cfg; /* sof_ipc4_channel_config */ member
/linux/sound/soc/sof/
H A Dipc4-topology.c69 offsetof(struct sof_ipc4_pin_format, audio_fmt.ch_cfg)},
89 offsetof(struct sof_ipc4_pin_format, audio_fmt.ch_cfg)},
201 fmt->ch_map, fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg, in sof_ipc4_dbg_audio_format()