Searched refs:NOTIFY_STOP_MASK (Results 1 – 7 of 7) sorted by relevance
159 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro160 #define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)165 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)171 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()179 ret &= ~NOTIFY_STOP_MASK; in notifier_to_errno()
98 if ((ret & NOTIFY_STOP_MASK) == NOTIFY_STOP_MASK) in notifier_call_chain()
326 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { in co_cache_error_call_notifiers()
1255 if (ret & NOTIFY_STOP_MASK) { in __clk_speculate_rates()1263 if (ret & NOTIFY_STOP_MASK) in __clk_speculate_rates()1403 if (ret & NOTIFY_STOP_MASK) in clk_propagate_rate_change()1807 if (ret & NOTIFY_STOP_MASK) in clk_core_set_parent()
404 if (ret & NOTIFY_STOP_MASK) in bL_activation_notify()
2211 if (ret & NOTIFY_STOP_MASK) in _regulator_disable()2280 if (ret & NOTIFY_STOP_MASK) in _regulator_force_disable()2693 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage()2717 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage_sel()
398 if (err & NOTIFY_STOP_MASK) { in start_next_msg()