Searched refs:ccw_device_notify (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/s390/cio/ |
D | device_fsm.c | 284 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() function 311 if (ccw_device_notify(cdev, CIO_OPER) == NOTIFY_OK) { in ccw_device_oper_notify() 348 ccw_device_notify(cdev, CIO_BOXED) != NOTIFY_OK) in ccw_device_done() 355 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_done() 365 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) { in ccw_device_done() 629 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_generic_notoper()
|
D | device.h | 133 int ccw_device_notify(struct ccw_device *, int);
|
D | device.c | 1386 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in sch_get_action() 1394 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in sch_get_action() 1399 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) in sch_get_action()
|