Home
last modified time | relevance | path

Searched refs:ch_cfg (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H A Dinit.c719 const struct mhi_channel_config *ch_cfg; in parse_ch_cfg() local
742 ch_cfg = &config->ch_cfg[i]; in parse_ch_cfg()
744 chan = ch_cfg->num; in parse_ch_cfg()
751 mhi_chan->name = ch_cfg->name; in parse_ch_cfg()
754 mhi_chan->tre_ring.elements = ch_cfg->num_elements; in parse_ch_cfg()
765 mhi_chan->buf_ring.elements = ch_cfg->local_elements; in parse_ch_cfg()
768 mhi_chan->er_index = ch_cfg->event_ring; in parse_ch_cfg()
769 mhi_chan->dir = ch_cfg->dir; in parse_ch_cfg()
776 mhi_chan->type = ch_cfg in parse_ch_cfg()
[all...]
H A Dpci_generic.c129 .ch_cfg = modem_qcom_v1_mhi_channels,
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H A Dinit.c750 const struct mhi_channel_config *ch_cfg; in parse_ch_cfg() local
773 ch_cfg = &config->ch_cfg[i]; in parse_ch_cfg()
775 chan = ch_cfg->num; in parse_ch_cfg()
782 mhi_chan->name = ch_cfg->name; in parse_ch_cfg()
785 mhi_chan->tre_ring.elements = ch_cfg->num_elements; in parse_ch_cfg()
796 mhi_chan->buf_ring.elements = ch_cfg->local_elements; in parse_ch_cfg()
799 mhi_chan->er_index = ch_cfg->event_ring; in parse_ch_cfg()
800 mhi_chan->dir = ch_cfg->dir; in parse_ch_cfg()
807 mhi_chan->type = ch_cfg in parse_ch_cfg()
[all...]
H A Dpci_generic.c276 .ch_cfg = modem_qcom_v1_mhi_channels,
340 .ch_cfg = mhi_quectel_em1xx_channels,
389 .ch_cfg = mhi_foxconn_sdx55_channels,
445 .ch_cfg = mhi_mv3x_channels,
493 .ch_cfg = mhi_sierra_em919x_channels,
525 .ch_cfg = mhi_telit_fn980_hw_v1_channels,
567 .ch_cfg = mhi_telit_fn990_channels,
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti-tsc2046.c181 struct tsc2046_adc_ch_cfg ch_cfg[TI_TSC2046_MAX_CHAN]; member
275 struct tsc2046_adc_ch_cfg *ch = &priv->ch_cfg[ch_idx]; in tsc2046_adc_read_one()
354 struct tsc2046_adc_ch_cfg *ch = &priv->ch_cfg[ch_idx]; in tsc2046_adc_group_set_layout()
716 for (i = 0; i < ARRAY_SIZE(priv->ch_cfg); i++) { in tsc2046_adc_parse_fwnode()
717 priv->ch_cfg[i].settling_time_us = 1; in tsc2046_adc_parse_fwnode()
718 priv->ch_cfg[i].oversampling_ratio = 1; in tsc2046_adc_parse_fwnode()
732 if (reg >= ARRAY_SIZE(priv->ch_cfg)) { in tsc2046_adc_parse_fwnode()
734 child, reg, ARRAY_SIZE(priv->ch_cfg)); in tsc2046_adc_parse_fwnode()
740 priv->ch_cfg[reg].settling_time_us = stl; in tsc2046_adc_parse_fwnode()
745 priv->ch_cfg[re in tsc2046_adc_parse_fwnode()
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-messages.c458 base_cfg->audio_fmt.ch_cfg = format->ch_cfg; in skl_set_base_module_format()
463 format->ch_cfg); in skl_set_base_module_format()
672 out_fmt->ch_cfg = format->ch_cfg; in skl_setup_out_format()
716 mixer_mconfig->out_ch_cfg = fmt->ch_cfg; in skl_set_updown_mixer_format()
1102 pin_fmt->ch_cfg = format->ch_cfg; in fill_pin_params()
H A Dskl-topology.h95 enum skl_ch_cfg ch_cfg; member
197 u32 ch_cfg; member
H A Dskl-debug.c62 fmt->valid_bit_depth, fmt->ch_cfg, in skl_print_fmt()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-messages.c456 base_cfg->audio_fmt.ch_cfg = format->ch_cfg; in skl_set_base_module_format()
461 format->ch_cfg); in skl_set_base_module_format()
480 pin_fmt->ch_cfg = format->ch_cfg; in fill_pin_params()
739 out_fmt->ch_cfg = format->ch_cfg; in skl_setup_out_format()
783 mixer_mconfig->out_ch_cfg = fmt->ch_cfg; in skl_set_updown_mixer_format()
H A Dskl-topology.h97 enum skl_ch_cfg ch_cfg; member
217 u32 ch_cfg; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmhi.c110 .ch_cfg = ath11k_mhi_channels_qca6390,
203 .ch_cfg = ath11k_mhi_channels_qcn9074,
/kernel/linux/linux-6.6/drivers/dma/sh/
H A Drz-dmac.c726 u32 ch_cfg; in rz_dmac_chan_filter() local
729 ch_cfg = (dma_spec->args[0] & CHCFG_MASK) >> 10; in rz_dmac_chan_filter()
730 channel->chcfg = CHCFG_FILL_TM(ch_cfg) | CHCFG_FILL_AM(ch_cfg) | in rz_dmac_chan_filter()
731 CHCFG_FILL_LVL(ch_cfg) | CHCFG_FILL_HIEN(ch_cfg); in rz_dmac_chan_filter()
/kernel/linux/linux-6.6/drivers/bus/mhi/ep/
H A Dmain.c1339 const struct mhi_ep_channel_config *ch_cfg; in mhi_ep_chan_init() local
1358 ch_cfg = &config->ch_cfg[i]; in mhi_ep_chan_init()
1360 chan = ch_cfg->num; in mhi_ep_chan_init()
1368 if (ch_cfg->dir == DMA_BIDIRECTIONAL || ch_cfg->dir == DMA_NONE) { in mhi_ep_chan_init()
1370 ch_cfg->dir, chan); in mhi_ep_chan_init()
1375 mhi_chan->name = ch_cfg->name; in mhi_ep_chan_init()
1377 mhi_chan->dir = ch_cfg->dir; in mhi_ep_chan_init()
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dskl-tplg-interface.h180 __u32 ch_cfg; member
/kernel/linux/linux-6.6/include/linux/
H A Dmhi_ep.h32 * @num_channels: Number of channels defined in @ch_cfg
33 * @ch_cfg: Array of defined channels
39 const struct mhi_ep_channel_config *ch_cfg; member
H A Dmhi.h270 * @num_channels: Number of channels defined in @ch_cfg
271 * @ch_cfg: Array of defined channels
282 const struct mhi_channel_config *ch_cfg; member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dskl-tplg-interface.h180 __u32 ch_cfg; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dskl-tplg-interface.h132 __u32 ch_cfg; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dskl-tplg-interface.h119 __u32 ch_cfg; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dskl-tplg-interface.h132 __u32 ch_cfg; member
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6asm.h46 u16 ch_cfg; member
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6asm.h46 u16 ch_cfg; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmhi.c105 .ch_cfg = ath12k_mhi_channels_qcn9274,
198 .ch_cfg = ath12k_mhi_channels_wcn7850,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmhi.c105 .ch_cfg = ath11k_mhi_channels,
/kernel/linux/linux-5.10/include/linux/
H A Dmhi.h270 * @num_channels: Number of channels defined in @ch_cfg
271 * @ch_cfg: Array of defined channels
282 const struct mhi_channel_config *ch_cfg; member

Completed in 24 milliseconds

12