| /linux-6.15/drivers/gpu/drm/sti/ |
| H A D | sti_drv.c | 235 struct device_node *child_np; in sti_platform_probe() local 242 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe() 244 while (child_np) { in sti_platform_probe() 246 child_np); in sti_platform_probe() 247 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
|
| /linux-6.15/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-usb2.c | 1152 struct device_node *child_np) in rockchip_usb2phy_port_irq_init() argument 1248 struct device_node *child_np) in rockchip_usb2phy_host_port_init() argument 1281 struct device_node *child_np) in rockchip_usb2phy_otg_port_init() argument 1300 rport->mode = of_usb_get_dr_mode_by_phy(child_np, -1); in rockchip_usb2phy_otg_port_init() 1341 struct device_node *child_np; in rockchip_usb2phy_probe() local 1447 for_each_available_child_of_node(np, child_np) { in rockchip_usb2phy_probe() 1452 if (!of_node_name_eq(child_np, "host-port") && in rockchip_usb2phy_probe() 1453 !of_node_name_eq(child_np, "otg-port")) in rockchip_usb2phy_probe() 1466 if (of_node_name_eq(child_np, "host-port")) { in rockchip_usb2phy_probe() 1479 of_node_put(child_np); in rockchip_usb2phy_probe() [all …]
|
| H A D | phy-rockchip-typec.c | 1102 struct device_node *child_np; in rockchip_typec_phy_probe() local 1163 for_each_available_child_of_node(np, child_np) { in rockchip_typec_phy_probe() 1166 if (of_node_name_eq(child_np, "dp-port")) in rockchip_typec_phy_probe() 1167 phy = devm_phy_create(dev, child_np, in rockchip_typec_phy_probe() 1169 else if (of_node_name_eq(child_np, "usb3-port")) in rockchip_typec_phy_probe() 1170 phy = devm_phy_create(dev, child_np, in rockchip_typec_phy_probe() 1177 child_np); in rockchip_typec_phy_probe() 1179 of_node_put(child_np); in rockchip_typec_phy_probe()
|
| /linux-6.15/drivers/memory/ |
| H A D | pl172.c | 203 struct device_node *child_np, *np = adev->dev.of_node; in pl172_probe() local 258 for_each_available_child_of_node(np, child_np) { in pl172_probe() 259 ret = pl172_parse_cs_config(adev, child_np); in pl172_probe() 263 of_platform_populate(child_np, NULL, NULL, dev); in pl172_probe()
|
| H A D | ti-aemif.c | 401 for_each_available_child_of_node_scoped(np, child_np) { in aemif_probe() 402 ret = of_aemif_parse_abus_config(pdev, child_np); in aemif_probe() 422 for_each_available_child_of_node_scoped(np, child_np) { in aemif_probe() 423 ret = of_platform_populate(child_np, NULL, NULL, dev); in aemif_probe()
|
| /linux-6.15/drivers/phy/mediatek/ |
| H A D | phy-mtk-xsphy.c | 473 for_each_child_of_node_scoped(np, child_np) { in mtk_xsphy_probe() 484 phy = devm_phy_create(dev, child_np, &mtk_xsphy_ops); in mtk_xsphy_probe() 490 retval = of_address_to_resource(child_np, 0, &res); in mtk_xsphy_probe()
|
| H A D | phy-mtk-tphy.c | 1605 for_each_child_of_node_scoped(np, child_np) { in mtk_tphy_probe() 1618 phy = devm_phy_create(dev, child_np, &mtk_tphy_ops); in mtk_tphy_probe() 1625 retval = of_address_to_resource(child_np, 0, &res); in mtk_tphy_probe() 1648 retval = phy_type_syscon_get(instance, child_np); in mtk_tphy_probe()
|
| /linux-6.15/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_hw.c | 894 struct device_node *child_np; in xgene_mdiobus_register() local 900 for_each_child_of_node(dev->of_node, child_np) { in xgene_mdiobus_register() 901 if (of_device_is_compatible(child_np, in xgene_mdiobus_register() 903 mdio_np = child_np; in xgene_mdiobus_register()
|
| /linux-6.15/drivers/pmdomain/qcom/ |
| H A D | cpr.c | 1050 for_each_available_child_of_node_scoped(desc_np, child_np) { in cpr_get_opp_hz_for_req() 1052 of_parse_phandle(child_np, "required-opps", 0); in cpr_get_opp_hz_for_req() 1057 of_property_read_u64(child_np, "opp-hz", &rate); in cpr_get_opp_hz_for_req()
|
| /linux-6.15/drivers/net/ethernet/faraday/ |
| H A D | ftgmac100.c | 1804 struct device_node *child_np = of_get_child_by_name(np, name); in ftgmac100_has_child_node() local 1807 if (child_np) { in ftgmac100_has_child_node() 1809 of_node_put(child_np); in ftgmac100_has_child_node()
|