Searched refs:fb_dev (Results 1 – 3 of 3) sorted by relevance
/xen/stubdom/grub/ |
A D | mini-os.c | 417 struct fbfront_dev *fb_dev; variable 679 fb_dev = init_fbfront(NULL, mfns, width, height, depth, linesize, numpages); in fb_open() 682 if (!fb_dev) in fb_open() 689 return fb_dev; in fb_open() 701 shutdown_fbfront(fb_dev); in fb_close() 702 fb_dev = NULL; in fb_close()
|
A D | mini-os.h | 5 extern struct fbfront_dev *fb_dev;
|
/xen/stubdom/grub.patches/ |
A D | 99minios | 1044 +static struct fbfront_dev *fb_dev; 1146 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); 1152 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); 1155 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); 1158 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); 1166 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); 1174 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); 1177 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); 1183 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); 1191 + fbfront_update(fb_dev, cursorX, cursorY, 8, 16); [all …]
|
Completed in 5 milliseconds