Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/s390/
Dcds.txt69 ccw_device_halt()
157 ccw_device_halt() function. Some devices require to initially issue a HALT
159 also covered by ccw_device_halt().
406 ccw_device_halt() - Halt I/O Request Processing
410 a halt subchannel (HSCH) I/O command. For those purposes the ccw_device_halt()
413 ccw_device_halt() must be called disabled and with the ccw device lock held.
415 int ccw_device_halt(struct ccw_device *cdev,
423 The ccw_device_halt() function returns :
438 read to a network device (with or without PCI flag) a ccw_device_halt()
451 intparm: interruption parameter (see ccw_device_halt())
/linux-4.1.27/arch/s390/include/asm/
Dccwdev.h193 extern int ccw_device_halt(struct ccw_device *, unsigned long);
/linux-4.1.27/drivers/s390/cio/
Ddevice_ops.c363 int ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) in ccw_device_halt() function
791 EXPORT_SYMBOL(ccw_device_halt);
Dqdio_main.c1193 rc = ccw_device_halt(cdev, QDIO_DOING_CLEANUP); in qdio_shutdown()
/linux-4.1.27/drivers/s390/net/
Dctcm_fsms.c639 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_start()
674 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_haltio()
801 int rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_setuperr()
853 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_restart()
949 ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_rxdisc()
950 ccw_device_halt(ch2->cdev, (unsigned long)ch2); in ctcm_chx_rxdisc()
Dlcs.c552 rc = ccw_device_halt(channel->ccwdev, (addr_t) channel); in lcs_stop_channel()
1456 ccw_device_halt(channel->ccwdev, (addr_t) channel); in lcs_irq()
Dqeth_core_main.c1589 rc = ccw_device_halt(channel->ccwdev, QETH_HALT_CHANNEL_PARM); in qeth_halt_channel()
/linux-4.1.27/drivers/s390/char/
Draw3270.c245 rc = ccw_device_halt(rp->cdev, (long) rq); in __raw3270_halt_io()