Searched refs:notifs (Results 1 – 5 of 5) sorted by relevance
487 unsigned long notifs = ETHTOOL_PSE_EVENT_OVER_BUDGET; in pse_disable_pi_pol() local495 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; member1182 static unsigned long pse_to_regulator_notifs(unsigned long notifs) in pse_to_regulator_notifs() argument1186 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() argument1208 if (notifs & PSE_BUDGET_EVAL_STRAT_DYNAMIC) in pse_set_config_isr()[all …]
414 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()
812 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()
345 void ethnl_pse_send_ntf(struct net_device *netdev, unsigned long notifs) in ethnl_pse_send_ntf() argument354 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()
54 unsigned long *notifs,277 unsigned long notifs; member