CCWDEV_REPORT_ALL
(flags & CCWDEV_REPORT_ALL))
cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0;
(flags & CCWDEV_REPORT_ALL)) ||
((flags & CCWDEV_REPORT_ALL) &&
cdev->private->options.repall |= (flags & CCWDEV_REPORT_ALL) != 0;
cdev->private->options.repall &= (flags & CCWDEV_REPORT_ALL) == 0;
ccw_device_set_options(cdev, CCWDEV_REPORT_ALL);