Home
last modified time | relevance | path

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

/drivers/s390/cio/
Ddevice_fsm.c455 static void ccw_device_request_event(struct ccw_device *cdev, enum dev_event e) in ccw_device_request_event() function
1062 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1063 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1064 [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,
1080 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1081 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1082 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
[all …]