Searched refs:ccw_device_resume (Results 1 – 4 of 4) sorted by relevance
185 extern int ccw_device_resume(struct ccw_device *);
405 int ccw_device_resume(struct ccw_device *cdev) in ccw_device_resume() function853 EXPORT_SYMBOL(ccw_device_resume);
69 ccw_device_resume()418 ccw_device_resume() - Resume Channel Program Execution423 provides the ccw_device_resume() routine.427 int ccw_device_resume(struct ccw_device *cdev);433 The ccw_device_resume() function returns:
622 rc = ccw_device_resume(channel->ccwdev); in __lcs_resume_channel()