Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/au0828/
Dau0828-video.c1262 if (AUVI_INPUT(tmp).type == 0) in vidioc_enum_input()
1266 strcpy(input->name, inames[AUVI_INPUT(tmp).type]); in vidioc_enum_input()
1267 if ((AUVI_INPUT(tmp).type == AU0828_VMUX_TELEVISION) || in vidioc_enum_input()
1268 (AUVI_INPUT(tmp).type == AU0828_VMUX_CABLE)) { in vidioc_enum_input()
1299 switch (AUVI_INPUT(index).type) { in au0828_s_input()
1314 AUVI_INPUT(index).type); in au0828_s_input()
1319 AUVI_INPUT(index).vmux, 0, 0); in au0828_s_input()
1323 if (AUVI_INPUT(i).audio_setup == NULL) in au0828_s_input()
1331 (AUVI_INPUT(i).audio_setup)(dev, enable); in au0828_s_input()
1335 if ((AUVI_INPUT(i).audio_setup) != in au0828_s_input()
[all …]
Dau0828-core.c173 if (AUVI_INPUT(0).type != AU0828_VMUX_UNDEFINED) { in au0828_usb_disconnect()
264 if (AUVI_INPUT(0).type != AU0828_VMUX_UNDEFINED) in au0828_usb_probe()
Dau0828-cards.c225 if (AUVI_INPUT(0).type != AU0828_VMUX_UNDEFINED) { in au0828_card_analog_fe_setup()
Dau0828.h121 #define AUVI_INPUT(nr) (dev->board.input[nr]) macro