Searched refs:ccw_device_clear (Results 1 – 8 of 8) sorted by relevance
185 extern int ccw_device_clear(struct ccw_device *, unsigned long);
137 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() function851 EXPORT_SYMBOL(ccw_device_clear);
828 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
491 ccw_device_clear() - Terminage I/O Request Processing494 (CSCH) command is used. It can be issued via ccw_device_clear().496 ccw_device_clear() must be called disabled and with the ccw device lock held.500 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm);507 The ccw_device_clear() function returns:
303 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
508 rc = ccw_device_clear(channel->ccwdev, 0); in lcs_clear_channel()
1594 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
1338 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()