Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dehci-tegra.c41 bool has_hostpc; member
368 .has_hostpc = true,
372 .has_hostpc = false,
465 ehci->has_hostpc = soc_config->has_hostpc; in tegra_ehci_probe()
558 txfifothresh = ehci->has_hostpc ? 0x10 : 10; in tegra_ehci_reset()
Dehci.h231 unsigned has_hostpc:1; member
659 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { in ehci_port_speed()
Dehci-hcd.c248 if (ehci->has_hostpc) { in ehci_reset()
Dehci-hub.c1117 if (ehci->has_hostpc) { in ehci_hub_control()
/kernel/linux/linux-5.10/include/linux/usb/
Dtegra_usb_phy.h37 bool has_hostpc; member
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-tegra-usb.c208 if (phy->soc_config->has_hostpc) { in set_pts()
227 if (phy->soc_config->has_hostpc) { in set_phcd()
1051 .has_hostpc = false,
1058 .has_hostpc = true,
/kernel/linux/linux-5.10/drivers/usb/chipidea/
Dhost.c138 ehci->has_hostpc = ci->hw_bank.lpm; in host_start()