Searched defs:s3c_fb_enable (Results 1 - 1 of 1) sorted by relevance

/drivers/video/
H A Ds3c-fb.c449 * s3c_fb_enable() - Set the state of the main LCD output
453 static void s3c_fb_enable(struct s3c_fb *sfb, int enable) function
555 s3c_fb_enable(sfb, 1);
893 * s3c_fb_enable(sfb, sfb->enabled ? 1 : 0);
901 s3c_fb_enable(sfb, blank_mode != FB_BLANK_POWERDOWN ? 1 : 0);

Completed in 11 milliseconds