Lines Matching defs:fwnode
3 * fwnode helpers for the MDIO (Ethernet PHY) API
6 * out of the fwnode and using it to populate an mii_bus.
21 fwnode_find_pse_control(struct fwnode_handle *fwnode,
30 np = to_of_node(fwnode);
42 fwnode_find_mii_timestamper(struct fwnode_handle *fwnode)
48 if (is_acpi_node(fwnode))
51 err = of_parse_phandle_with_fixed_args(to_of_node(fwnode),
95 /* Associate the fwnode with the device structure so it
111 dev_dbg(&mdio->dev, "registered phy fwnode %pfw at address %i\n",
144 /* Associate the fwnode with the device structure so it
147 phy->mdio.dev.fwnode = fwnode_handle_get(child);
152 phy->mdio.dev.fwnode = NULL;