Searched refs:input_sel (Results 1 – 4 of 4) sorted by relevance
/drivers/media/i2c/ |
D | tvp514x.c | 536 enum tvp514x_input input_sel; in tvp514x_querystd() local 555 input_sel = decoder->input; in tvp514x_querystd() 557 switch (input_sel) { in tvp514x_querystd() 656 enum tvp514x_input input_sel; in tvp514x_s_routing() local 664 input_sel = input; in tvp514x_s_routing() 667 err = tvp514x_write_reg(sd, REG_INPUT_SEL, input_sel); in tvp514x_s_routing() 678 decoder->tvp514x_regs[REG_INPUT_SEL].val = input_sel; in tvp514x_s_routing() 683 v4l2_dbg(1, debug, sd, "Input set to: %d\n", input_sel); in tvp514x_s_routing()
|
/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-isp.c | 378 u32 val, input_sel; in rkisp1_config_dvp() local 382 input_sel = RKISP1_CIF_ISP_ACQ_PROP_IN_SEL_8B_ZERO; in rkisp1_config_dvp() 385 input_sel = RKISP1_CIF_ISP_ACQ_PROP_IN_SEL_10B_ZERO; in rkisp1_config_dvp() 388 input_sel = RKISP1_CIF_ISP_ACQ_PROP_IN_SEL_12B; in rkisp1_config_dvp() 396 rkisp1_write(rkisp1, val | input_sel, RKISP1_CIF_ISP_ACQ_PROP); in rkisp1_config_dvp()
|
/drivers/perf/ |
D | arm-cmn.c | 246 u8 input_sel[4]; member 1308 unsigned int i, dtc_idx, input_sel; in arm_cmn_event_add() local 1345 input_sel = CMN__PMEVCNT0_INPUT_SEL_XP + dtm_idx; in arm_cmn_event_add() 1358 input_sel = CMN__PMEVCNT0_INPUT_SEL_WP + wp_idx; in arm_cmn_event_add() 1367 input_sel = CMN__PMEVCNT0_INPUT_SEL_DEV + dtm_idx + in arm_cmn_event_add() 1386 dtm->input_sel[dtm_idx] = input_sel; in arm_cmn_event_add()
|
/drivers/gpu/drm/sti/ |
D | sti_tvout.c | 459 char *const input_sel[] = {"Main (color matrix enabled)", in tvout_dbg_vip() local 488 seq_printf(s, "%-24s %s", "Input selection:", input_sel[tmp]); in tvout_dbg_vip()
|