Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dtvp514x.c537 enum tvp514x_input input_sel; in tvp514x_querystd() local
556 input_sel = decoder->input; in tvp514x_querystd()
558 switch (input_sel) { in tvp514x_querystd()
657 enum tvp514x_input input_sel; in tvp514x_s_routing() local
665 input_sel = input; in tvp514x_s_routing()
668 err = tvp514x_write_reg(sd, REG_INPUT_SEL, input_sel); in tvp514x_s_routing()
679 decoder->tvp514x_regs[REG_INPUT_SEL].val = input_sel; in tvp514x_s_routing()
684 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()