Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dccwdev.h201 int ccw_device_tm_start(struct ccw_device *, struct tcw *,
/linux-4.4.14/drivers/s390/cio/
Ddevice_ops.c571 int ccw_device_tm_start(struct ccw_device *cdev, struct tcw *tcw, in ccw_device_tm_start() function
577 EXPORT_SYMBOL(ccw_device_tm_start);
/linux-4.4.14/drivers/s390/block/
Ddasd.c1406 rc = ccw_device_tm_start(device->cdev, cqr->cpaddr, in dasd_start_IO()