Home
last modified time | relevance | path

Searched refs:of_pse_control_get (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/pse-pd/
H A Dpse.h92 struct pse_control *of_pse_control_get(struct device_node *node);
104 static inline struct pse_control *of_pse_control_get(struct device_node *node) in of_pse_control_get() function
/openbmc/linux/drivers/net/pse-pd/
H A Dpse_core.c207 of_pse_control_get(struct device_node *node) in of_pse_control_get() function
256 EXPORT_SYMBOL_GPL(of_pse_control_get);
/openbmc/linux/drivers/net/mdio/
H A Dfwnode_mdio.c31 psec = of_pse_control_get(np); in fwnode_find_pse_control()