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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvp514x.c505 enum tvp514x_input input_sel; local
518 input_sel = decoder->input;
520 switch (input_sel) {
617 enum tvp514x_input input_sel; local
638 input_sel = input;
641 err = tvp514x_write_reg(sd, REG_INPUT_SEL, input_sel);
652 decoder->tvp514x_regs[REG_INPUT_SEL].val = input_sel;
662 switch (input_sel) {
715 v4l2_dbg(1, debug, sd, "Input set to: %d\n", input_sel);

Completed in 47 milliseconds