/linux-6.1.9/drivers/bus/mhi/host/ |
D | init.c | 738 const struct mhi_channel_config *ch_cfg; in parse_ch_cfg() local 761 ch_cfg = &config->ch_cfg[i]; in parse_ch_cfg() 763 chan = ch_cfg->num; in parse_ch_cfg() 770 mhi_chan->name = ch_cfg->name; in parse_ch_cfg() 773 mhi_chan->tre_ring.elements = ch_cfg->num_elements; in parse_ch_cfg() 784 mhi_chan->buf_ring.elements = ch_cfg->local_elements; in parse_ch_cfg() 787 mhi_chan->er_index = ch_cfg->event_ring; in parse_ch_cfg() 788 mhi_chan->dir = ch_cfg->dir; in parse_ch_cfg() 795 mhi_chan->type = ch_cfg->type; in parse_ch_cfg() 799 mhi_chan->ee_mask = ch_cfg->ee_mask; in parse_ch_cfg() [all …]
|
D | pci_generic.c | 255 .ch_cfg = modem_qcom_v1_mhi_channels, 319 .ch_cfg = mhi_quectel_em1xx_channels, 358 .ch_cfg = mhi_foxconn_sdx55_channels, 405 .ch_cfg = mhi_mv3x_channels, 453 .ch_cfg = mhi_sierra_em919x_channels, 485 .ch_cfg = mhi_telit_fn980_hw_v1_channels, 527 .ch_cfg = mhi_telit_fn990_channels,
|
/linux-6.1.9/drivers/iio/adc/ |
D | ti-tsc2046.c | 181 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[reg].oversampling_ratio = overs; in tsc2046_adc_parse_fwnode()
|
/linux-6.1.9/drivers/bus/mhi/ep/ |
D | main.c | 1298 const struct mhi_ep_channel_config *ch_cfg; in mhi_ep_chan_init() local 1317 ch_cfg = &config->ch_cfg[i]; in mhi_ep_chan_init() 1319 chan = ch_cfg->num; in mhi_ep_chan_init() 1327 if (ch_cfg->dir == DMA_BIDIRECTIONAL || ch_cfg->dir == DMA_NONE) { in mhi_ep_chan_init() 1329 ch_cfg->dir, chan); in mhi_ep_chan_init() 1334 mhi_chan->name = ch_cfg->name; in mhi_ep_chan_init() 1336 mhi_chan->dir = ch_cfg->dir; in mhi_ep_chan_init()
|
/linux-6.1.9/sound/soc/intel/skylake/ |
D | skl-messages.c | 458 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() 482 pin_fmt->ch_cfg = format->ch_cfg; in fill_pin_params() 741 out_fmt->ch_cfg = format->ch_cfg; in skl_setup_out_format() 785 mixer_mconfig->out_ch_cfg = fmt->ch_cfg; in skl_set_updown_mixer_format()
|
D | skl-topology.h | 97 enum skl_ch_cfg ch_cfg; member 214 u32 ch_cfg; member
|
D | skl-debug.c | 62 fmt->valid_bit_depth, fmt->ch_cfg, in skl_print_fmt()
|
D | skl-topology.c | 122 dev_dbg(skl->dev, "ch_cfg = %d\n", iface->inputs[0].fmt.ch_cfg); in skl_dump_mconfig() 130 dev_dbg(skl->dev, "ch_cfg = %d\n", iface->outputs[0].fmt.ch_cfg); in skl_dump_mconfig() 2215 dst_fmt->ch_cfg = value; in skl_tplg_fill_fmt() 2798 dst_fmt[i].fmt.ch_cfg = src_fmt[i].ch_cfg; in skl_tplg_fill_fmt_v4()
|
/linux-6.1.9/drivers/dma/sh/ |
D | rz-dmac.c | 725 u32 ch_cfg; in rz_dmac_chan_filter() local 728 ch_cfg = (dma_spec->args[0] & CHCFG_MASK) >> 10; in rz_dmac_chan_filter() 729 channel->chcfg = CHCFG_FILL_TM(ch_cfg) | CHCFG_FILL_AM(ch_cfg) | in rz_dmac_chan_filter() 730 CHCFG_FILL_LVL(ch_cfg) | CHCFG_FILL_HIEN(ch_cfg); in rz_dmac_chan_filter()
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | mhi.c | 110 .ch_cfg = ath11k_mhi_channels_qca6390, 203 .ch_cfg = ath11k_mhi_channels_qcn9074,
|
/linux-6.1.9/include/uapi/sound/ |
D | skl-tplg-interface.h | 179 __u32 ch_cfg; member
|
/linux-6.1.9/include/linux/ |
D | mhi_ep.h | 39 const struct mhi_ep_channel_config *ch_cfg; member
|
D | mhi.h | 282 const struct mhi_channel_config *ch_cfg; member
|
/linux-6.1.9/sound/soc/qcom/qdsp6/ |
D | q6asm.h | 46 u16 ch_cfg; member
|
D | q6asm-dai.c | 724 flac_cfg.ch_cfg = codec->ch_in; in __q6asm_dai_compr_set_codec_params()
|
D | q6asm.c | 1162 fmt->num_channels = cfg->ch_cfg; in q6asm_stream_media_format_block_flac()
|
/linux-6.1.9/include/sound/sof/ipc4/ |
D | header.h | 231 uint32_t ch_cfg; /* sof_ipc4_channel_config */ member
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | mac.c | 558 if (param_ini.ch_cfg) in hfc_reset_param() 559 param->ch_cfg = param_ini.ch_cfg; in hfc_reset_param() 571 const struct rtw89_hfc_ch_cfg *ch_cfg = param->ch_cfg; in hfc_ch_cfg_chk() local 578 if ((ch_cfg[ch].min && ch_cfg[ch].min < prec_cfg->ch011_prec) || in hfc_ch_cfg_chk() 579 ch_cfg[ch].max > pub_cfg->pub_max) in hfc_ch_cfg_chk() 581 if (ch_cfg[ch].grp >= grp_num) in hfc_ch_cfg_chk() 619 const struct rtw89_hfc_ch_cfg *cfg = param->ch_cfg; in hfc_ch_ctrl() 648 const struct rtw89_hfc_ch_cfg *cfg = param->ch_cfg; in hfc_upd_ch_info()
|
D | core.h | 2437 const struct rtw89_hfc_ch_cfg *ch_cfg; member 2445 const struct rtw89_hfc_ch_cfg *ch_cfg; member
|
/linux-6.1.9/sound/soc/sof/ |
D | ipc4-topology.c | 56 offsetof(struct sof_ipc4_audio_format, ch_cfg)}, 71 offsetof(struct sof_ipc4_audio_format, ch_cfg)}, 159 fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg); in sof_ipc4_dbg_audio_format()
|