1CCW_DEVICE_SET_OPTIO(9) The ccw bus CCW_DEVICE_SET_OPTIO(9)
2
3
4
6 ccw_device_set_options_mask - set some options and unset the rest
7
9 int ccw_device_set_options_mask(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, all flags not specified in flags
21 are cleared.
22
24 0 on success, -EINVAL on an invalid flag combination.
25
27 Cornelia Huck <cornelia.huck@de.ibm.com>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 CCW_DEVICE_SET_OPTIO(9)