Searched refs:CCWDEV_EARLY_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
43 if ((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options_mask()46 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask()68 if (((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options()70 ((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options()75 cdev->private->options.fast |= (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options()92 cdev->private->options.fast &= (flags & CCWDEV_EARLY_NOTIFICATION) == 0; in ccw_device_clear_options()
170 #define CCWDEV_EARLY_NOTIFICATION 0x0001 macro