Lines Matching full:crt

90 	unsigned long		 pm_crt_ctrl;	/* pm: crt ctrl save */
291 * check common variables for both panel and crt
407 * check the parameters for the CRT head, and either bring them
419 * check the parameters for the CRT head, and either bring them
508 /* program CRT clock */ in sm501fb_set_par_common()
582 * pan the CRT display output within an virtual framebuffer
634 * Set the CRT video mode from the fb_info structure
649 /* enable CRT DAC - note 0 is on!*/ in sm501fb_set_par_crt()
707 control |= SM501_DC_CRT_CONTROL_SEL; /* CRT displays CRT data */ in sm501fb_set_par_crt()
708 control |= SM501_DC_CRT_CONTROL_TE; /* enable CRT timing */ in sm501fb_set_par_crt()
709 control |= SM501_DC_CRT_CONTROL_ENABLE; /* enable CRT plane */ in sm501fb_set_par_crt()
999 * Blank or un-blank the crt interface
1165 * device attribute code to show where the crt output is sourced from
1177 return sysfs_emit(buf, "%s\n", ctrl ? "crt" : "panel"); in sm501fb_crtsrc_show()
1182 * device attribute code to set where the crt output is sourced from
1196 if (strncasecmp(buf, "crt", 3) == 0) in sm501fb_crtsrc_store()
1203 dev_info(dev, "setting crt source to head %d\n", head); in sm501fb_crtsrc_store()
1246 * show the crt control and cursor registers
1868 static char driver_name_crt[] = "sm501fb-crt";
1874 unsigned char *name = (head == HEAD_CRT) ? "crt" : "panel"; in sm501fb_probe_one()
1997 dev_err(dev, "failed to probe CRT\n"); in sm501fb_probe()
2024 dev_err(dev, "failed to start CRT\n"); in sm501fb_probe()
2179 /* store crt control to resume with */ in sm501fb_suspend()
2202 /* restore the items we want to be saved for crt control */ in sm501fb_resume()