Searched refs:CCWDEV_EARLY_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
44 if ((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options_mask()47 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask()69 if (((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options()71 ((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options()76 cdev->private->options.fast |= (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options()93 cdev->private->options.fast &= (flags & CCWDEV_EARLY_NOTIFICATION) == 0; in ccw_device_clear_options()
173 #define CCWDEV_EARLY_NOTIFICATION 0x0001 macro