Searched refs:repall (Results 1 – 3 of 3) sorted by relevance
48 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options_mask()72 cdev->private->options.repall) || in ccw_device_set_options()77 cdev->private->options.repall |= (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options()94 cdev->private->options.repall &= (flags & CCWDEV_REPORT_ALL) == 0; in ccw_device_clear_options()
151 unsigned int repall:1; /* report every interrupt status */ member
724 !cdev->private->options.repall && in ccw_device_call_handler()