Home
last modified time | relevance | path

Searched refs:notifs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/pse-pd/
H A Dpse_core.c487 unsigned long notifs = ETHTOOL_PSE_EVENT_OVER_BUDGET; in pse_disable_pi_pol() local
495 notifs |= ETHTOOL_PSE_EVENT_SW_PW_CONTROL_ERROR; in pse_disable_pi_pol()
497 ntf.notifs = notifs; in pse_disable_pi_pol()
1027 ethnl_pse_send_ntf(netdev, ntf.notifs); in pse_send_ntf_worker()
1172 unsigned long *notifs; member
1182 static unsigned long pse_to_regulator_notifs(unsigned long notifs) in pse_to_regulator_notifs() argument
1186 if (notifs & ETHTOOL_PSE_EVENT_OVER_CURRENT) in pse_to_regulator_notifs()
1188 if (notifs & ETHTOOL_PSE_EVENT_OVER_TEMP) in pse_to_regulator_notifs()
1204 unsigned long notifs) in pse_set_config_isr() argument
1208 if (notifs & PSE_BUDGET_EVAL_STRAT_DYNAMIC) in pse_set_config_isr()
[all …]
/linux/drivers/regulator/
H A Dmax5970-regulator.c414 stat->notifs = 0; in max597x_irq_handler()
423 stat->notifs |= REGULATOR_EVENT_UNDER_VOLTAGE; in max597x_irq_handler()
427 stat->notifs |= REGULATOR_EVENT_UNDER_VOLTAGE_WARN; in max597x_irq_handler()
441 stat->notifs |= REGULATOR_EVENT_REGULATION_OUT; in max597x_irq_handler()
445 stat->notifs |= REGULATOR_EVENT_OVER_VOLTAGE_WARN; in max597x_irq_handler()
459 stat->notifs |= REGULATOR_EVENT_OVER_CURRENT_WARN; in max597x_irq_handler()
474 stat->notifs |= in max597x_irq_handler()
H A Dbd9576-regulator.c812 stat->notifs = rdata->uvd_notif; in bd9576_uvd_handler()
849 stat->notifs = rdata->ovd_notif; in bd9576_ovd_handler()
886 stat->notifs = rdata->temp_notif; in bd9576_thermal_handler()
/linux/net/ethtool/
H A Dpse-pd.c345 void ethnl_pse_send_ntf(struct net_device *netdev, unsigned long notifs) in ethnl_pse_send_ntf() argument
354 if (!netdev || !notifs) in ethnl_pse_send_ntf()
372 if (nla_put_uint(skb, ETHTOOL_A_PSE_NTF_EVENTS, notifs)) in ethnl_pse_send_ntf()
/linux/include/linux/pse-pd/
H A Dpse.h54 unsigned long *notifs,
277 unsigned long notifs; member