Searched refs:ccw_device_notify (Results 1 – 2 of 2) sorted by relevance
286 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() function313 if (ccw_device_notify(cdev, CIO_OPER) == NOTIFY_OK) { in ccw_device_oper_notify()350 ccw_device_notify(cdev, CIO_BOXED) != NOTIFY_OK) in ccw_device_done()357 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_done()367 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) { in ccw_device_done()636 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_generic_notoper()
133 int ccw_device_notify(struct ccw_device *, int);