/linux-6.3-rc2/drivers/bus/mhi/host/ |
A 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() 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() 800 mhi_chan->db_cfg.pollcfg = ch_cfg->pollcfg; in parse_ch_cfg() 801 mhi_chan->lpm_notify = ch_cfg->lpm_notify; in parse_ch_cfg() [all …]
|
A D | pci_generic.c | 259 .ch_cfg = modem_qcom_v1_mhi_channels, 323 .ch_cfg = mhi_quectel_em1xx_channels, 364 .ch_cfg = mhi_foxconn_sdx55_channels, 411 .ch_cfg = mhi_mv3x_channels, 459 .ch_cfg = mhi_sierra_em919x_channels, 491 .ch_cfg = mhi_telit_fn980_hw_v1_channels, 533 .ch_cfg = mhi_telit_fn990_channels,
|
/linux-6.3-rc2/drivers/iio/adc/ |
A 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.3-rc2/sound/soc/intel/skylake/ |
A D | skl-messages.c | 456 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()
|
A D | skl-topology.h | 97 enum skl_ch_cfg ch_cfg; member 217 u32 ch_cfg; member
|
A D | skl-debug.c | 62 fmt->valid_bit_depth, fmt->ch_cfg, in skl_print_fmt()
|
A 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() 2179 dst_fmt->ch_cfg = value; in skl_tplg_fill_fmt() 2762 dst_fmt[i].fmt.ch_cfg = src_fmt[i].ch_cfg; in skl_tplg_fill_fmt_v4()
|
/linux-6.3-rc2/drivers/bus/mhi/ep/ |
A D | main.c | 1305 const struct mhi_ep_channel_config *ch_cfg; in mhi_ep_chan_init() local 1324 ch_cfg = &config->ch_cfg[i]; in mhi_ep_chan_init() 1326 chan = ch_cfg->num; in mhi_ep_chan_init() 1334 if (ch_cfg->dir == DMA_BIDIRECTIONAL || ch_cfg->dir == DMA_NONE) { in mhi_ep_chan_init() 1336 ch_cfg->dir, chan); in mhi_ep_chan_init() 1341 mhi_chan->name = ch_cfg->name; in mhi_ep_chan_init() 1343 mhi_chan->dir = ch_cfg->dir; in mhi_ep_chan_init()
|
/linux-6.3-rc2/drivers/dma/sh/ |
A 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.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | mhi.c | 110 .ch_cfg = ath11k_mhi_channels_qca6390, 203 .ch_cfg = ath11k_mhi_channels_qcn9074,
|
/linux-6.3-rc2/include/uapi/sound/ |
A D | skl-tplg-interface.h | 179 __u32 ch_cfg; member
|
/linux-6.3-rc2/include/linux/ |
A D | mhi_ep.h | 39 const struct mhi_ep_channel_config *ch_cfg; member
|
A D | mhi.h | 282 const struct mhi_channel_config *ch_cfg; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | mhi.c | 105 .ch_cfg = ath12k_mhi_channels_qcn9274, 198 .ch_cfg = ath12k_mhi_channels_wcn7850,
|
/linux-6.3-rc2/sound/soc/qcom/qdsp6/ |
A D | q6asm.h | 46 u16 ch_cfg; member
|
A D | q6asm-dai.c | 724 flac_cfg.ch_cfg = codec->ch_in; in __q6asm_dai_compr_set_codec_params()
|
A D | q6asm.c | 1162 fmt->num_channels = cfg->ch_cfg; in q6asm_stream_media_format_block_flac()
|
/linux-6.3-rc2/include/sound/sof/ipc4/ |
A D | header.h | 238 uint32_t ch_cfg; /* sof_ipc4_channel_config */ member
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | mac.c | 725 if (param_ini.ch_cfg) in hfc_reset_param() 726 param->ch_cfg = param_ini.ch_cfg; in hfc_reset_param() 738 const struct rtw89_hfc_ch_cfg *ch_cfg = param->ch_cfg; in hfc_ch_cfg_chk() local 745 if ((ch_cfg[ch].min && ch_cfg[ch].min < prec_cfg->ch011_prec) || in hfc_ch_cfg_chk() 746 ch_cfg[ch].max > pub_cfg->pub_max) in hfc_ch_cfg_chk() 748 if (ch_cfg[ch].grp >= grp_num) in hfc_ch_cfg_chk() 786 const struct rtw89_hfc_ch_cfg *cfg = param->ch_cfg; in hfc_ch_ctrl() 815 const struct rtw89_hfc_ch_cfg *cfg = param->ch_cfg; in hfc_upd_ch_info()
|
A D | core.h | 2669 const struct rtw89_hfc_ch_cfg *ch_cfg; member 2677 const struct rtw89_hfc_ch_cfg *ch_cfg; member
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | ipc4-topology.c | 57 offsetof(struct sof_ipc4_audio_format, ch_cfg)}, 72 offsetof(struct sof_ipc4_audio_format, ch_cfg)}, 160 fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg); in sof_ipc4_dbg_audio_format()
|