1. NAME▲
ccw_device_resume - resume channel program execution
2. SYNOPSIS ▲
int ccw_device_resume(struct ccw_device * cdev );
3. ARGUMENTS ▲
cdev
target ccw device
4. DESCRIPTION ▲
ccw_device_resume calls rsch on cdevAqs subchannel.
5. RETURNS ▲
0 on success, -ENODEV on device not operational, -EINVAL on invalid device state, -EBUSY on device busy or interrupt pending.
6. CONTEXT ▲
Interrupts disabled, ccw device lock held
7. AUTHOR ▲
Cornelia Huck <>
Author.
8. COPYRIGHT ▲