Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dccwdev.h193 extern int ccw_device_clear(struct ccw_device *, unsigned long);
/linux-3.4.99/drivers/s390/cio/
Ddevice_ops.c138 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() function
771 EXPORT_SYMBOL(ccw_device_clear);
Dqdio_main.c1258 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_shutdown()
/linux-3.4.99/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-3.4.99/drivers/s390/char/
Dtape_core.c303 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
Draw3270.c229 rc = ccw_device_clear(rp->cdev, (long) rq); in raw3270_halt_io_nolock()
/linux-3.4.99/drivers/s390/net/
Dlcs.c528 rc = ccw_device_clear(channel->ccwdev, (addr_t) channel); in lcs_clear_channel()
Dqeth_core_main.c1500 rc = ccw_device_clear(channel->ccwdev, QETH_CLEAR_CHANNEL_PARM); in qeth_clear_channel()
/linux-3.4.99/drivers/s390/block/
Ddasd.c1341 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()