Searched refs:get_framebuffer (Results 1 – 2 of 2) sorted by relevance
95 static int get_framebuffer(int *fd, char **fb, int *width, int *height) in get_framebuffer() function273 if (get_framebuffer(&fb_fd, &fb, &width, &height)) { in main()
52 static int get_framebuffer(struct simple_fb *fb, unsigned bpp) in get_framebuffer() function154 gr_fb_fd = get_framebuffer(gr_fbs, bpp); in gr_init()