Searched refs:ccw_device_clear (Results 1 – 9 of 9) sorted by relevance
193 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() function771 EXPORT_SYMBOL(ccw_device_clear);
1258 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:
303 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
229 rc = ccw_device_clear(rp->cdev, (long) rq); in raw3270_halt_io_nolock()
528 rc = ccw_device_clear(channel->ccwdev, (addr_t) channel); in lcs_clear_channel()
1500 rc = ccw_device_clear(channel->ccwdev, QETH_CLEAR_CHANNEL_PARM); in qeth_clear_channel()
1341 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()