Home
last modified time | relevance | path

Searched refs:ccw_device_get_schid (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Dqdio_main.c757 ccw_device_get_schid(cdev, &schid); in qdio_int_handler()
831 ccw_device_get_schid(cdev, &schid); in qdio_get_ssqd_desc()
882 ccw_device_get_schid(cdev, &schid); in qdio_shutdown()
926 ccw_device_get_schid(cdev, &schid); in qdio_free()
957 ccw_device_get_schid(cdev, &schid); in qdio_allocate()
1049 ccw_device_get_schid(cdev, &schid); in qdio_establish()
1151 ccw_device_get_schid(cdev, &schid); in qdio_activate()
H A Ddevice_ops.c705 void ccw_device_get_schid(struct ccw_device *cdev, struct subchannel_id *schid) in ccw_device_get_schid() function
711 EXPORT_SYMBOL_GPL(ccw_device_get_schid);
731 ccw_device_get_schid(cdev, &schid); in ccw_device_pnso()
H A Dqdio_setup.c370 ccw_device_get_schid(cdev, &irq_ptr->schid); in qdio_setup_irq()
/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h226 extern void ccw_device_get_schid(struct ccw_device *, struct subchannel_id *);
/openbmc/linux/drivers/s390/block/
H A Ddasd_ioctl.c525 ccw_device_get_schid(cdev, &sch_id); in __dasd_ioctl_information()
H A Ddasd_eckd.c1024 ccw_device_get_schid(device->cdev, &sch_id); in dasd_eckd_store_conf_data()
/openbmc/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c400 ccw_device_get_schid(vcdev->cdev, &schid); in virtio_ccw_do_kvm_notify()