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

/linux-master/include/linux/usb/
H A Dtegra_usb_phy.h18 * has_hostpc: true if the USB controller has the HOSTPC extension, which
29 bool has_hostpc; member in struct:tegra_phy_soc_config
/linux-master/drivers/usb/host/
H A Dehci.h234 unsigned has_hostpc:1; member in struct:ehci_hcd
662 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) {
H A Dehci-hcd.c249 if (ehci->has_hostpc) {
H A Dehci-hub.c987 if (ehci->has_hostpc) {
/linux-master/drivers/usb/phy/
H A Dphy-tegra-usb.c226 if (phy->soc_config->has_hostpc) {
245 if (phy->soc_config->has_hostpc) {
1319 .has_hostpc = false,
1327 .has_hostpc = true,
/linux-master/drivers/usb/chipidea/
H A Dhost.c150 ehci->has_hostpc = ci->hw_bank.lpm;

Completed in 153 milliseconds