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.
19 fwnode_find_pse_control(struct fwnode_handle *fwnode)
27 np = to_of_node(fwnode);
39 fwnode_find_mii_timestamper(struct fwnode_handle *fwnode)
44 if (is_acpi_node(fwnode))
47 err = of_parse_phandle_with_fixed_args(to_of_node(fwnode),
90 /* Associate the fwnode with the device structure so it
106 dev_dbg(&mdio->dev, "registered phy %p fwnode at address %i\n",
145 /* Associate the fwnode with the device structure so it
148 phy->mdio.dev.fwnode = fwnode_handle_get(child);
153 phy->mdio.dev.fwnode = NULL;