input_sel         459 drivers/gpu/drm/sti/sti_tvout.c 	char *const input_sel[] = {"Main (color matrix enabled)",
input_sel         488 drivers/gpu/drm/sti/sti_tvout.c 	seq_printf(s, "%-24s %s", "Input selection:", input_sel[tmp]);
input_sel         536 drivers/media/i2c/tvp514x.c 	enum tvp514x_input input_sel;
input_sel         555 drivers/media/i2c/tvp514x.c 	input_sel = decoder->input;
input_sel         557 drivers/media/i2c/tvp514x.c 	switch (input_sel) {
input_sel         656 drivers/media/i2c/tvp514x.c 	enum tvp514x_input input_sel;
input_sel         664 drivers/media/i2c/tvp514x.c 	input_sel = input;
input_sel         667 drivers/media/i2c/tvp514x.c 	err = tvp514x_write_reg(sd, REG_INPUT_SEL, input_sel);
input_sel         678 drivers/media/i2c/tvp514x.c 	decoder->tvp514x_regs[REG_INPUT_SEL].val = input_sel;
input_sel         683 drivers/media/i2c/tvp514x.c 	v4l2_dbg(1, debug, sd, "Input set to: %d\n", input_sel);
input_sel         153 sound/pci/oxygen/xonar_dg.c 	data->input_sel = CAPTURE_SRC_MIC;
input_sel          35 sound/pci/oxygen/xonar_dg.h 	unsigned char input_sel;
input_sel         242 sound/pci/oxygen/xonar_dg_mixer.c 		if (idx == data->input_sel) {
input_sel         260 sound/pci/oxygen/xonar_dg_mixer.c 	if (data->input_sel == CAPTURE_SRC_FP_MIC)
input_sel         262 sound/pci/oxygen/xonar_dg_mixer.c 	else if (data->input_sel == CAPTURE_SRC_LINE)
input_sel         264 sound/pci/oxygen/xonar_dg_mixer.c 	else if (data->input_sel != CAPTURE_SRC_MIC)
input_sel         286 sound/pci/oxygen/xonar_dg_mixer.c 	value->value.enumerated.item[0] = data->input_sel;
input_sel         303 sound/pci/oxygen/xonar_dg_mixer.c 	changed = value->value.enumerated.item[0] != data->input_sel;
input_sel         305 sound/pci/oxygen/xonar_dg_mixer.c 		data->input_sel = value->value.enumerated.item[0];
input_sel         310 sound/pci/oxygen/xonar_dg_mixer.c 				data->input_vol[data->input_sel][0],
input_sel         311 sound/pci/oxygen/xonar_dg_mixer.c 				data->input_vol[data->input_sel][1]);