Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dccwdev.h183 extern int ccw_device_resume(struct ccw_device *);
/linux-6.1.9/drivers/s390/cio/
Ddevice_ops.c405 int ccw_device_resume(struct ccw_device *cdev) in ccw_device_resume() function
853 EXPORT_SYMBOL(ccw_device_resume);
/linux-6.1.9/Documentation/s390/
Dcds.rst69 ccw_device_resume()
418 ccw_device_resume() - Resume Channel Program Execution
423 provides the ccw_device_resume() routine.
427 int ccw_device_resume(struct ccw_device *cdev);
433 The ccw_device_resume() function returns:
/linux-6.1.9/drivers/s390/net/
Dlcs.c627 rc = ccw_device_resume(channel->ccwdev); in __lcs_resume_channel()