Searched refs:AP_EVENT_POLL (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/s390/crypto/ |
D | ap_queue.c | 393 [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 …]
|
D | ap_bus.h | 101 AP_EVENT_POLL, enumerator
|
D | ap_bus.c | 426 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()
|