Lines Matching refs:ccwdev

450 	rc = ccw_device_start(channel->ccwdev, ccw, (addr_t) iob, 0, 0);  in __qeth_issue_next_read()
1198 if (card->read.ccwdev == cdev) { in qeth_irq()
1201 } else if (card->write.ccwdev == cdev) { in qeth_irq()
1256 dev_warn(&channel->ccwdev->dev, in qeth_irq()
1260 CCW_DEVID(channel->ccwdev), cstat, in qeth_irq()
1468 struct ccw_device *ccwdev; in qeth_update_from_chp_desc() local
1473 ccwdev = card->data.ccwdev; in qeth_update_from_chp_desc()
1474 chp_dsc = ccw_device_get_chp_desc(ccwdev, 0); in qeth_update_from_chp_desc()
1637 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_clear_channel()
1638 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
1639 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_clear_channel()
1659 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_halt_channel()
1660 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
1661 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_halt_channel()
1676 struct ccw_device *cdev = channel->ccwdev; in qeth_stop_channel()
1694 struct ccw_device *cdev = channel->ccwdev; in qeth_start_channel()
2021 spin_lock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_send_control_data()
2022 rc = ccw_device_start_timeout(channel->ccwdev, __ccw_from_cmd(iob), in qeth_send_control_data()
2024 spin_unlock_irq(get_ccwdev_lock(channel->ccwdev)); in qeth_send_control_data()
2106 ciw = ccw_device_get_ciw(channel->ccwdev, CIW_TYPE_RCD); in qeth_read_conf_data()
2142 dev_err(&channel->ccwdev->dev, in qeth_idx_check_activate_response()
2147 dev_err(&channel->ccwdev->dev, in qeth_idx_check_activate_response()
2152 CCW_DEVID(channel->ccwdev)); in qeth_idx_check_activate_response()
2174 CCW_DEVID(channel->ccwdev), in qeth_idx_activate_read_channel_cb()
2209 CCW_DEVID(channel->ccwdev), in qeth_idx_activate_write_channel_cb()
3784 static void qeth_qdio_input_handler(struct ccw_device *ccwdev, in qeth_qdio_input_handler() argument
3798 static void qeth_qdio_output_handler(struct ccw_device *ccwdev, in qeth_qdio_output_handler() argument
4971 struct ccw_device *ddev = channel->ccwdev; in qeth_determine_capabilities()