Searched refs:ccw_device_clear (Results 1 – 5 of 5) sorted by relevance
187 extern int ccw_device_clear(struct ccw_device *, unsigned long);
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:
501 rc = ccw_device_clear(channel->ccwdev, 0); in lcs_clear_channel()
1675 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
1324 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()