1CCW_DEVICE_CLEAR_OPT(9) The ccw bus CCW_DEVICE_CLEAR_OPT(9)
2
3
4
6 ccw_device_clear_options - clear some options
7
9 void ccw_device_clear_options(struct ccw_device * cdev,
10 unsigned long flags);
11
13 cdev
14 device for which the options are to be cleared
15
16 flags
17 options to be cleared
18
20 All flags specified in flags are cleared, the remainder is left
21 untouched.
22
24 Cornelia Huck <cornelia.huck@de.ibm.com>
25 Author.
26
28Kernel Hackers Manual 2.6. November 2011 CCW_DEVICE_CLEAR_OPT(9)