Home
last modified time | relevance | path

Searched refs:ccw_device_start_timeout (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dccwdev.h183 extern int ccw_device_start_timeout(struct ccw_device *, struct ccw1 *,
/linux-4.1.27/drivers/s390/cio/
Ddevice_ops.c337 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout() function
793 EXPORT_SYMBOL(ccw_device_start_timeout);
/linux-4.1.27/Documentation/s390/
Dcds.txt61 ccw_device_start_timeout()
194 int ccw_device_start_timeout(struct ccw_device *cdev,
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c1702 ret = ccw_device_start_timeout(channel->ccwdev, &channel->ccw, in qeth_read_conf_data()