Lines Matching refs:ap_wait
122 static enum ap_wait ap_sm_nop(struct ap_queue *aq) in ap_sm_nop()
177 static enum ap_wait ap_sm_read(struct ap_queue *aq) in ap_sm_read()
211 static enum ap_wait ap_sm_suspend_read(struct ap_queue *aq) in ap_sm_suspend_read()
234 static enum ap_wait ap_sm_write(struct ap_queue *aq) in ap_sm_write()
283 static enum ap_wait ap_sm_read_write(struct ap_queue *aq) in ap_sm_read_write()
294 static enum ap_wait ap_sm_reset(struct ap_queue *aq) in ap_sm_reset()
322 static enum ap_wait ap_sm_reset_wait(struct ap_queue *aq) in ap_sm_reset_wait()
361 static enum ap_wait ap_sm_setirq_wait(struct ap_queue *aq) in ap_sm_setirq_wait()
438 enum ap_wait ap_sm_event(struct ap_queue *aq, enum ap_event event) in ap_sm_event()
443 enum ap_wait ap_sm_event_loop(struct ap_queue *aq, enum ap_event event) in ap_sm_event_loop()
445 enum ap_wait wait; in ap_sm_event_loop()
565 ap_wait(ap_sm_event(aq, AP_EVENT_POLL)); in reset_store()
657 ap_wait(ap_sm_event(aq, AP_EVENT_POLL)); in ap_queue_init_reply()
681 ap_wait(ap_sm_event_loop(aq, AP_EVENT_POLL)); in ap_queue_message()
778 ap_wait(ap_sm_event(aq, AP_EVENT_POLL)); in ap_queue_reinit_state()