Home
last modified time | relevance | path

Searched refs:FB_ACTIVATE_ALL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfb.h204 #define FB_ACTIVATE_ALL 64 /* change all VCs on this fb */ macro
/linux-4.1.27/drivers/video/fbdev/core/
Dfbmem.c930 caps.flags = (activate & FB_ACTIVATE_ALL) ? 1 : 0; in fb_check_caps()
1038 int evnt = (activate & FB_ACTIVATE_ALL) ? in fb_set_var()