Lines Matching refs:monA
304 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() local
429 monA = monitorA; in NVCommonSetup()
430 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()
431 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
517 monA = monitorA; in NVCommonSetup()
518 fb_edid_to_monspecs(edidA, monA); in NVCommonSetup()
561 } else if (monA) { in NVCommonSetup()
562 FlatPanel = (monA->input & FB_DISP_DDI) ? 1 : 0; in NVCommonSetup()
606 if (monA) { in NVCommonSetup()
607 if (((monA->input & FB_DISP_DDI) && in NVCommonSetup()
609 ((!(monA->input & FB_DISP_DDI)) && in NVCommonSetup()
616 fb_destroy_modedb(monA->modedb); in NVCommonSetup()
617 monA = NULL; in NVCommonSetup()
629 monA = monB; in NVCommonSetup()
654 if (monA) in NVCommonSetup()
655 info->monspecs = *monA; in NVCommonSetup()