Searched refs:vgapass (Results 1 – 3 of 3) sorted by relevance
96 static bool vgapass; /* enable VGA passthrough cable */ variable699 if (par->vgapass == enable) in sstfb_setvgapass()701 par->vgapass = enable; in sstfb_setvgapass()707 if (par->vgapass) { in sstfb_setvgapass()735 return snprintf(buf, PAGE_SIZE, "%d\n", par->vgapass); in show_vgapass()739 __ATTR(vgapass, S_IRUGO|S_IWUSR, show_vgapass, store_vgapass)757 val = par->vgapass; in sstfb_ioctl()1210 par->vgapass = vgapass; in sst_init()1211 if (par->vgapass) in sst_init()1287 vgapass = 0; in sstfb_setup()[all …]
46 parameter vgapass=1 when insmodding the driver. (See Kernel/Modules84 vgapass=0 vganopass Enable or disable VGA passthrou cable.85 vgapass=1 vgapass When enabled, the monitor will get the signal
353 u8 vgapass; /* VGA pass through: 1=enabled, 0=disabled */ member