Lines Matching refs:monA
281 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local
406 monA = monitorA; in NVCommonSetup()
407 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()
408 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
494 monA = monitorA; in NVCommonSetup()
495 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()
538 } else if (monA) { in NVCommonSetup()
539 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
583 if (monA) { in NVCommonSetup()
584 if (((monA->input & FB_DISP_DDI) && in NVCommonSetup()
586 ((!(monA->input & FB_DISP_DDI)) && in NVCommonSetup()
593 fb_destroy_modedb(monA->modedb); in NVCommonSetup()
594 monA = NULL; in NVCommonSetup()
606 monA = monB; in NVCommonSetup()
631 if (monA) in NVCommonSetup()
632 info->monspecs = *monA; in NVCommonSetup()