Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
A Ddevice_fsm.c290 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() function
317 if (ccw_device_notify(cdev, CIO_OPER) == NOTIFY_OK) { in ccw_device_oper_notify()
354 ccw_device_notify(cdev, CIO_BOXED) != NOTIFY_OK) in ccw_device_done()
361 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_done()
371 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) { in ccw_device_done()
635 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_generic_notoper()
A Ddevice.h133 int ccw_device_notify(struct ccw_device *, int);
A Ddevice.c1400 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in sch_get_action()
1408 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in sch_get_action()
1413 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) in sch_get_action()

Completed in 8 milliseconds