Home
last modified time | relevance | path

Searched refs:out_ch (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/media/imx/
Dimx-ic-prpencvf.c69 struct ipuv3_channel *out_ch; member
113 u32 out_ch; member
118 .out_ch = IPUV3_CHANNEL_IC_PRP_ENC_MEM,
123 .out_ch = IPUV3_CHANNEL_IC_PRP_VF_MEM,
142 if (priv->out_ch) in prp_put_ipu_resources()
143 ipu_idmac_put(priv->out_ch); in prp_put_ipu_resources()
144 priv->out_ch = NULL; in prp_put_ipu_resources()
159 struct ipuv3_channel *out_ch, *rot_in_ch, *rot_out_ch; in prp_get_ipu_resources() local
172 out_ch = ipu_idmac_get(priv->ipu, prp_channel[task].out_ch); in prp_get_ipu_resources()
173 if (IS_ERR(out_ch)) { in prp_get_ipu_resources()
[all …]
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-topology.c1571 u8 in_ch, out_ch, index; in skl_tplg_mic_control_set() local
1621 for (out_ch = 0; out_ch < ch_type; out_ch++) { in skl_tplg_mic_control_set()
1622 in_ch = list[out_ch]; in skl_tplg_mic_control_set()
1623 mic_cfg.blob[out_ch][in_ch] = SKL_DEFAULT_MIC_SEL_GAIN; in skl_tplg_mic_control_set()