Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h185 extern int ccw_device_resume(struct ccw_device *);
/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c405 int ccw_device_resume(struct ccw_device *cdev) in ccw_device_resume() function
853 EXPORT_SYMBOL(ccw_device_resume);
/openbmc/linux/Documentation/arch/s390/
H A 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:
/openbmc/linux/drivers/s390/net/
H A Dlcs.c622 rc = ccw_device_resume(channel->ccwdev); in __lcs_resume_channel()