Searched refs:vgapass (Results 1 – 3 of 3) sorted by relevance
97 static bool vgapass; /* enable VGA passthrough cable */ variable700 if (par->vgapass == enable) in sstfb_setvgapass()702 par->vgapass = enable; in sstfb_setvgapass()708 if (par->vgapass) { in sstfb_setvgapass()736 return sprintf(buf, "%d\n", par->vgapass); in show_vgapass()740 __ATTR(vgapass, S_IRUGO|S_IWUSR, show_vgapass, store_vgapass)758 val = par->vgapass; in sstfb_ioctl()1211 par->vgapass = vgapass; in sst_init()1212 if (par->vgapass) in sst_init()1288 vgapass = 0; 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