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

/linux-master/drivers/usb/host/
H A Dehci-st.c141 static struct usb_ehci_pdata ehci_platform_defaults = { variable in typeref:struct:usb_ehci_pdata
151 struct usb_ehci_pdata *pdata = &ehci_platform_defaults;
241 if (pdata == &ehci_platform_defaults)
266 if (pdata == &ehci_platform_defaults)
H A Dehci-platform.c125 static struct usb_ehci_pdata ehci_platform_defaults = { variable in typeref:struct:usb_ehci_pdata
253 pdata = &ehci_platform_defaults;
276 if (pdata == &ehci_platform_defaults && dev->dev.of_node) {
394 if (pdata == &ehci_platform_defaults)
424 if (pdata == &ehci_platform_defaults)

Completed in 146 milliseconds