Searched refs:ccw_device_resume (Results 1 – 3 of 3) sorted by relevance
185 extern int ccw_device_resume(struct ccw_device *);
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:
620 rc = ccw_device_resume(channel->ccwdev); in __lcs_resume_channel()