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

NAME

6       ccw_device_set_options_mask - set some options and unset the rest
7

SYNOPSIS

9       int ccw_device_set_options_mask(struct ccw_device * cdev,
10                                       unsigned long flags);
11

ARGUMENTS

13       cdev
14           device for which the options are to be set
15
16       flags
17           options to be set
18

DESCRIPTION

20       All flags specified in flags are set, all flags not specified in flags
21       are cleared.
22

RETURNS

24       0 on success, -EINVAL on an invalid flag combination.
25

AUTHOR

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