Home
last modified time | relevance | path

Searched refs:ccw_device_clear (Results 1 – 5 of 5) 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/net/
H A Dlcs.c501 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()
/linux/drivers/s390/block/
H A Ddasd.c1324 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()