Lines Matching refs:cdev
309 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in chx_txdone()
419 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in chx_rx()
480 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in chx_firstio()
529 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in chx_rxidle()
569 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_setmode()
573 rc = ccw_device_start(ch->cdev, &ch->ccw[6], in ctcm_chx_setmode()
576 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_setmode()
638 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_start()
639 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_start()
640 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_start()
669 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_haltio()
674 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_haltio()
677 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_haltio()
801 int rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_setuperr()
849 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_restart()
853 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_restart()
855 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); 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()
1035 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_txretry()
1043 rc = ccw_device_start(ch->cdev, &ch->ccw[3], in ctcm_chx_txretry()
1046 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), in ctcm_chx_txretry()
1363 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in ctcmpc_chx_txdone()
1464 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rx()
1465 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in ctcmpc_chx_rx()
1469 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rx()
1571 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rxidle()
1572 rc = ccw_device_start(ch->cdev, &ch->ccw[0], in ctcmpc_chx_rxidle()
1576 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rxidle()
1825 spin_lock_irqsave(get_ccwdev_lock(wch->cdev), saveflags); in ctcmpc_chx_send_sweep()
1827 rc = ccw_device_start(wch->cdev, &wch->ccw[3], in ctcmpc_chx_send_sweep()
1829 spin_unlock_irqrestore(get_ccwdev_lock(wch->cdev), saveflags); in ctcmpc_chx_send_sweep()