Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h187 extern int ccw_device_clear(struct ccw_device *, unsigned long);
/openbmc/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
851 EXPORT_SYMBOL(ccw_device_clear);
H A Dqdio_main.c846 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
/openbmc/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:
/openbmc/linux/drivers/s390/char/
H A Dtape_core.c303 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
/openbmc/linux/drivers/s390/net/
H A Dlcs.c503 rc = ccw_device_clear(channel->ccwdev, 0); in lcs_clear_channel()
H A Dqeth_core_main.c1675 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
/openbmc/linux/drivers/s390/block/
H A Ddasd.c1314 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()