[go: nahoru, domu]

Searched refs:comp_sync (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/aty/
H A Datyfb_base.c313 static int comp_sync = -1; variable
2724 if (comp_sync != -1) {
2725 if (!comp_sync)
3862 else if (!strncmp(this_opt, "comp_sync:", 10))
3863 comp_sync = simple_strtoul(this_opt+10, NULL, 0);
4016 module_param(comp_sync, int, 0);
4017 MODULE_PARM_DESC(comp_sync, "Set composite sync signal to low (0) or high (1)");

Completed in 31 milliseconds