Searched refs:S_IDLE (Results 1 – 3 of 3) sorted by relevance
192 S_IDLE, /* wait for poll */ enumerator 478 case S_IDLE: in acts_timeout() 615 up->state = S_IDLE; in acts_close() 620 up->state = S_IDLE; in acts_close() 672 if (S_IDLE == up->state) { in acts_poll() 674 acts_timeout(peer, S_IDLE); in acts_poll() 702 acts_timeout(peer, S_IDLE); in acts_timer()
2400 S_IDLE, S_PROXY, S_FIRST, S_DOWN, S_UP enumerator2408 static k_status status = S_IDLE; in kidspad()2440 status = S_IDLE; in kidspad()2441 else if (status == S_IDLE) { /* pen is newly near the tablet */ in kidspad()2470 static k_status status = S_IDLE; in gtco_digipad()2505 status = S_IDLE; in gtco_digipad()2506 else if (status == S_IDLE) { /* pen is newly near the tablet */ in gtco_digipad()
69161 #define S_IDLE 29 macro69162 #define V_IDLE(x) ((x) << S_IDLE)