Home
last modified time | relevance | path

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

/linux/drivers/bus/mhi/host/
H A Dinit.c776 const struct mhi_channel_config *ch_cfg; in parse_ch_cfg() local
799 ch_cfg = &config->ch_cfg[i]; in parse_ch_cfg()
801 chan = ch_cfg->num; in parse_ch_cfg()
808 mhi_chan->name = ch_cfg->name; in parse_ch_cfg()
811 mhi_chan->tre_ring.elements = ch_cfg->num_elements; in parse_ch_cfg()
822 mhi_chan->buf_ring.elements = ch_cfg->local_elements; in parse_ch_cfg()
825 mhi_chan->er_index = ch_cfg->event_ring; in parse_ch_cfg()
826 mhi_chan->dir = ch_cfg->dir; in parse_ch_cfg()
833 mhi_chan->type = ch_cfg->type; in parse_ch_cfg()
837 mhi_chan->ee_mask = ch_cfg->ee_mask; in parse_ch_cfg()
[all …]
/linux/drivers/bus/mhi/ep/
H A Dmain.c1409 const struct mhi_ep_channel_config *ch_cfg; in mhi_ep_chan_init() local
1428 ch_cfg = &config->ch_cfg[i]; in mhi_ep_chan_init()
1430 chan = ch_cfg->num; in mhi_ep_chan_init()
1438 if (ch_cfg->dir == DMA_BIDIRECTIONAL || ch_cfg->dir == DMA_NONE) { in mhi_ep_chan_init()
1440 ch_cfg->dir, chan); in mhi_ep_chan_init()
1445 mhi_chan->name = ch_cfg->name; in mhi_ep_chan_init()
1447 mhi_chan->dir = ch_cfg->dir; in mhi_ep_chan_init()
/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.h45 u16 ch_cfg; member
H A Dq6asm-dai.c732 flac_cfg.ch_cfg = codec->ch_in; in __q6asm_dai_compr_set_codec_params()
H A Dq6asm.c1144 fmt->num_channels = cfg->ch_cfg; in q6asm_stream_media_format_block_flac()
/linux/include/linux/
H A Dmhi.h300 const struct mhi_channel_config *ch_cfg; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c916 if (param_ini->ch_cfg) in hfc_reset_param()
917 param->ch_cfg = param_ini->ch_cfg; in hfc_reset_param()
929 const struct rtw89_hfc_ch_cfg *ch_cfg = param->ch_cfg; in hfc_ch_cfg_chk() local
936 if ((ch_cfg[ch].min && ch_cfg[ch].min < prec_cfg->ch011_prec) || in hfc_ch_cfg_chk()
937 ch_cfg[ch].max > pub_cfg->pub_max) in hfc_ch_cfg_chk()
939 if (ch_cfg[ch].grp >= grp_num) in hfc_ch_cfg_chk()
977 const struct rtw89_hfc_ch_cfg *cfg = param->ch_cfg; in hfc_ch_ctrl()
1006 const struct rtw89_hfc_ch_cfg *cfg = param->ch_cfg; in hfc_upd_ch_info()
H A Dcore.h5137 const struct rtw89_hfc_ch_cfg *ch_cfg; member
5145 const struct rtw89_hfc_ch_cfg *ch_cfg; member
/linux/sound/soc/sof/
H A Dipc4-topology.c103 offsetof(struct sof_ipc4_pin_format, audio_fmt.ch_cfg)},
123 offsetof(struct sof_ipc4_pin_format, audio_fmt.ch_cfg)},
270 fmt->ch_map, fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg, in sof_ipc4_dbg_audio_format()