Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Ddevice_fsm.c411 static void ccw_device_request_event(struct ccw_device *cdev, enum dev_event e) in ccw_device_request_event() function
1041 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1042 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1043 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
1053 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1054 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1055 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
1071 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1072 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1073 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
[all …]