mon2_type         422 drivers/video/fbdev/aty/radeon_monitor.c 		rinfo->mon2_type = MT_CRT;
mon2_type         424 drivers/video/fbdev/aty/radeon_monitor.c 		rinfo->mon2_type = MT_DFP;
mon2_type         426 drivers/video/fbdev/aty/radeon_monitor.c 		rinfo->mon2_type = MT_LCD;
mon2_type         464 drivers/video/fbdev/aty/radeon_monitor.c 			if (rinfo->mon2_type != MT_NONE)
mon2_type         471 drivers/video/fbdev/aty/radeon_monitor.c 			if (rinfo->mon2_type != MT_NONE) {
mon2_type         472 drivers/video/fbdev/aty/radeon_monitor.c 				rinfo->mon1_type = rinfo->mon2_type;
mon2_type         478 drivers/video/fbdev/aty/radeon_monitor.c 			rinfo->mon2_type = MT_NONE;
mon2_type         581 drivers/video/fbdev/aty/radeon_monitor.c 		if (rinfo->mon2_type == MT_NONE)
mon2_type         582 drivers/video/fbdev/aty/radeon_monitor.c 			rinfo->mon2_type = radeon_probe_OF_head(rinfo, 1,
mon2_type         586 drivers/video/fbdev/aty/radeon_monitor.c 		if (rinfo->mon2_type == MT_NONE)
mon2_type         587 drivers/video/fbdev/aty/radeon_monitor.c 			rinfo->mon2_type = radeon_probe_i2c_connector(rinfo, ddc_vga,
mon2_type         589 drivers/video/fbdev/aty/radeon_monitor.c 		if (rinfo->mon2_type == MT_NONE && !ddc_crt2_used)
mon2_type         590 drivers/video/fbdev/aty/radeon_monitor.c 			rinfo->mon2_type = radeon_probe_i2c_connector(rinfo, ddc_crt2,
mon2_type         593 drivers/video/fbdev/aty/radeon_monitor.c 		if (rinfo->mon2_type == MT_NONE)
mon2_type         594 drivers/video/fbdev/aty/radeon_monitor.c 			rinfo->mon2_type = radeon_crt_is_connected(rinfo, !rinfo->reversed_DAC);
mon2_type         602 drivers/video/fbdev/aty/radeon_monitor.c 			if (rinfo->mon2_type != MT_NONE) {
mon2_type         603 drivers/video/fbdev/aty/radeon_monitor.c 				rinfo->mon1_type = rinfo->mon2_type;
mon2_type         607 drivers/video/fbdev/aty/radeon_monitor.c 			rinfo->mon2_type = MT_NONE;
mon2_type         616 drivers/video/fbdev/aty/radeon_monitor.c 			if (rinfo->mon1_type == MT_DFP || rinfo->mon2_type == MT_DFP) {
mon2_type         619 drivers/video/fbdev/aty/radeon_monitor.c 				rinfo->mon1_type = rinfo->mon2_type;
mon2_type         621 drivers/video/fbdev/aty/radeon_monitor.c 				rinfo->mon2_type = tmp_type;
mon2_type         623 drivers/video/fbdev/aty/radeon_monitor.c 				if (rinfo->mon1_type == MT_CRT || rinfo->mon2_type == MT_CRT)
mon2_type         643 drivers/video/fbdev/aty/radeon_monitor.c 	       radeon_get_mon_name(rinfo->mon2_type));
mon2_type         337 drivers/video/fbdev/aty/radeonfb.h 	int			mon2_type;