Lines Matching refs:monA
278 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local
403 monA = monitorA; in NVCommonSetup()
404 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()
405 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
491 monA = monitorA; in NVCommonSetup()
492 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()
535 } else if (monA) { in NVCommonSetup()
536 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
580 if (monA) { in NVCommonSetup()
581 if (((monA->input & FB_DISP_DDI) && in NVCommonSetup()
583 ((!(monA->input & FB_DISP_DDI)) && in NVCommonSetup()
590 fb_destroy_modedb(monA->modedb); in NVCommonSetup()
591 monA = NULL; in NVCommonSetup()
603 monA = monB; in NVCommonSetup()
628 if (monA) in NVCommonSetup()
629 info->monspecs = *monA; in NVCommonSetup()