ccw_device_set_options (9) Linux Manual Page
ccw_device_set_options – set some options
Synopsis
int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags);
Arguments
cdev
-
- device for which the options are to be set
flags
- options to be set
Description
All flags specified in flags are set, the remainder is left untouched.
Return
0 on success, –EINVAL if an invalid flag combination would ensue.
Author
Cornelia Huck <cornelia.huck [at] de.ibm.com>
- Author.
