Home
last modified time | relevance | path

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

/drivers/media/usb/au0828/
Dau0828-video.c647 if (AUVI_INPUT(i).type == AU0828_VMUX_UNDEFINED) in au0828_usb_v4l2_media_release()
670 if (AUVI_INPUT(0).type == AU0828_VMUX_UNDEFINED) in au0828_v4l2_device_register()
953 if (AUVI_INPUT(0).type == AU0828_VMUX_UNDEFINED) in au0828_analog_unregister()
1361 if (AUVI_INPUT(tmp).type == 0) in vidioc_enum_input()
1365 strcpy(input->name, inames[AUVI_INPUT(tmp).type]); in vidioc_enum_input()
1366 if ((AUVI_INPUT(tmp).type == AU0828_VMUX_TELEVISION) || in vidioc_enum_input()
1367 (AUVI_INPUT(tmp).type == AU0828_VMUX_CABLE)) { in vidioc_enum_input()
1398 switch (AUVI_INPUT(index).type) { in au0828_s_input()
1413 AUVI_INPUT(index).type); in au0828_s_input()
1420 AUVI_INPUT(index).vmux, 0, 0); in au0828_s_input()
[all …]
Dau0828-cards.c223 if (AUVI_INPUT(0).type != AU0828_VMUX_UNDEFINED) { in au0828_card_analog_fe_setup()
Dau0828.h120 #define AUVI_INPUT(nr) (dev->board.input[nr]) macro