1CCW_DEVICE_RESUME(9)              The ccw bus             CCW_DEVICE_RESUME(9)
2
3
4

NAME

6       ccw_device_resume - resume channel program execution
7

SYNOPSIS

9       int ccw_device_resume(struct ccw_device * cdev);
10

ARGUMENTS

12       cdev
13           target ccw device
14

DESCRIPTION

16       ccw_device_resume calls rsch on cdev's subchannel.
17

RETURNS

19       0 on success, -ENODEV on device not operational, -EINVAL on invalid
20       device state, -EBUSY on device busy or interrupt pending.
21

CONTEXT

23       Interrupts disabled, ccw device lock held
24

AUTHOR

26       Cornelia Huck <cornelia.huck@de.ibm.com>
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019              CCW_DEVICE_RESUME(9)
Impressum