Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dof.h18 bool of_usb_host_tpl_support(struct device_node *np);
33 static inline bool of_usb_host_tpl_support(struct device_node *np) in of_usb_host_tpl_support() function
/linux/drivers/usb/common/
H A Dcommon.c327 bool of_usb_host_tpl_support(struct device_node *np) in of_usb_host_tpl_support() function
331 EXPORT_SYMBOL_GPL(of_usb_host_tpl_support);
/linux/drivers/usb/host/
H A Dohci-platform.c211 hcd->tpl_support = of_usb_host_tpl_support(dev->dev.of_node); in ohci_platform_probe()
H A Dehci-platform.c370 hcd->tpl_support = of_usb_host_tpl_support(dev->dev.of_node); in ehci_platform_probe()
H A Dxhci-plat.c291 hcd->tpl_support = of_usb_host_tpl_support(sysdev->of_node); in xhci_plat_probe()