Searched refs:input_sel (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/sound/pci/oxygen/ |
D | xonar_dg_mixer.c | 242 if (idx == data->input_sel) { in input_vol_put() 260 if (data->input_sel == CAPTURE_SRC_FP_MIC) in input_source_apply() 262 else if (data->input_sel == CAPTURE_SRC_LINE) in input_source_apply() 264 else if (data->input_sel != CAPTURE_SRC_MIC) in input_source_apply() 286 value->value.enumerated.item[0] = data->input_sel; in input_sel_get() 303 changed = value->value.enumerated.item[0] != data->input_sel; in input_sel_put() 305 data->input_sel = value->value.enumerated.item[0]; in input_sel_put() 310 data->input_vol[data->input_sel][0], in input_sel_put() 311 data->input_vol[data->input_sel][1]); in input_sel_put()
|
D | xonar_dg.h | 35 unsigned char input_sel; member
|
D | xonar_dg.c | 153 data->input_sel = CAPTURE_SRC_MIC; in dg_init()
|
/linux-6.6.21/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()
|
/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.h | 361 u32 misr_ctrl_offset, u8 input_sel);
|
D | dpu_hw_util.c | 488 u32 misr_ctrl_offset, u8 input_sel) in dpu_hw_setup_misr() argument 498 ((input_sel & 0xF) << 24); in dpu_hw_setup_misr()
|
/linux-6.6.21/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()
|
/linux-6.6.21/drivers/perf/ |
D | arm-cmn.c | 306 u8 input_sel[4]; member 1797 unsigned int i, dtc_idx, input_sel; in arm_cmn_event_add() local 1834 input_sel = CMN__PMEVCNT0_INPUT_SEL_XP + dtm_idx; in arm_cmn_event_add() 1847 input_sel = CMN__PMEVCNT0_INPUT_SEL_WP + wp_idx; in arm_cmn_event_add() 1856 input_sel = CMN__PMEVCNT0_INPUT_SEL_DEV + dtm_idx + in arm_cmn_event_add() 1865 dtm->input_sel[dtm_idx] = input_sel; in arm_cmn_event_add()
|