Symbol: input_type
arch/powerpc/platforms/powermac/udbg_adb.c
121
if (udbg_adb_use_btext && input_type != input_adb_none)
arch/powerpc/platforms/powermac/udbg_adb.c
208
input_type = input_adb_pmu;
arch/powerpc/platforms/powermac/udbg_adb.c
212
input_type = input_adb_cuda;
arch/powerpc/platforms/powermac/udbg_adb.c
216
if (input_type == input_adb_none)
arch/powerpc/platforms/powermac/udbg_adb.c
38
} input_type = input_adb_none;
arch/powerpc/platforms/powermac/udbg_adb.c
45
if (input_type == input_adb_pmu)
arch/powerpc/platforms/powermac/udbg_adb.c
49
if (input_type == input_adb_cuda)
drivers/auxdisplay/panel.c
144
enum input_type type;
drivers/gpu/drm/mediatek/mtk_hdmi.c
381
enum hdmi_aud_input_type input_type)
drivers/gpu/drm/mediatek/mtk_hdmi.c
386
if (input_type == HDMI_AUD_INPUT_I2S &&
drivers/gpu/drm/mediatek/mtk_hdmi.c
389
} else if (input_type == HDMI_AUD_INPUT_SPDIF &&
drivers/media/i2c/adv7180.c
1221
enum adv7182_input_type input_type;
drivers/media/i2c/adv7180.c
1234
input_type = adv7182_get_input_type(input);
drivers/media/i2c/adv7180.c
1236
switch (input_type) {
drivers/media/i2c/adv7180.c
1248
lbias = adv7280_lbias_settings[input_type];
drivers/media/i2c/adv7180.c
1250
lbias = adv7182_lbias_settings[input_type];
drivers/media/i2c/adv7180.c
1255
if (input_type == ADV7182_INPUT_TYPE_DIFF_CVBS) {
drivers/media/i2c/saa7127.c
249
enum saa7127_input_type input_type;
drivers/media/i2c/saa7127.c
578
state->input_type = input;
drivers/media/i2c/saa7127.c
599
if (state->input_type != input)
drivers/media/i2c/saa7127.c
672
v4l2_info(sd, "Input: %s\n", state->input_type ? "color bars" : "normal");
drivers/media/test-drivers/vivid/vivid-cec.c
217
if (dev->input_type[i] != HDMI)
drivers/media/test-drivers/vivid/vivid-cec.c
40
if (dev->input_type[i] != HDMI)
drivers/media/test-drivers/vivid/vivid-core.c
1887
if (dev->input_type[0] == TV || dev->input_type[0] == SVID)
drivers/media/test-drivers/vivid/vivid-core.c
1918
if (dev->input_type[j] == HDMI)
drivers/media/test-drivers/vivid/vivid-core.c
1926
if (dev->input_type[j] == SVID)
drivers/media/test-drivers/vivid/vivid-core.c
1941
if (dev->num_inputs && dev->input_type[0] != HDMI) {
drivers/media/test-drivers/vivid/vivid-core.c
1944
} else if (dev->num_inputs && dev->input_type[0] == HDMI) {
drivers/media/test-drivers/vivid/vivid-core.c
966
dev->input_type[i] = (input_types[inst] >> (i * 2)) & 0x3;
drivers/media/test-drivers/vivid/vivid-core.c
967
dev->input_name_counter[i] = in_type_counter[dev->input_type[i]]++;
drivers/media/test-drivers/vivid/vivid-core.h
271
u8 input_type[MAX_INPUTS];
drivers/media/test-drivers/vivid/vivid-core.h
673
return dev->input_type[dev->input] == WEBCAM;
drivers/media/test-drivers/vivid/vivid-core.h
678
return dev->input_type[dev->input] == TV;
drivers/media/test-drivers/vivid/vivid-core.h
683
return dev->input_type[dev->input] == SVID;
drivers/media/test-drivers/vivid/vivid-core.h
688
return dev->input_type[dev->input] == HDMI;
drivers/media/test-drivers/vivid/vivid-ctrls.c
486
if (dev->input_type[i] != HDMI)
drivers/media/test-drivers/vivid/vivid-vid-cap.c
1073
switch (dev->input_type[inp->index]) {
drivers/media/test-drivers/vivid/vivid-vid-cap.c
1160
if (dev->input_type[i] == TV || dev->input_type[i] == SVID) {
drivers/media/test-drivers/vivid/vivid-vid-cap.c
1161
dev->tv_audio_input = (dev->input_type[i] == TV) ? 0 : 1;
drivers/media/test-drivers/vivid/vivid-vid-cap.c
1169
switch (dev->input_type[i]) {
drivers/media/test-drivers/vivid/vivid-vid-cap.c
1580
if (dev->input_type[i] != HDMI)
drivers/media/test-drivers/vivid/vivid-vid-cap.c
1615
if (dev->input_type[edid->pad] != HDMI || edid->start_block)
drivers/media/test-drivers/vivid/vivid-vid-cap.c
378
switch (dev->input_type[dev->input]) {
drivers/media/test-drivers/vivid/vivid-vid-common.c
1089
if (dev->input_type[edid->pad] != HDMI)
drivers/media/test-drivers/vivid/vivid-vid-common.c
847
if (dev->input_type[input_index] == TV || dev->input_type[input_index] == SVID)
drivers/media/test-drivers/vivid/vivid-vid-common.c
855
if (dev->input_type[i] == type)
drivers/media/usb/au0828/au0828-core.c
343
if (dev->input_type == AU0828_VMUX_TELEVISION)
drivers/media/usb/au0828/au0828-core.c
345
else if (dev->input_type == AU0828_VMUX_SVIDEO ||
drivers/media/usb/au0828/au0828-core.c
346
dev->input_type == AU0828_VMUX_COMPOSITE)
drivers/media/usb/au0828/au0828-core.c
347
find_source = &dev->input_ent[dev->input_type];
drivers/media/usb/au0828/au0828-video.c
1366
dev->input_type = AU0828_VMUX_SVIDEO;
drivers/media/usb/au0828/au0828-video.c
1370
dev->input_type = AU0828_VMUX_COMPOSITE;
drivers/media/usb/au0828/au0828-video.c
1374
dev->input_type = AU0828_VMUX_TELEVISION;
drivers/media/usb/au0828/au0828.h
236
int input_type;