Lines Matching full:child

71 				       struct fwnode_handle *child, u32 addr)  in fwnode_mdiobus_phy_device_register()  argument
75 rc = fwnode_irq_get(child, 0); in fwnode_mdiobus_phy_device_register()
91 if (fwnode_property_read_bool(child, "broken-turn-around")) in fwnode_mdiobus_phy_device_register()
94 fwnode_property_read_u32(child, "reset-assert-us", in fwnode_mdiobus_phy_device_register()
96 fwnode_property_read_u32(child, "reset-deassert-us", in fwnode_mdiobus_phy_device_register()
102 fwnode_handle_get(child); in fwnode_mdiobus_phy_device_register()
103 device_set_node(&phy->mdio.dev, child); in fwnode_mdiobus_phy_device_register()
111 fwnode_handle_put(child); in fwnode_mdiobus_phy_device_register()
116 child, addr); in fwnode_mdiobus_phy_device_register()
122 struct fwnode_handle *child, u32 addr) in fwnode_mdiobus_register_phy() argument
131 psec = fwnode_find_pse_control(child); in fwnode_mdiobus_register_phy()
135 mii_ts = fwnode_find_mii_timestamper(child); in fwnode_mdiobus_register_phy()
141 is_c45 = fwnode_device_is_compatible(child, "ethernet-phy-ieee802.3-c45"); in fwnode_mdiobus_register_phy()
142 if (is_c45 || fwnode_get_phy_id(child, &phy_id)) in fwnode_mdiobus_register_phy()
151 if (is_acpi_node(child)) { in fwnode_mdiobus_register_phy()
157 phy->mdio.dev.fwnode = fwnode_handle_get(child); in fwnode_mdiobus_register_phy()
163 fwnode_handle_put(child); in fwnode_mdiobus_register_phy()
166 } else if (is_of_node(child)) { in fwnode_mdiobus_register_phy()
167 rc = fwnode_mdiobus_phy_device_register(bus, phy, child, addr); in fwnode_mdiobus_register_phy()