1CCW_DEVICE_SET_OPTIO(9) The ccw bus CCW_DEVICE_SET_OPTIO(9)
2
3
4
6 ccw_device_set_options - set some options
7
9 int ccw_device_set_options(struct ccw_device * cdev,
10 unsigned long flags);
11
13 cdev
14 device for which the options are to be set
15
16 flags
17 options to be set
18
20 All flags specified in flags are set, the remainder is left untouched.
21
23 0 on success, -EINVAL if an invalid flag combination would ensue.
24
26 Cornelia Huck <cornelia.huck@de.ibm.com>
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 CCW_DEVICE_SET_OPTIO(9)