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
1024 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1025 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1026 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
1030 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1031 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1032 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
1042 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1043 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1044 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
[all …]