Lines Matching full:child
41 struct fwnode_handle *child, u32 addr) in fwnode_mdiobus_phy_device_register() argument
45 rc = fwnode_irq_get(child, 0); in fwnode_mdiobus_phy_device_register()
56 if (fwnode_property_read_bool(child, "broken-turn-around")) in fwnode_mdiobus_phy_device_register()
59 fwnode_property_read_u32(child, "reset-assert-us", in fwnode_mdiobus_phy_device_register()
61 fwnode_property_read_u32(child, "reset-deassert-us", in fwnode_mdiobus_phy_device_register()
67 fwnode_handle_get(child); in fwnode_mdiobus_phy_device_register()
68 device_set_node(&phy->mdio.dev, child); in fwnode_mdiobus_phy_device_register()
75 fwnode_handle_put(child); in fwnode_mdiobus_phy_device_register()
80 child, addr); in fwnode_mdiobus_phy_device_register()
86 struct fwnode_handle *child, u32 addr) in fwnode_mdiobus_register_phy() argument
94 mii_ts = fwnode_find_mii_timestamper(child); in fwnode_mdiobus_register_phy()
98 rc = fwnode_property_match_string(child, "compatible", in fwnode_mdiobus_register_phy()
103 if (is_c45 || fwnode_get_phy_id(child, &phy_id)) in fwnode_mdiobus_register_phy()
112 if (is_acpi_node(child)) { in fwnode_mdiobus_register_phy()
118 phy->mdio.dev.fwnode = child; in fwnode_mdiobus_register_phy()
127 } else if (is_of_node(child)) { in fwnode_mdiobus_register_phy()
128 rc = fwnode_mdiobus_phy_device_register(bus, phy, child, addr); in fwnode_mdiobus_register_phy()