Home
last modified time | relevance | path

Searched refs:NOTIFY_STOP_MASK (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/linux/
H A Dnotifier.h187 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro
188 #define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)
193 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
199 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
207 ret &= ~NOTIFY_STOP_MASK; in notifier_to_errno()
/openbmc/linux/kernel/
H A Dnotifier.c98 if (ret & NOTIFY_STOP_MASK) in notifier_call_chain()
129 if (ret & NOTIFY_STOP_MASK) in notifier_call_chain_robust()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c314 if (err & NOTIFY_STOP_MASK) in ef100_netdev_event()
330 if (err & NOTIFY_STOP_MASK) in ef100_netevent_event()
/openbmc/linux/drivers/clk/at91/
H A Dclk-master.c277 ret = NOTIFY_STOP_MASK; in clk_master_div_notifier_fn()
298 ret = NOTIFY_STOP_MASK; in clk_master_div_notifier_fn()
327 ret = NOTIFY_STOP_MASK; in clk_master_div_notifier_fn()
/openbmc/linux/arch/mips/mm/
H A Dc-octeon.c312 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { in co_cache_error_call_notifiers()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.c983 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()
988 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()
/openbmc/linux/arch/arm/common/
H A DbL_switcher.c401 if (ret & NOTIFY_STOP_MASK) in bL_activation_notify()
/openbmc/linux/drivers/clk/
H A Dclk.c1842 if (ret & NOTIFY_STOP_MASK) in __clk_notify()
2224 if (ret & NOTIFY_STOP_MASK) { in __clk_speculate_rates()
2232 if (ret & NOTIFY_STOP_MASK) in __clk_speculate_rates()
2361 if (ret & NOTIFY_STOP_MASK) in clk_propagate_rate_change()
2893 if (ret & NOTIFY_STOP_MASK) in clk_core_set_parent_nolock()
/openbmc/linux/drivers/mfd/
H A Diqs62x.c567 if (ret & NOTIFY_STOP_MASK) in iqs62x_irq()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dnotify.c405 WARN_ON_ONCE(ret & NOTIFY_STOP_MASK); in scmi_lookup_and_call_event_chain()
/openbmc/linux/drivers/regulator/
H A Dcore.c3017 if (ret & NOTIFY_STOP_MASK) in _regulator_disable()
3085 if (ret & NOTIFY_STOP_MASK) in _regulator_force_disable()
3492 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage()
3516 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage_sel()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_intf.c325 if (err & NOTIFY_STOP_MASK) { in start_next_msg()
/openbmc/linux/net/core/
H A Ddev.c1993 if (ret & NOTIFY_STOP_MASK) in call_netdevice_notifiers_info()