Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-platform.c115 static struct usb_ehci_pdata ehci_platform_defaults = { variable
138 pdata = &ehci_platform_defaults; in ehci_platform_probe()
163 if (pdata == &ehci_platform_defaults && dev->dev.of_node) { in ehci_platform_probe()
263 if (pdata == &ehci_platform_defaults) in ehci_platform_probe()
290 if (pdata == &ehci_platform_defaults) in ehci_platform_remove()
Dehci-st.c143 static struct usb_ehci_pdata ehci_platform_defaults = { variable
153 struct usb_ehci_pdata *pdata = &ehci_platform_defaults; in st_ehci_platform_probe()
253 if (pdata == &ehci_platform_defaults) in st_ehci_platform_probe()
278 if (pdata == &ehci_platform_defaults) in st_ehci_platform_remove()