Home
last modified time | relevance | path

Searched refs:ccw_device_clear (Results 1 – 7 of 7) sorted by relevance

/linux/arch/s390/include/asm/
H A Dccwdev.h187 extern int ccw_device_clear(struct ccw_device *, unsigned long);
/linux/Documentation/arch/s390/
H A Dcds.rst491 ccw_device_clear() - Terminage I/O Request Processing
494 (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:
/linux/drivers/s390/cio/
H A Ddevice_ops.c137 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() function
860 EXPORT_SYMBOL(ccw_device_clear);
H A Dqdio_main.c846 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
/linux/drivers/s390/char/
H A Dtape_core.c302 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
/linux/drivers/s390/block/
H A Ddasd.c1282 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()
/linux/drivers/s390/net/
H A Dqeth_core_main.c1674 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()