Searched refs:notifs (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/pse-pd/ |
| H A D | pse_core.c | 487 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 1183 static unsigned long pse_to_regulator_notifs(unsigned long notifs) in pse_to_regulator_notifs() argument 1187 if (notifs & ETHTOOL_PSE_EVENT_OVER_CURRENT) in pse_to_regulator_notifs() 1189 if (notifs & ETHTOOL_PSE_EVENT_OVER_TEMP) in pse_to_regulator_notifs() 1205 unsigned long notifs) in pse_set_config_isr() argument 1209 if (notifs & PSE_BUDGET_EVAL_STRAT_DYNAMIC) in pse_set_config_isr() [all …]
|
| H A D | tps23881.c | 1145 unsigned long *notifs, in tps23881_set_notifs_helper() argument 1165 notifs[i] |= event; in tps23881_set_notifs_helper() 1172 unsigned long *notifs, in tps23881_irq_event_over_temp() argument 1183 notifs[i] |= ETHTOOL_PSE_EVENT_OVER_TEMP; in tps23881_irq_event_over_temp() 1190 unsigned long *notifs, in tps23881_irq_event_over_current() argument 1200 tps23881_set_notifs_helper(priv, chans, notifs, notifs_mask, in tps23881_irq_event_over_current() 1228 unsigned long *notifs, in tps23881_irq_event_disconnection() argument 1235 tps23881_set_notifs_helper(priv, chans, notifs, notifs_mask, in tps23881_irq_event_disconnection() 1241 unsigned long *notifs, in tps23881_irq_event_detection() argument 1262 tps23881_set_notifs_helper(priv, BIT(i), notifs, in tps23881_irq_event_detection() [all …]
|
| /linux/drivers/regulator/ |
| H A D | max5970-regulator.c | 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()
|
| /linux/net/ethtool/ |
| H A D | pse-pd.c | 346 void ethnl_pse_send_ntf(struct net_device *netdev, unsigned long notifs) in ethnl_pse_send_ntf() argument 355 if (!netdev || !notifs) in ethnl_pse_send_ntf() 373 if (nla_put_uint(skb, ETHTOOL_A_PSE_NTF_EVENTS, notifs)) in ethnl_pse_send_ntf()
|
| /linux/include/linux/pse-pd/ |
| H A D | pse.h | 54 unsigned long *notifs, 277 unsigned long notifs; member
|