Searched refs:AP_EVENT_POLL (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/s390/crypto/ |
D | ap_queue.c | 397 [AP_EVENT_POLL] = ap_sm_reset, 401 [AP_EVENT_POLL] = ap_sm_reset_wait, 405 [AP_EVENT_POLL] = ap_sm_setirq_wait, 409 [AP_EVENT_POLL] = ap_sm_write, 413 [AP_EVENT_POLL] = ap_sm_read_write, 417 [AP_EVENT_POLL] = ap_sm_read, 421 [AP_EVENT_POLL] = ap_sm_suspend_read, 425 [AP_EVENT_POLL] = ap_sm_nop, 429 [AP_EVENT_POLL] = ap_sm_nop, 433 [AP_EVENT_POLL] = ap_sm_nop, [all …]
|
D | ap_bus.h | 105 AP_EVENT_POLL, enumerator
|
D | ap_bus.c | 443 wait = min(wait, ap_sm_event_loop(aq, AP_EVENT_POLL)); in ap_tasklet_fn()
|