Searched refs:AP_EVENT_POLL (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.c | 792 [AP_EVENT_POLL] = ap_sm_reset, 796 [AP_EVENT_POLL] = ap_sm_reset_wait, 800 [AP_EVENT_POLL] = ap_sm_setirq_wait, 804 [AP_EVENT_POLL] = ap_sm_write, 808 [AP_EVENT_POLL] = ap_sm_read_write, 812 [AP_EVENT_POLL] = ap_sm_read, 816 [AP_EVENT_POLL] = ap_sm_read, 820 [AP_EVENT_POLL] = ap_sm_nop, 903 wait = min(wait, ap_sm_event_loop(ap_dev, AP_EVENT_POLL)); in ap_tasklet_fn() 988 ap_sm_wait(ap_sm_event_loop(ap_dev, AP_EVENT_POLL)); in ap_queue_message() [all …]
|
D | ap_bus.h | 144 AP_EVENT_POLL, enumerator
|