ccw_device_set_options_mask (9) Linux Manual Page
ccw_device_set_options_mask – set some options and unset the rest
Synopsis
int ccw_device_set_options_mask(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, all flags not specified in flags are cleared.
Return
0 on success, –EINVAL on an invalid flag combination.
Author
Cornelia Huck <cornelia.huck [at] de.ibm.com>
- Author.
