Searched refs:dwc3_np (Results 1 – 2 of 2) sorted by relevance
150 struct device_node *dwc3_np, *node = dev->of_node; in dwc3_imx8mp_probe() local222 dwc3_np = of_get_compatible_child(node, "snps,dwc3"); in dwc3_imx8mp_probe()223 if (!dwc3_np) { in dwc3_imx8mp_probe()235 dwc3_imx->dwc3 = of_find_device_by_node(dwc3_np); in dwc3_imx8mp_probe()241 of_node_put(dwc3_np); in dwc3_imx8mp_probe()258 of_node_put(dwc3_np); in dwc3_imx8mp_probe()
741 struct device_node *np = pdev->dev.of_node, *dwc3_np; in dwc3_qcom_of_register_core() local745 dwc3_np = of_get_compatible_child(np, "snps,dwc3"); in dwc3_qcom_of_register_core()746 if (!dwc3_np) { in dwc3_qcom_of_register_core()757 qcom->dwc3 = of_find_device_by_node(dwc3_np); in dwc3_qcom_of_register_core()764 of_node_put(dwc3_np); in dwc3_qcom_of_register_core()