Searched refs:out_ch (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-ic-prpencvf.c | 63 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_video.c | 578 static void vd_vo_output_seq_set( unsigned char dev, unsigned char port, unsigned char out_ch ) in vd_vo_output_seq_set() argument 581 gpio_i2c_write(jaguar1_i2c_addr[dev], 0xc0 + (port * 0x02), out_ch); in vd_vo_output_seq_set() 582 gpio_i2c_write(jaguar1_i2c_addr[dev], 0xc1 + (port * 0x02), out_ch); in vd_vo_output_seq_set() 810 unsigned char out_ch = vo_seq->out_ch; in vd_jaguar1_vo_ch_seq_set() local 812 vd_vo_output_seq_set( dev, port, out_ch ); in vd_jaguar1_vo_ch_seq_set()
|
| H A D | jaguar1_video.h | 41 unsigned char out_ch; member
|
| /OK3568_Linux_fs/kernel/drivers/media/spi/ |
| H A D | rk1608_dphy.c | 186 if (fmt_inf->out_ch[i].width == 0) in rk1608_get_link_sensor_timing() 189 fmt_inf->out_ch[i].width = out_width; in rk1608_get_link_sensor_timing() 190 fmt_inf->out_ch[i].height = out_height; in rk1608_get_link_sensor_timing() 946 (u32 *)&dphy->fmt_inf[idx].out_ch[0], 5); in rk1608_dphy_dt_property() 951 (u32 *)&dphy->fmt_inf[idx].out_ch[1], 5); in rk1608_dphy_dt_property() 956 (u32 *)&dphy->fmt_inf[idx].out_ch[2], 5); in rk1608_dphy_dt_property() 961 (u32 *)&dphy->fmt_inf[idx].out_ch[3], 5); in rk1608_dphy_dt_property()
|
| H A D | rk1608_dphy.h | 26 struct rk1608_chinf out_ch[4]; member
|
| H A D | rk1608_core.c | 640 if (fmt_inf->out_ch[i].width == 0) in rk1608_msg_set_output_size() 643 msg->channel[i].width = fmt_inf->out_ch[i].width; in rk1608_msg_set_output_size() 644 msg->channel[i].height = fmt_inf->out_ch[i].height; in rk1608_msg_set_output_size() 645 msg->channel[i].data_id = fmt_inf->out_ch[i].data_id; in rk1608_msg_set_output_size() 647 fmt_inf->out_ch[i].decode_format; in rk1608_msg_set_output_size() 648 msg->channel[i].flag = fmt_inf->out_ch[i].flag; in rk1608_msg_set_output_size()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl-topology.c | 1529 u8 in_ch, out_ch, index; in skl_tplg_mic_control_set() local 1579 for (out_ch = 0; out_ch < ch_type; out_ch++) { in skl_tplg_mic_control_set() 1580 in_ch = list[out_ch]; in skl_tplg_mic_control_set() 1581 mic_cfg.blob[out_ch][in_ch] = SKL_DEFAULT_MIC_SEL_GAIN; in skl_tplg_mic_control_set()
|
| /OK3568_Linux_fs/external/common_algorithm/misc/include/ |
| H A D | audio_server.h | 351 int out_ch; member
|