Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/imx/
H A 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 …]
/openbmc/qemu/qga/
H A Dcommands.c422 GIOChannel *in_ch, *out_ch, *err_ch; in qmp_guest_exec() local
506 out_ch = g_io_channel_win32_new_fd(out_fd); in qmp_guest_exec()
509 out_ch = g_io_channel_unix_new(out_fd); in qmp_guest_exec()
512 g_io_channel_set_encoding(out_ch, NULL, NULL); in qmp_guest_exec()
514 g_io_channel_set_buffered(out_ch, false); in qmp_guest_exec()
516 g_io_channel_set_close_on_unref(out_ch, true); in qmp_guest_exec()
518 g_io_add_watch(out_ch, G_IO_IN | G_IO_HUP, in qmp_guest_exec()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-topology.c1497 u8 in_ch, out_ch, index; in skl_tplg_mic_control_set() local
1547 for (out_ch = 0; out_ch < ch_type; out_ch++) { in skl_tplg_mic_control_set()
1548 in_ch = list[out_ch]; in skl_tplg_mic_control_set()
1549 mic_cfg.blob[out_ch][in_ch] = SKL_DEFAULT_MIC_SEL_GAIN; in skl_tplg_mic_control_set()