Home
last modified time | relevance | path

Searched refs:input_sel (Results 1 – 5 of 5) sorted by relevance

/drivers/media/i2c/
Dtvp514x.c536 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/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.c457 u32 misr_ctrl_offset, u8 input_sel) in dpu_hw_setup_misr() argument
467 ((input_sel & 0xF) << 24); in dpu_hw_setup_misr()
Ddpu_hw_util.h353 u32 misr_ctrl_offset, u8 input_sel);
/drivers/perf/
Darm-cmn.c298 u8 input_sel[4]; member
1675 unsigned int i, dtc_idx, input_sel; in arm_cmn_event_add() local
1712 input_sel = CMN__PMEVCNT0_INPUT_SEL_XP + dtm_idx; in arm_cmn_event_add()
1725 input_sel = CMN__PMEVCNT0_INPUT_SEL_WP + wp_idx; in arm_cmn_event_add()
1734 input_sel = CMN__PMEVCNT0_INPUT_SEL_DEV + dtm_idx + in arm_cmn_event_add()
1743 dtm->input_sel[dtm_idx] = input_sel; in arm_cmn_event_add()
/drivers/gpu/drm/sti/
Dsti_tvout.c459 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()