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

/linux-4.4.14/include/linux/usb/
H A Dtegra_usb_phy.h24 * has_hostpc: true if the USB controller has the HOSTPC extension, which
34 bool has_hostpc; member in struct:tegra_phy_soc_config
/linux-4.4.14/drivers/usb/host/
H A Dehci-tegra.c52 bool has_hostpc; member in struct:tegra_ehci_soc_config
384 .has_hostpc = true,
388 .has_hostpc = false,
478 ehci->has_hostpc = soc_config->has_hostpc; tegra_ehci_probe()
579 * only one which doesn't set has_hostpc. tegra_ehci_reset()
581 txfifothresh = ehci->has_hostpc ? 0x10 : 10; tegra_ehci_reset()
H A Dehci.h239 unsigned has_hostpc:1; member in struct:ehci_hcd
659 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { ehci_port_speed()
H A Dehci-hub.c1100 if (ehci->has_hostpc) { ehci_hub_control()
H A Dehci-hcd.c260 if (ehci->has_hostpc) { ehci_reset()
/linux-4.4.14/drivers/usb/phy/
H A Dphy-tegra-usb.c211 if (phy->soc_config->has_hostpc) { set_pts()
229 if (phy->soc_config->has_hostpc) { set_phcd()
950 .has_hostpc = false,
957 .has_hostpc = true,
/linux-4.4.14/drivers/usb/chipidea/
H A Dhost.c135 ehci->has_hostpc = ci->hw_bank.lpm; host_start()

Completed in 148 milliseconds