Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/usb/
Dtegra_usb_phy.h37 bool has_hostpc; member
/Linux-v5.15/drivers/usb/host/
Dehci.h231 unsigned has_hostpc:1; member
659 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { in ehci_port_speed()
Dehci-hcd.c249 if (ehci->has_hostpc) { in ehci_reset()
Dehci-hub.c978 if (ehci->has_hostpc) { in ehci_hub_control()
/Linux-v5.15/drivers/usb/phy/
Dphy-tegra-usb.c218 if (phy->soc_config->has_hostpc) { in set_pts()
237 if (phy->soc_config->has_hostpc) { in set_phcd()
1140 .has_hostpc = false,
1147 .has_hostpc = true,
/Linux-v5.15/drivers/usb/chipidea/
Dhost.c144 ehci->has_hostpc = ci->hw_bank.lpm; in host_start()