Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfb.h205 #define FB_ACTIVATE_ALL 64 /* change all VCs on this fb */ macro
/Linux-v5.4/drivers/video/fbdev/core/
Dfbmem.c940 caps.flags = (activate & FB_ACTIVATE_ALL) ? 1 : 0; in fb_check_caps()
1051 fbcon_update_vcs(info, activate & FB_ACTIVATE_ALL); in fb_set_var()