Searched refs:ccw_device_resume (Results 1 – 4 of 4) sorted by relevance
192 extern int ccw_device_resume(struct ccw_device *);
398 int ccw_device_resume(struct ccw_device *cdev) in ccw_device_resume() function792 EXPORT_SYMBOL(ccw_device_resume);
66 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:
643 rc = ccw_device_resume(channel->ccwdev); in __lcs_resume_channel()