Searched refs:FB_FORCE (Results 1 – 2 of 2) sorted by relevance
84 #define FB_FORCE 0x00000001 /* force device into /dev/fb */ macro86 #define FB_USERMASK (FB_FORCE) /* flags that the user can set */
169 if ((fb->fb_flags & FB_FORCE || (isconsole && !seen_force)) && in fb_attach()186 if (fb->fb_flags & FB_FORCE) in fb_attach()