Lines Matching refs:AUVI_INPUT
632 if (AUVI_INPUT(i).type == AU0828_VMUX_UNDEFINED) in au0828_usb_v4l2_media_release()
655 if (AUVI_INPUT(0).type == AU0828_VMUX_UNDEFINED) in au0828_v4l2_device_register()
937 if (AUVI_INPUT(0).type == AU0828_VMUX_UNDEFINED) in au0828_analog_unregister()
1332 if (AUVI_INPUT(tmp).type == 0) in vidioc_enum_input()
1336 strscpy(input->name, inames[AUVI_INPUT(tmp).type], sizeof(input->name)); in vidioc_enum_input()
1337 if ((AUVI_INPUT(tmp).type == AU0828_VMUX_TELEVISION) || in vidioc_enum_input()
1338 (AUVI_INPUT(tmp).type == AU0828_VMUX_CABLE)) { in vidioc_enum_input()
1369 switch (AUVI_INPUT(index).type) { in au0828_s_input()
1384 AUVI_INPUT(index).type); in au0828_s_input()
1391 AUVI_INPUT(index).vmux, 0, 0); in au0828_s_input()
1395 if (AUVI_INPUT(i).audio_setup == NULL) in au0828_s_input()
1403 (AUVI_INPUT(i).audio_setup)(dev, enable); in au0828_s_input()
1407 if ((AUVI_INPUT(i).audio_setup) != in au0828_s_input()
1408 ((AUVI_INPUT(index).audio_setup))) { in au0828_s_input()
1409 (AUVI_INPUT(i).audio_setup)(dev, enable); in au0828_s_input()
1415 AUVI_INPUT(index).amux, 0, 0); in au0828_s_input()
1427 if (AUVI_INPUT(index).type == 0) in vidioc_s_input()
1867 if (AUVI_INPUT(i).type == AU0828_VMUX_UNDEFINED) in au0828_analog_create_entities()
1870 ent->name = inames[AUVI_INPUT(i).type]; in au0828_analog_create_entities()
1874 switch (AUVI_INPUT(i).type) { in au0828_analog_create_entities()
1914 if (AUVI_INPUT(0).type == AU0828_VMUX_UNDEFINED) in au0828_analog_register()