Lines Matching defs:context
230 const struct tegra_xusb_context_soc *context;
313 struct tegra_xusb_context context;
661 dev_err(dev, "failed to save context for USB3#%u: %d\n",
928 const struct tegra_xusb_context_soc *soc = tegra->soc->context;
930 tegra->context.ipfs = devm_kcalloc(tegra->dev, soc->ipfs.num_offsets,
932 if (!tegra->context.ipfs)
935 tegra->context.fpci = devm_kcalloc(tegra->dev, soc->fpci.num_offsets,
937 if (!tegra->context.fpci)
2009 const struct tegra_xusb_context_soc *soc = tegra->soc->context;
2010 struct tegra_xusb_context *ctx = &tegra->context;
2026 const struct tegra_xusb_context_soc *soc = tegra->soc->context;
2027 struct tegra_xusb_context *ctx = &tegra->context;
2488 .context = &tegra124_xusb_context,
2526 .context = &tegra124_xusb_context,
2569 .context = &tegra186_xusb_context,
2603 .context = &tegra186_xusb_context,
2635 .context = &tegra186_xusb_context,