Searched refs:FB_IGNOREMON (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/video/ |
D | uvesafb.c | 745 fb_get_mode(FB_VSYNCTIMINGS | FB_IGNOREMON, 60, &var, info); in uvesafb_vbe_getmonspecs() 855 fb_get_mode(FB_VSYNCTIMINGS | FB_IGNOREMON, 60, in uvesafb_vbe_init_mode() 910 fb_get_mode(FB_VSYNCTIMINGS | FB_IGNOREMON, 60, in uvesafb_vbe_init_mode() 932 fb_get_mode(FB_VSYNCTIMINGS | FB_IGNOREMON, 60, in uvesafb_vbe_init_mode() 1358 fb_get_mode(FB_VSYNCTIMINGS | FB_IGNOREMON, 60, var, info); in uvesafb_check_limits()
|
D | fbmon.c | 393 fb_get_mode(FB_VSYNCTIMINGS | FB_IGNOREMON, in calc_mode_timings() 1326 switch (flags & ~FB_IGNOREMON) { in fb_get_mode() 1356 if (err || (!(flags & FB_IGNOREMON) && in fb_get_mode()
|
/linux-3.4.99/include/linux/ |
D | fb.h | 1086 #define FB_IGNOREMON 0x100 macro
|