Home
last modified time | relevance | path

Searched refs:C_REENABLE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsa1100fb.h89 #define C_REENABLE (4) macro
H A Dpxafb.h185 #define C_REENABLE (4) macro
H A Dsa1100fb.c230 * 1. When we are changing VT (C_REENABLE) while unblanking (C_ENABLE) in sa1100fb_schedule_work()
235 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in sa1100fb_schedule_work()
238 state = C_REENABLE; in sa1100fb_schedule_work()
710 sa1100fb_schedule_work(fbi, C_REENABLE); in sa1100fb_activate_var()
876 if (old_state == C_STARTUP && state == C_REENABLE) in set_ctrlr_state()
917 case C_REENABLE: in set_ctrlr_state()
H A Dpxafb.c115 * 1. When we are changing VT (C_REENABLE) while unblanking in pxafb_schedule_work()
122 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in pxafb_schedule_work()
125 state = C_REENABLE; in pxafb_schedule_work()
1402 pxafb_schedule_work(fbi, C_REENABLE); in pxafb_activate_var()
1553 if (old_state == C_STARTUP && state == C_REENABLE) in set_ctrlr_state()
1595 case C_REENABLE: in set_ctrlr_state()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsa1100fb.h89 #define C_REENABLE (4) macro
H A Dpxafb.h185 #define C_REENABLE (4) macro
H A Dsa1100fb.c229 * 1. When we are changing VT (C_REENABLE) while unblanking (C_ENABLE) in sa1100fb_schedule_work()
234 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in sa1100fb_schedule_work()
237 state = C_REENABLE; in sa1100fb_schedule_work()
709 sa1100fb_schedule_work(fbi, C_REENABLE); in sa1100fb_activate_var()
875 if (old_state == C_STARTUP && state == C_REENABLE) in set_ctrlr_state()
916 case C_REENABLE: in set_ctrlr_state()
H A Dpxafb.c115 * 1. When we are changing VT (C_REENABLE) while unblanking in pxafb_schedule_work()
122 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in pxafb_schedule_work()
125 state = C_REENABLE; in pxafb_schedule_work()
1399 pxafb_schedule_work(fbi, C_REENABLE); in pxafb_activate_var()
1550 if (old_state == C_STARTUP && state == C_REENABLE) in set_ctrlr_state()
1592 case C_REENABLE: in set_ctrlr_state()

Completed in 11 milliseconds