Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.c390 hcd->tpl_support = of_usb_host_tpl_support(sysdev->of_node); in xhci_plat_probe()
391 xhci->shared_hcd->tpl_support = hcd->tpl_support; in xhci_plat_probe()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dchipidea.h74 bool tpl_support; member
H A Dhcd.h175 unsigned tpl_support:1; /* OTG & EH TPL support */ member
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dhost.c129 hcd->tpl_support = ci->platdata->tpl_support; in host_start()
H A Dcore.c686 if (!platdata->tpl_support) in ci_get_platdata()
687 platdata->tpl_support = in ci_get_platdata()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c2416 if (IS_ENABLED(CONFIG_USB_OTG_PRODUCTLIST) && hcd->tpl_support && in usb_enumerate_device()