Searched refs:vgapass (Results 1 – 3 of 3) sorted by relevance
98 static bool vgapass; /* enable VGA passthrough cable */ variable701 if (par->vgapass == enable) in sstfb_setvgapass()703 par->vgapass = enable; in sstfb_setvgapass()709 if (par->vgapass) { in sstfb_setvgapass()737 return sprintf(buf, "%d\n", par->vgapass); in show_vgapass()759 val = par->vgapass; in sstfb_ioctl()1212 par->vgapass = vgapass; in sst_init()1213 if (par->vgapass) in sst_init()1289 vgapass = 0; in sstfb_setup()1291 vgapass = 1; in sstfb_setup()[all …]
54 parameter vgapass=1 when insmodding the driver. (See Kernel/Modules103 vgapass=0 vganopass Enable or disable VGA passthrou cable.104 vgapass=1 vgapass When enabled, the monitor will get the signal
353 u8 vgapass; /* VGA pass through: 1=enabled, 0=disabled */ member