Home
last modified time | relevance | path

Searched refs:child_pdev (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-st.c201 struct platform_device *child_pdev; in st_dwc3_probe() local
268 child_pdev = of_find_device_by_node(child); in st_dwc3_probe()
269 if (!child_pdev) { in st_dwc3_probe()
275 dwc3_data->dr_mode = usb_get_dr_mode(&child_pdev->dev); in st_dwc3_probe()