Searched refs:AUVI_INPUT (Results 1 – 3 of 3) sorted by relevance
1327 if (AUVI_INPUT(tmp).type == 0) in vidioc_enum_input()1364 switch (AUVI_INPUT(index).type) { in au0828_s_input()1379 AUVI_INPUT(index).type); in au0828_s_input()1386 AUVI_INPUT(index).vmux, 0, 0); in au0828_s_input()1390 if (AUVI_INPUT(i).audio_setup == NULL) in au0828_s_input()1402 if ((AUVI_INPUT(i).audio_setup) != in au0828_s_input()1403 ((AUVI_INPUT(index).audio_setup))) { in au0828_s_input()1410 AUVI_INPUT(index).amux, 0, 0); in au0828_s_input()1422 if (AUVI_INPUT(index).type == 0) in vidioc_s_input()1865 ent->name = inames[AUVI_INPUT(i).type]; in au0828_analog_create_entities()[all …]
209 if (AUVI_INPUT(0).type != AU0828_VMUX_UNDEFINED) { in au0828_card_analog_fe_setup()
107 #define AUVI_INPUT(nr) (dev->board.input[nr]) macro