Searched refs:cable_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/
H A Dpvr2fb.c174 static int cable_type = CT_VGA; variable
367 cable_type = pvr2_init_cable();
368 if (cable_type == CT_VGA && video_output != VO_VGA)
635 if (cable_type < 0) {
638 cable_type = (fb_readw(PDTRA) >> 8) & 3;
642 if (cable_type == CT_COMPOSITE)
647 return cable_type;
801 (char *)pvr2_get_param(cables, NULL, cable_type, 3),
846 if (cable_type == CT_VGA) {
1023 cable_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsis5513.c204 static char* cable_type[] = { variable
406 (reg2 & 0x01) ? cable_type[1] : cable_type[0],
407 (reg3 & 0x01) ? cable_type[1] : cable_type[0]);
411 (reg & 0x10) ? cable_type[1] : cable_type[0],
412 (reg & 0x20) ? cable_type[1] : cable_type[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_var.h194 u_int32_t cable_type; /* T1 */ member in struct:lmc___ctl
H A Dlmc_media.c554 sc->ictl.cable_type = cable;

Completed in 63 milliseconds