Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-tegra-usb.c202 if (phy->soc_config->has_hostpc) { in set_pts()
220 if (phy->soc_config->has_hostpc) { in set_phcd()
332 if (phy->soc_config->requires_extra_tuning_parameters) { in utmip_pad_power_on()
488 if (!phy->soc_config->utmi_pll_config_in_car_module) { in utmi_phy_power_on()
533 if (phy->soc_config->requires_extra_tuning_parameters) { in utmi_phy_power_on()
581 if (phy->soc_config->requires_usbmode_setup) { in utmi_phy_power_on()
1003 if (tegra_phy->soc_config->requires_extra_tuning_parameters) { in utmi_phy_probe()
1072 tegra_phy->soc_config = match->data; in tegra_usb_phy_probe()
/Linux-v4.19/include/linux/usb/
Dtegra_usb_phy.h74 const struct tegra_phy_soc_config *soc_config; member
/Linux-v4.19/drivers/usb/host/
Dehci-tegra.c386 const struct tegra_ehci_soc_config *soc_config; in tegra_ehci_probe() local
400 soc_config = match->data; in tegra_ehci_probe()
467 ehci->has_hostpc = soc_config->has_hostpc; in tegra_ehci_probe()