Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/cio/
Ddevice_fsm.c296 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() function
323 if (ccw_device_notify(cdev, CIO_OPER) == NOTIFY_OK) { in ccw_device_oper_notify()
360 ccw_device_notify(cdev, CIO_BOXED) != NOTIFY_OK) in ccw_device_done()
367 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_done()
377 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) { in ccw_device_done()
641 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_generic_notoper()
Ddevice.h133 int ccw_device_notify(struct ccw_device *, int);
Ddevice.c1406 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in sch_get_action()
1414 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in sch_get_action()
1419 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) in sch_get_action()
1928 if (ccw_device_notify(cdev, CIO_BOXED) == NOTIFY_OK) in resume_handle_boxed()
1937 if (ccw_device_notify(cdev, CIO_GONE) == NOTIFY_OK) in resume_handle_disc()
1992 if (ccw_device_notify(cdev, CIO_OPER) == NOTIFY_BAD) { in ccw_device_pm_restore()