Searched defs:cable_type (Results 1 - 2 of 2) sorted by relevance

/drivers/video/
H A Dpvr2fb.c172 static int cable_type = CT_VGA; variable
370 cable_type = pvr2_init_cable();
371 if (cable_type == CT_VGA && video_output != VO_VGA)
655 if (cable_type < 0) {
658 cable_type = (fb_readw(PDTRA) >> 8) & 3;
664 if (cable_type == CT_COMPOSITE)
666 else if (cable_type == CT_RGB)
671 return cable_type;
827 (char *)pvr2_get_param(cables, NULL, cable_type, 3),
875 if (cable_type
[all...]
/drivers/net/wan/lmc/
H A Dlmc_var.h172 u32 cable_type; /* T1 */ member in struct:lmc___ctl

Completed in 233 milliseconds