Searched refs:ccw_device_clear (Results 1 – 9 of 9) sorted by relevance
194 extern int ccw_device_clear(struct ccw_device *, unsigned long);
138 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() function790 EXPORT_SYMBOL(ccw_device_clear);
1190 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_shutdown()
441 ccw_device_clear() - Terminage I/O Request Processing444 (CSCH) command is used. It can be issued via ccw_device_clear().446 ccw_device_clear() must be called disabled and with the ccw device lock held.448 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm);453 The ccw_device_clear() function returns:
302 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
247 rc = ccw_device_clear(rp->cdev, (long) rq); in __raw3270_halt_io()
524 rc = ccw_device_clear(channel->ccwdev, (addr_t) channel); in lcs_clear_channel()
1565 rc = ccw_device_clear(channel->ccwdev, QETH_CLEAR_CHANNEL_PARM); in qeth_clear_channel()
1308 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()