Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dccwdev.h192 int ccw_device_tm_start(struct ccw_device *, struct tcw *,
/linux-5.19.10/drivers/s390/cio/
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);
/linux-5.19.10/drivers/s390/block/
Ddasd.c1433 rc = ccw_device_tm_start(device->cdev, cqr->cpaddr, in dasd_start_IO()