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

/linux-master/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)
234 if (fbi->task_state == C_ENABLE && state == C_REENABLE)
237 state = C_REENABLE;
710 sa1100fb_schedule_work(fbi, C_REENABLE);
876 if (old_state == C_STARTUP && state == C_REENABLE)
917 case C_REENABLE:
H A Dpxafb.c115 * 1. When we are changing VT (C_REENABLE) while unblanking
122 if (fbi->task_state == C_ENABLE && state == C_REENABLE)
125 state = C_REENABLE;
1399 pxafb_schedule_work(fbi, C_REENABLE);
1550 if (old_state == C_STARTUP && state == C_REENABLE)
1592 case C_REENABLE:

Completed in 125 milliseconds