Lines Matching refs:AP_WAIT_NONE
533 case AP_WAIT_NONE: in ap_sm_wait()
541 return AP_WAIT_NONE; in ap_sm_nop()
607 return AP_WAIT_NONE; in ap_sm_read()
612 return AP_WAIT_NONE; in ap_sm_read()
615 return AP_WAIT_NONE; in ap_sm_read()
631 return AP_WAIT_NONE; in ap_sm_write()
666 return AP_WAIT_NONE; in ap_sm_write()
705 return AP_WAIT_NONE; in ap_sm_reset()
745 return AP_WAIT_NONE; in ap_sm_reset_wait()
783 return AP_WAIT_NONE; in ap_sm_setirq_wait()
891 enum ap_wait wait = AP_WAIT_NONE; in ap_tasklet_fn()
1233 while (ap_sm_event(ap_dev, AP_EVENT_POLL) != AP_WAIT_NONE) in ap_dev_suspend()