Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dccwdev.h193 extern int ccw_device_resume(struct ccw_device *);
/Linux-v4.19/drivers/s390/cio/
Ddevice_ops.c394 int ccw_device_resume(struct ccw_device *cdev) in ccw_device_resume() function
707 EXPORT_SYMBOL(ccw_device_resume);
/Linux-v4.19/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-v4.19/drivers/s390/net/
Dlcs.c626 rc = ccw_device_resume(channel->ccwdev); in __lcs_resume_channel()