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

NAME

6       ccw_device_set_options - set some options
7

SYNOPSIS

9       int ccw_device_set_options(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, the remainder is left untouched.
21

RETURNS

23       0 on success, -EINVAL if an invalid flag combination would ensue.
24

AUTHOR

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