Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/usb/
Dof.h19 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-v5.4/drivers/usb/common/
Dcommon.c208 bool of_usb_host_tpl_support(struct device_node *np) in of_usb_host_tpl_support() function
212 EXPORT_SYMBOL_GPL(of_usb_host_tpl_support);
/Linux-v5.4/drivers/usb/host/
Dxhci-plat.c308 hcd->tpl_support = of_usb_host_tpl_support(sysdev->of_node); in xhci_plat_probe()
/Linux-v5.4/drivers/usb/chipidea/
Dcore.c700 of_usb_host_tpl_support(dev->of_node); in ci_get_platdata()