Searched refs:ccw_device_halt (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ccwdev.h | 195 extern int ccw_device_halt(struct ccw_device *, unsigned long);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ccwdev.h | 186 extern int ccw_device_halt(struct ccw_device *, unsigned long);
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device_ops.c | 182 * ccw_device_halt() or ccw_device_clear(). 262 * ccw_device_halt() or ccw_device_clear(). 296 * ccw_device_halt() or ccw_device_clear(). 334 * ccw_device_halt() or ccw_device_clear(). 354 * ccw_device_halt() - halt I/O request processing 358 * ccw_device_halt() calls hsch on @cdev's subchannel. 370 int ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) in ccw_device_halt() function 852 EXPORT_SYMBOL(ccw_device_halt); variable
|
H A D | qdio_main.c | 1043 rc = ccw_device_halt(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_ops.c | 182 * ccw_device_halt() or ccw_device_clear(). 262 * ccw_device_halt() or ccw_device_clear(). 296 * ccw_device_halt() or ccw_device_clear(). 334 * ccw_device_halt() or ccw_device_clear(). 354 * ccw_device_halt() - halt I/O request processing 358 * ccw_device_halt() calls hsch on @cdev's subchannel. 370 int ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) in ccw_device_halt() function 852 EXPORT_SYMBOL(ccw_device_halt); variable
|
H A D | qdio_main.c | 831 rc = ccw_device_halt(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_fsms.c | 635 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_start() 670 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_haltio() 797 int rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_setuperr() 849 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_restart() 945 ccw_device_halt(ch->cdev, 0); in ctcm_chx_rxdisc() 946 ccw_device_halt(ch2->cdev, 0); in ctcm_chx_rxdisc()
|
H A D | lcs.c | 535 rc = ccw_device_halt(channel->ccwdev, 0); in lcs_stop_channel() 1430 ccw_device_halt(channel->ccwdev, 0); in lcs_irq()
|
H A D | qeth_core_main.c | 1717 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_fsms.c | 635 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_start() 670 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_haltio() 797 int rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_setuperr() 849 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_restart() 945 ccw_device_halt(ch->cdev, 0); in ctcm_chx_rxdisc() 946 ccw_device_halt(ch2->cdev, 0); in ctcm_chx_rxdisc()
|
H A D | lcs.c | 531 rc = ccw_device_halt(channel->ccwdev, 0); in lcs_stop_channel() 1426 ccw_device_halt(channel->ccwdev, 0); in lcs_irq()
|
H A D | qeth_core_main.c | 1660 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
|
Completed in 48 milliseconds