Home
last modified time | relevance | path

Searched refs:AP_EVENT_POLL (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/s390/crypto/
Dap_queue.c393 [AP_EVENT_POLL] = ap_sm_reset,
397 [AP_EVENT_POLL] = ap_sm_reset_wait,
401 [AP_EVENT_POLL] = ap_sm_setirq_wait,
405 [AP_EVENT_POLL] = ap_sm_write,
409 [AP_EVENT_POLL] = ap_sm_read_write,
413 [AP_EVENT_POLL] = ap_sm_read,
417 [AP_EVENT_POLL] = ap_sm_suspend_read,
421 [AP_EVENT_POLL] = ap_sm_nop,
450 while (ap_sm_event(aq, AP_EVENT_POLL) != AP_WAIT_NONE) in ap_queue_suspend()
627 ap_wait(ap_sm_event(aq, AP_EVENT_POLL)); in ap_queue_init_reply()
[all …]
Dap_bus.h101 AP_EVENT_POLL, enumerator
Dap_bus.c426 wait = min(wait, ap_sm_event_loop(aq, AP_EVENT_POLL)); in ap_tasklet_fn()
1450 ap_wait(ap_sm_event(aq, AP_EVENT_POLL)); in ap_scan_bus()