Home
last modified time | relevance | path

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

/linux/drivers/bus/mhi/host/
H A Dpci_generic.c293 .ch_cfg = mhi_qcom_qdu100_channels,
358 .ch_cfg = mhi_qcom_sa8775p_channels,
368 .ch_cfg = modem_qcom_v1_mhi_channels,
377 .ch_cfg = modem_qcom_v1_mhi_channels,
464 .ch_cfg = mhi_quectel_em1xx_channels,
532 .ch_cfg = mhi_foxconn_sdx55_channels,
541 .ch_cfg = mhi_foxconn_sdx61_channels,
551 .ch_cfg = mhi_foxconn_sdx55_channels,
699 .ch_cfg = mhi_mv3x_channels,
747 .ch_cfg = mhi_sierra_em919x_channels,
[all …]
/linux/drivers/dma/sh/
H A Drz-dmac.c764 u32 ch_cfg; in rz_dmac_chan_filter() local
767 ch_cfg = (dma_spec->args[0] & CHCFG_MASK) >> 10; in rz_dmac_chan_filter()
768 channel->chcfg = CHCFG_FILL_TM(ch_cfg) | CHCFG_FILL_AM(ch_cfg) | in rz_dmac_chan_filter()
769 CHCFG_FILL_LVL(ch_cfg) | CHCFG_FILL_HIEN(ch_cfg); in rz_dmac_chan_filter()
/linux/drivers/bus/mhi/ep/
H A Dmain.c1392 const struct mhi_ep_channel_config *ch_cfg; in mhi_ep_chan_init() local
1411 ch_cfg = &config->ch_cfg[i]; in mhi_ep_chan_init()
1413 chan = ch_cfg->num; in mhi_ep_chan_init()
1421 if (ch_cfg->dir == DMA_BIDIRECTIONAL || ch_cfg->dir == DMA_NONE) { in mhi_ep_chan_init()
1423 ch_cfg->dir, chan); in mhi_ep_chan_init()
1428 mhi_chan->name = ch_cfg->name; in mhi_ep_chan_init()
1430 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
/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.h45 u16 ch_cfg; member
H A Dq6asm.c1142 fmt->num_channels = cfg->ch_cfg; in q6asm_stream_media_format_block_flac()
/linux/sound/soc/sof/
H A Dipc4-topology.c99 offsetof(struct sof_ipc4_pin_format, audio_fmt.ch_cfg)},
119 offsetof(struct sof_ipc4_pin_format, audio_fmt.ch_cfg)},
242 fmt->ch_map, fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg, in sof_ipc4_dbg_audio_format()