Home
last modified time | relevance | path

Searched refs:ccw_device_tm_start (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h194 int ccw_device_tm_start(struct ccw_device *, struct tcw *,
/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c605 int ccw_device_tm_start(struct ccw_device *cdev, struct tcw *tcw, in ccw_device_tm_start() function
611 EXPORT_SYMBOL(ccw_device_tm_start);
/openbmc/linux/drivers/s390/block/
H A Ddasd.c1409 rc = ccw_device_tm_start(device->cdev, cqr->cpaddr, in dasd_start_IO()