Lines Matching defs:context
196 const struct tegra_xusb_context_soc *context;
273 struct tegra_xusb_context context;
572 dev_err(dev, "failed to save context for USB3#%u: %d\n",
859 const struct tegra_xusb_context_soc *soc = tegra->soc->context;
861 tegra->context.ipfs = devm_kcalloc(tegra->dev, soc->ipfs.num_offsets,
863 if (!tegra->context.ipfs)
866 tegra->context.fpci = devm_kcalloc(tegra->dev, soc->fpci.num_offsets,
868 if (!tegra->context.fpci)
1723 const struct tegra_xusb_context_soc *soc = tegra->soc->context;
1724 struct tegra_xusb_context *ctx = &tegra->context;
1740 const struct tegra_xusb_context_soc *soc = tegra->soc->context;
1741 struct tegra_xusb_context *ctx = &tegra->context;
1916 .context = &tegra124_xusb_context,
1952 .context = &tegra124_xusb_context,
1993 .context = &tegra186_xusb_context,
2025 .context = &tegra186_xusb_context,