Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtegra_usb_phy.h35 bool has_hostpc; member
/linux/drivers/usb/host/
H A Dehci.h234 unsigned has_hostpc:1; member
668 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { in ehci_port_speed()
H A Dehci-hcd.c249 if (ehci->has_hostpc) { in ehci_reset()
H A Dehci-hub.c987 if (ehci->has_hostpc) { in ehci_hub_control()
/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c293 if (phy->soc_config->has_hostpc) { in set_pts()
312 if (phy->soc_config->has_hostpc) { in set_phcd()
1461 .has_hostpc = false,
1473 .has_hostpc = true,
/linux/drivers/usb/chipidea/
H A Dhost.c151 ehci->has_hostpc = ci->hw_bank.lpm; in host_start()