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

/linux-master/drivers/video/fbdev/
H A Dtdfxfb.c55 * reorg, hwcursor address page size alignment
152 static int hwcursor = 1; variable
685 if (hwcursor)
1045 if (!hwcursor)
1479 if (hwcursor)
1586 } else if (!strncmp(this_opt, "hwcursor=", 9)) {
1587 hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
1657 module_param(hwcursor, int, 0644);
1658 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
H A Dpm2fb.c66 static int hwcursor = 1; variable
1372 if (!hwcursor)
1790 else if (!strncmp(this_opt, "hwcursor=", 9))
1791 hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
1848 module_param(hwcursor, int, 0644);
1849 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
H A Dpm3fb.c56 static int hwcursor = 1; variable
618 if (!hwcursor)
1526 else if (!strncmp(this_opt, "hwcursor=", 9))
1527 hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
1572 module_param(hwcursor, int, 0644);
1573 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "

Completed in 147 milliseconds