Searched refs:pse_control (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/pse-pd/
H A Dpse.h70 struct pse_control;
142 struct pse_control *of_pse_control_get(struct device_node *node);
143 void pse_control_put(struct pse_control *psec);
145 int pse_ethtool_get_status(struct pse_control *psec,
148 int pse_ethtool_set_config(struct pse_control *psec,
152 bool pse_has_podl(struct pse_control *psec);
153 bool pse_has_c33(struct pse_control *psec);
157 static inline struct pse_control *of_pse_control_get(struct device_node *node)
162 static inline void pse_control_put(struct pse_control *psec)
166 static inline int pse_ethtool_get_status(struct pse_control *pse
[all...]
/linux-master/drivers/net/pse-pd/
H A Dpse_core.c18 * struct pse_control - a PSE control
24 * @refcnt: Number of gets of this pse_control
26 struct pse_control {
437 struct pse_control *psec = container_of(kref, struct pse_control,
452 static void __pse_control_put_internal(struct pse_control *psec)
463 void pse_control_put(struct pse_control *psec)
474 static struct pse_control *
477 struct pse_control *psec;
569 struct pse_control *of_pse_control_ge
23 struct pse_control { struct
[all...]
/linux-master/drivers/net/mdio/
H A Dfwnode_mdio.c19 static struct pse_control *
22 struct pse_control *psec;
117 struct pse_control *psec = NULL;
/linux-master/include/linux/
H A Dphy.h761 struct pse_control *psec;

Completed in 172 milliseconds