Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Ddevice_fsm.c285 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() function
312 if (ccw_device_notify(cdev, CIO_OPER) == NOTIFY_OK) { in ccw_device_oper_notify()
349 ccw_device_notify(cdev, CIO_BOXED) != NOTIFY_OK) in ccw_device_done()
356 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_done()
366 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) { in ccw_device_done()
630 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_generic_notoper()
H A Ddevice.h133 int ccw_device_notify(struct ccw_device *, int);
H A Ddevice.c1401 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in sch_get_action()
1409 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in sch_get_action()
1414 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) in sch_get_action()