Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/cio/
Ddevice_fsm.c410 static void ccw_device_request_event(struct ccw_device *cdev, enum dev_event e) in ccw_device_request_event() function
1035 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1036 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1037 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
1047 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1048 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1049 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
1065 [DEV_EVENT_NOTOPER] = ccw_device_request_event,
1066 [DEV_EVENT_INTERRUPT] = ccw_device_request_event,
1067 [DEV_EVENT_TIMEOUT] = ccw_device_request_event,
[all …]