Searched refs:NOTIFY_STOP_MASK (Results 1 – 7 of 7) sorted by relevance
186 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro187 #define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)192 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)198 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()206 ret &= ~NOTIFY_STOP_MASK; in notifier_to_errno()
328 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { in co_cache_error_call_notifiers()
98 if (ret & NOTIFY_STOP_MASK) in notifier_call_chain()
1265 if (ret & NOTIFY_STOP_MASK) in __clk_notify()1596 if (ret & NOTIFY_STOP_MASK) { in __clk_speculate_rates()1604 if (ret & NOTIFY_STOP_MASK) in __clk_speculate_rates()1733 if (ret & NOTIFY_STOP_MASK) in clk_propagate_rate_change()2251 if (ret & NOTIFY_STOP_MASK) in clk_core_set_parent_nolock()
405 if (ret & NOTIFY_STOP_MASK) in bL_activation_notify()
2347 if (ret & NOTIFY_STOP_MASK) in _regulator_disable()2413 if (ret & NOTIFY_STOP_MASK) in _regulator_force_disable()2801 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage()2825 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage_sel()
325 if (err & NOTIFY_STOP_MASK) { in start_next_msg()