Lines Matching refs:pse_control
180 struct pse_control;
253 struct pse_control *of_pse_control_get(struct device_node *node);
254 void pse_control_put(struct pse_control *psec);
256 int pse_ethtool_get_status(struct pse_control *psec,
259 int pse_ethtool_set_config(struct pse_control *psec,
262 int pse_ethtool_set_pw_limit(struct pse_control *psec,
266 bool pse_has_podl(struct pse_control *psec);
267 bool pse_has_c33(struct pse_control *psec);
271 static inline struct pse_control *of_pse_control_get(struct device_node *node) in of_pse_control_get()
276 static inline void pse_control_put(struct pse_control *psec) in pse_control_put()
280 static inline int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status()
287 static inline int pse_ethtool_set_config(struct pse_control *psec, in pse_ethtool_set_config()
294 static inline int pse_ethtool_set_pw_limit(struct pse_control *psec, in pse_ethtool_set_pw_limit()
301 static inline bool pse_has_podl(struct pse_control *psec) in pse_has_podl()
306 static inline bool pse_has_c33(struct pse_control *psec) in pse_has_c33()