Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/usb/
Dtegra_usb_phy.h30 bool has_hostpc; member
/linux-6.12.1/drivers/usb/phy/
Dphy-tegra-usb.c226 if (phy->soc_config->has_hostpc) { in set_pts()
245 if (phy->soc_config->has_hostpc) { in set_phcd()
1319 .has_hostpc = false,
1327 .has_hostpc = true,
/linux-6.12.1/drivers/usb/host/
Dehci.h234 unsigned has_hostpc:1; member
668 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { in ehci_port_speed()
Dehci-hcd.c249 if (ehci->has_hostpc) { in ehci_reset()
Dehci-hub.c987 if (ehci->has_hostpc) { in ehci_hub_control()
/linux-6.12.1/drivers/usb/chipidea/
Dhost.c150 ehci->has_hostpc = ci->hw_bank.lpm; in host_start()