Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Ddevice_fsm.c416 static void ccw_device_request_event(struct ccw_device *cdev, enum dev_event e) in ccw_device_request_event() function
1038 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1039 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1040 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
1050 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1051 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1052 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
1068 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1069 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1070 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
[all …]