Home
last modified time | relevance | path

Searched refs:soc_config (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/phy/
Dphy-tegra-usb.c211 if (phy->soc_config->has_hostpc) { in set_pts()
229 if (phy->soc_config->has_hostpc) { in set_phcd()
271 if (phy->soc_config->requires_extra_tuning_parameters) { in utmip_pad_power_on()
412 if (!phy->soc_config->utmi_pll_config_in_car_module) { in utmi_phy_power_on()
457 if (phy->soc_config->requires_extra_tuning_parameters) { in utmi_phy_power_on()
505 if (phy->soc_config->requires_usbmode_setup) { in utmi_phy_power_on()
918 if (tegra_phy->soc_config->requires_extra_tuning_parameters) { in utmi_phy_probe()
987 tegra_phy->soc_config = match->data; in tegra_usb_phy_probe()
/linux-4.1.27/include/linux/usb/
Dtegra_usb_phy.h72 const struct tegra_phy_soc_config *soc_config; member
/linux-4.1.27/drivers/usb/host/
Dehci-tegra.c394 const struct tegra_ehci_soc_config *soc_config; in tegra_ehci_probe() local
408 soc_config = match->data; in tegra_ehci_probe()
472 ehci->has_hostpc = soc_config->has_hostpc; in tegra_ehci_probe()