Searched refs:child_np (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-usb2.c | 1156 struct device_node *child_np) in rockchip_usb2phy_port_irq_init() argument 1169 rport->ls_irq = of_irq_get_byname(child_np, "linestate"); in rockchip_usb2phy_port_irq_init() 1190 rport->otg_mux_irq = of_irq_get_byname(child_np, "otg-mux"); in rockchip_usb2phy_port_irq_init() 1204 rport->bvalid_irq = of_irq_get_byname(child_np, "otg-bvalid"); in rockchip_usb2phy_port_irq_init() 1223 rport->id_irq = of_irq_get_byname(child_np, "otg-id"); in rockchip_usb2phy_port_irq_init() 1252 struct device_node *child_np) in rockchip_usb2phy_host_port_init() argument 1263 ret = rockchip_usb2phy_port_irq_init(rphy, rport, child_np); in rockchip_usb2phy_host_port_init() 1285 struct device_node *child_np) in rockchip_usb2phy_otg_port_init() argument 1304 rport->mode = of_usb_get_dr_mode_by_phy(child_np, -1); in rockchip_usb2phy_otg_port_init() 1314 ret = rockchip_usb2phy_port_irq_init(rphy, rport, child_np); in rockchip_usb2phy_otg_port_init() [all …]
|
| /linux/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()
|
| /linux/drivers/phy/mediatek/ |
| H A D | phy-mtk-xsphy.c | 552 for_each_child_of_node_scoped(np, child_np) { in mtk_xsphy_probe() 563 phy = devm_phy_create(dev, child_np, &mtk_xsphy_ops); in mtk_xsphy_probe() 569 retval = of_address_to_resource(child_np, 0, &res); in mtk_xsphy_probe() 593 retval = phy_type_syscon_get(inst, child_np); in mtk_xsphy_probe()
|
| /linux/drivers/net/ethernet/faraday/ |
| H A D | ftgmac100.c | 1837 struct device_node *child_np = of_get_child_by_name(np, name); in ftgmac100_has_child_node() local 1840 if (child_np) { in ftgmac100_has_child_node() 1842 of_node_put(child_np); in ftgmac100_has_child_node()
|