Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A 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()
/linux/sound/pci/oxygen/
H A Dxonar_dg.h35 unsigned char input_sel; member
H A Dxonar_dg.c153 data->input_sel = CAPTURE_SRC_MIC; in dg_init()
/linux/drivers/perf/
H A Darm-cmn.c344 u8 input_sel[4]; member
2099 unsigned int input_sel, i = 0; in arm_cmn_event_add() local
2139 input_sel = CMN__PMEVCNT0_INPUT_SEL_XP + dtm_idx; in arm_cmn_event_add()
2155 input_sel = CMN__PMEVCNT0_INPUT_SEL_WP + wp_idx; in arm_cmn_event_add()
2165 input_sel = CMN__PMEVCNT0_INPUT_SEL_DEV + dtm_idx + in arm_cmn_event_add()
2174 dtm->input_sel[dtm_idx] = input_sel; in arm_cmn_event_add()