1CCW_DEVICE_RESUME(9) The ccw bus CCW_DEVICE_RESUME(9)
2
3
4
6 ccw_device_resume - resume channel program execution
7
9 int ccw_device_resume(struct ccw_device * cdev);
10
12 cdev
13 target ccw device
14
16 ccw_device_resume calls rsch on cdev's subchannel.
17
19 0 on success, -ENODEV on device not operational, -EINVAL on invalid
20 device state, -EBUSY on device busy or interrupt pending.
21
23 Interrupts disabled, ccw device lock held
24
26 Cornelia Huck <cornelia.huck@de.ibm.com>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 CCW_DEVICE_RESUME(9)