Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dccwdev.h192 extern int ccw_device_resume(struct ccw_device *);
/linux-4.1.27/drivers/s390/cio/
Ddevice_ops.c398 int ccw_device_resume(struct ccw_device *cdev) in ccw_device_resume() function
792 EXPORT_SYMBOL(ccw_device_resume);
/linux-4.1.27/Documentation/s390/
Dcds.txt66 ccw_device_resume()
383 ccw_device_resume() - Resume Channel Program Execution
388 provides the ccw_device_resume() routine.
390 int ccw_device_resume(struct ccw_device *cdev);
394 The ccw_device_resume() function returns:
/linux-4.1.27/drivers/s390/net/
Dlcs.c643 rc = ccw_device_resume(channel->ccwdev); in __lcs_resume_channel()