Lines Matching refs:child_np
941 struct device_node *child_np)
952 rport->ls_irq = of_irq_get_byname(child_np, "linestate");
983 struct device_node *child_np)
1002 rport->mode = of_usb_get_dr_mode_by_phy(child_np, -1);
1017 rport->otg_mux_irq = of_irq_get_byname(child_np, "otg-mux");
1031 rport->bvalid_irq = of_irq_get_byname(child_np, "otg-bvalid");
1068 struct device_node *child_np;
1151 for_each_available_child_of_node(np, child_np) {
1156 if (!of_node_name_eq(child_np, "host-port") &&
1157 !of_node_name_eq(child_np, "otg-port"))
1160 phy = devm_phy_create(dev, child_np, &rockchip_usb2phy_ops);
1171 if (of_node_name_eq(child_np, "host-port")) {
1173 child_np);
1178 child_np);
1193 of_node_put(child_np);