Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/imx/
Dimx-ic-prpencvf.c63 struct ipuv3_channel *out_ch; member
108 u32 out_ch; member
113 .out_ch = IPUV3_CHANNEL_IC_PRP_ENC_MEM,
118 .out_ch = IPUV3_CHANNEL_IC_PRP_VF_MEM,
137 if (priv->out_ch) in prp_put_ipu_resources()
138 ipu_idmac_put(priv->out_ch); in prp_put_ipu_resources()
139 priv->out_ch = NULL; in prp_put_ipu_resources()
154 struct ipuv3_channel *out_ch, *rot_in_ch, *rot_out_ch; in prp_get_ipu_resources() local
165 out_ch = ipu_idmac_get(ic_priv->ipu, prp_channel[task].out_ch); in prp_get_ipu_resources()
166 if (IS_ERR(out_ch)) { in prp_get_ipu_resources()
[all …]
/linux-6.1.9/sound/soc/intel/skylake/
Dskl-topology.c1535 u8 in_ch, out_ch, index; in skl_tplg_mic_control_set() local
1585 for (out_ch = 0; out_ch < ch_type; out_ch++) { in skl_tplg_mic_control_set()
1586 in_ch = list[out_ch]; in skl_tplg_mic_control_set()
1587 mic_cfg.blob[out_ch][in_ch] = SKL_DEFAULT_MIC_SEL_GAIN; in skl_tplg_mic_control_set()