Searched refs:mon1_type (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c405 rinfo->mon1_type = MT_CRT;
407 rinfo->mon1_type = MT_DFP;
409 rinfo->mon1_type = MT_LCD;
449 if (rinfo->mon1_type != MT_NONE)
460 if (rinfo->mon1_type == MT_NONE) {
462 rinfo->mon1_type = rinfo->mon2_type;
465 rinfo->mon1_type = MT_CRT;
494 if (rinfo->mon1_type == MT_NONE)
495 rinfo->mon1_type = radeon_probe_OF_head(rinfo, 0,
499 if (rinfo->mon1_type
[all...]
H A Dradeon_backlight.c55 if (rinfo->mon1_type != MT_LCD)
141 if (rinfo->mon1_type != MT_LCD)
H A Dradeonfb.h325 int mon1_type; member in struct:radeonfb_info
362 #define PRIMARY_MONITOR(rinfo) (rinfo->mon1_type)
H A Dradeon_base.c956 switch (rinfo->mon1_type) {

Completed in 55 milliseconds