Query: ccw_device_resume
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CCW_DEVICE_RESUME(9) The ccw bus CCW_DEVICE_RESUME(9)NAMEccw_device_resume - resume channel program executionSYNOPSISint ccw_device_resume(struct ccw_device * cdev);ARGUMENTScdev target ccw deviceDESCRIPTIONccw_device_resume calls rsch on cdev's subchannel.RETURNS0 on success, -ENODEV on device not operational, -EINVAL on invalid device state, -EBUSY on device busy or interrupt pending.CONTEXTInterrupts disabled, ccw device lock heldAUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CCW_DEVICE_RESUME(9)