Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dccwdev.h195 extern int ccw_device_clear(struct ccw_device *, unsigned long);
/Linux-v4.19/drivers/s390/cio/
Ddevice_ops.c139 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() function
705 EXPORT_SYMBOL(ccw_device_clear);
Dqdio_main.c1187 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_shutdown()
/Linux-v4.19/Documentation/s390/
Dcds.txt441 ccw_device_clear() - Terminage I/O Request Processing
444 (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:
/Linux-v4.19/drivers/s390/char/
Dtape_core.c303 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
/Linux-v4.19/drivers/s390/net/
Dlcs.c507 rc = ccw_device_clear(channel->ccwdev, (addr_t) channel); in lcs_clear_channel()
Dqeth_core_main.c1536 rc = ccw_device_clear(channel->ccwdev, QETH_CLEAR_CHANNEL_PARM); in qeth_clear_channel()
/Linux-v4.19/drivers/s390/block/
Ddasd.c1325 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()