Searched defs:phy_np (Results 1 - 1 of 1) sorted by relevance

/drivers/of/
H A Dof_mdio.c109 static int of_phy_match(struct device *dev, void *phy_np) argument
111 return dev->of_node == phy_np;
116 * @phy_np: Pointer to the phy's device tree node
120 struct phy_device *of_phy_find_device(struct device_node *phy_np) argument
123 if (!phy_np)
126 d = bus_find_device(&mdio_bus_type, NULL, phy_np, of_phy_match);
134 * @phy_np: Pointer to device tree node for the PHY
141 struct device_node *phy_np,
145 struct phy_device *phy = of_phy_find_device(phy_np);
140 of_phy_connect(struct net_device *dev, struct device_node *phy_np, void (*hndlr)(struct net_device *), u32 flags, phy_interface_t iface) argument

Completed in 305 milliseconds