Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c38 } input_type = input_adb_none; variable
45 if (input_type == input_adb_pmu) in udbg_adb_poll()
49 if (input_type == input_adb_cuda) in udbg_adb_poll()
121 if (udbg_adb_use_btext && input_type != input_adb_none) in udbg_adb_getc()
208 input_type = input_adb_pmu; in udbg_adb_init()
212 input_type = input_adb_cuda; in udbg_adb_init()
216 if (input_type == input_adb_none) in udbg_adb_init()
/linux/drivers/media/usb/au0828/
H A Dau0828-core.c343 if (dev->input_type == AU0828_VMUX_TELEVISION) in au0828_enable_source()
345 else if (dev->input_type == AU0828_VMUX_SVIDEO || in au0828_enable_source()
346 dev->input_type == AU0828_VMUX_COMPOSITE) in au0828_enable_source()
347 find_source = &dev->input_ent[dev->input_type]; in au0828_enable_source()
H A Dau0828.h236 int input_type; member
/linux/drivers/auxdisplay/
H A Dpanel.c128 enum input_type { enum
144 enum input_type type;