has_hostpc        138 drivers/usb/chipidea/host.c 	ehci->has_hostpc = ci->hw_bank.lpm;
has_hostpc        247 drivers/usb/host/ehci-hcd.c 	if (ehci->has_hostpc) {
has_hostpc       1115 drivers/usb/host/ehci-hub.c 			if (ehci->has_hostpc) {
has_hostpc         41 drivers/usb/host/ehci-tegra.c 	bool has_hostpc;
has_hostpc        370 drivers/usb/host/ehci-tegra.c 	.has_hostpc = true,
has_hostpc        374 drivers/usb/host/ehci-tegra.c 	.has_hostpc = false,
has_hostpc        467 drivers/usb/host/ehci-tegra.c 	ehci->has_hostpc = soc_config->has_hostpc;
has_hostpc        573 drivers/usb/host/ehci-tegra.c 	txfifothresh = ehci->has_hostpc ? 0x10 : 10;
has_hostpc        230 drivers/usb/host/ehci.h 	unsigned		has_hostpc:1;
has_hostpc        658 drivers/usb/host/ehci.h 		switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) {
has_hostpc        202 drivers/usb/phy/phy-tegra-usb.c 	if (phy->soc_config->has_hostpc) {
has_hostpc        220 drivers/usb/phy/phy-tegra-usb.c 	if (phy->soc_config->has_hostpc) {
has_hostpc       1035 drivers/usb/phy/phy-tegra-usb.c 	.has_hostpc = false,
has_hostpc       1042 drivers/usb/phy/phy-tegra-usb.c 	.has_hostpc = true,
has_hostpc         36 include/linux/usb/tegra_usb_phy.h 	bool has_hostpc;