Searched refs:input_sel (Results 1 - 8 of 8) sorted by relevance

/linux-master/sound/pci/oxygen/
H A Dxonar_dg.h35 unsigned char input_sel; member in struct:dg
H A Dxonar_dg_mixer.c242 if (idx == data->input_sel) {
260 if (data->input_sel == CAPTURE_SRC_FP_MIC)
262 else if (data->input_sel == CAPTURE_SRC_LINE)
264 else if (data->input_sel != CAPTURE_SRC_MIC)
286 value->value.enumerated.item[0] = data->input_sel;
303 changed = value->value.enumerated.item[0] != data->input_sel;
305 data->input_sel = value->value.enumerated.item[0];
310 data->input_vol[data->input_sel][0],
311 data->input_vol[data->input_sel][1]);
H A Dxonar_dg.c153 data->input_sel = CAPTURE_SRC_MIC;
/linux-master/drivers/media/i2c/
H A Dtvp514x.c537 enum tvp514x_input input_sel; local
556 input_sel = decoder->input;
558 switch (input_sel) {
657 enum tvp514x_input input_sel; local
665 input_sel = input;
668 err = tvp514x_write_reg(sd, REG_INPUT_SEL, input_sel);
679 decoder->tvp514x_regs[REG_INPUT_SEL].val = input_sel;
684 v4l2_dbg(1, debug, sd, "Input set to: %d\n", input_sel);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h364 u32 misr_ctrl_offset, u8 input_sel);
H A Ddpu_hw_util.c479 * note: Aside from encoders, input_sel should be set to 0x0 by default
482 u32 misr_ctrl_offset, u8 input_sel)
492 ((input_sel & 0xF) << 24);
481 dpu_hw_setup_misr(struct dpu_hw_blk_reg_map *c, u32 misr_ctrl_offset, u8 input_sel) argument
/linux-master/drivers/gpu/drm/sti/
H A Dsti_tvout.c459 char *const input_sel[] = {"Main (color matrix enabled)", local
488 seq_printf(s, "%-24s %s", "Input selection:", input_sel[tmp]);
/linux-master/drivers/perf/
H A Darm-cmn.c303 u8 input_sel[4]; member in union:arm_cmn_dtm::__anon837
1797 unsigned int input_sel, i = 0; local
1837 input_sel = CMN__PMEVCNT0_INPUT_SEL_XP + dtm_idx;
1850 input_sel = CMN__PMEVCNT0_INPUT_SEL_WP + wp_idx;
1859 input_sel = CMN__PMEVCNT0_INPUT_SEL_DEV + dtm_idx +
1868 dtm->input_sel[dtm_idx] = input_sel;

Completed in 484 milliseconds