ccw_device_set_options
extern int ccw_device_set_options(struct ccw_device *, unsigned long);
ret = ccw_device_set_options(cdev, CCWDEV_ALLOW_FORCE |
ccw_device_set_options(cdev, CCWDEV_DO_PATHGROUP |
EXPORT_SYMBOL(ccw_device_set_options);
ccw_device_set_options(cdev, CCWDEV_REPORT_ALL);