Searched refs:dwc3_np (Results 1 – 2 of 2) sorted by relevance
101 struct device_node *dwc3_np, *node = dev->of_node; in dwc3_imx8mp_probe() local161 dwc3_np = of_get_compatible_child(node, "snps,dwc3"); in dwc3_imx8mp_probe()162 if (!dwc3_np) { in dwc3_imx8mp_probe()174 dwc3_imx->dwc3 = of_find_device_by_node(dwc3_np); in dwc3_imx8mp_probe()180 of_node_put(dwc3_np); in dwc3_imx8mp_probe()197 of_node_put(dwc3_np); in dwc3_imx8mp_probe()
650 struct device_node *np = pdev->dev.of_node, *dwc3_np; in dwc3_qcom_of_register_core() local655 dwc3_np = of_get_compatible_child(np, "snps,dwc3"); in dwc3_qcom_of_register_core()656 if (!dwc3_np) { in dwc3_qcom_of_register_core()669 ret = of_add_property(dwc3_np, prop); in dwc3_qcom_of_register_core()681 qcom->dwc3 = of_find_device_by_node(dwc3_np); in dwc3_qcom_of_register_core()688 of_node_put(dwc3_np); in dwc3_qcom_of_register_core()