hwcursor          331 drivers/video/fbdev/intelfb/intelfb.h 	int hwcursor;
hwcursor          231 drivers/video/fbdev/intelfb/intelfbdrv.c static bool hwcursor    = 0;
hwcursor          248 drivers/video/fbdev/intelfb/intelfbdrv.c module_param(hwcursor, bool, S_IRUGO);
hwcursor          249 drivers/video/fbdev/intelfb/intelfbdrv.c MODULE_PARM_DESC(hwcursor, "Enable HW cursor");
hwcursor          357 drivers/video/fbdev/intelfb/intelfbdrv.c 		else if (get_opt_bool(this_opt, "hwcursor", &hwcursor))
hwcursor          587 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->hwcursor = hwcursor;
hwcursor          609 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (dinfo->hwcursor)
hwcursor          635 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (dinfo->hwcursor)
hwcursor          688 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (dinfo->hwcursor) {
hwcursor          761 drivers/video/fbdev/intelfb/intelfbdrv.c 		"noinit = %d\n", vram, accel, hwcursor, fixed, noinit);
hwcursor          851 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (dinfo->hwcursor) {
hwcursor         1548 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (!dinfo->hwcursor)
hwcursor           65 drivers/video/fbdev/pm2fb.c static int hwcursor = 1;
hwcursor         1365 drivers/video/fbdev/pm2fb.c 	if (!hwcursor)
hwcursor         1778 drivers/video/fbdev/pm2fb.c 			hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
hwcursor         1830 drivers/video/fbdev/pm2fb.c module_param(hwcursor, int, 0644);
hwcursor         1831 drivers/video/fbdev/pm2fb.c MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
hwcursor           55 drivers/video/fbdev/pm3fb.c static int hwcursor = 1;
hwcursor          617 drivers/video/fbdev/pm3fb.c 	if (!hwcursor)
hwcursor         1521 drivers/video/fbdev/pm3fb.c 			hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
hwcursor         1561 drivers/video/fbdev/pm3fb.c module_param(hwcursor, int, 0644);
hwcursor         1562 drivers/video/fbdev/pm3fb.c MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
hwcursor          151 drivers/video/fbdev/tdfxfb.c static int hwcursor = 1;
hwcursor          686 drivers/video/fbdev/tdfxfb.c 	if (hwcursor)
hwcursor         1046 drivers/video/fbdev/tdfxfb.c 	if (!hwcursor)
hwcursor         1477 drivers/video/fbdev/tdfxfb.c 	if (hwcursor)
hwcursor         1585 drivers/video/fbdev/tdfxfb.c 			hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
hwcursor         1650 drivers/video/fbdev/tdfxfb.c module_param(hwcursor, int, 0644);
hwcursor         1651 drivers/video/fbdev/tdfxfb.c MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "