Searched refs:tegra_dev_iommu_get_stream_id (Results 1 – 12 of 12) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
D | gp10b.c | 37 if (tegra_dev_iommu_get_stream_id(device->dev, &sid)) in gp10b_ltc_init()
|
/linux-6.14.4/drivers/gpu/host1x/ |
D | context.c | 79 if (!tegra_dev_iommu_get_stream_id(&ctx->dev, &ctx->stream_id) || in host1x_memory_context_list_init()
|
/linux-6.14.4/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 184 if (!tegra_dev_iommu_get_stream_id(channel->dev->parent, &stream_id)) in host1x_channel_set_streamid()
|
/linux-6.14.4/drivers/crypto/tegra/ |
D | tegra-se-main.c | 305 if (!tegra_dev_iommu_get_stream_id(dev, &se->stream_id)) in tegra_se_probe()
|
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-tegra.c | 247 if (!tegra_dev_iommu_get_stream_id(mgbe->dev, &mgbe->iommu_sid)) { in tegra_mgbe_probe()
|
/linux-6.14.4/drivers/gpu/drm/tegra/ |
D | nvdec.c | 71 if (nvdec->config->supports_sid && tegra_dev_iommu_get_stream_id(nvdec->dev, &stream_id)) { in nvdec_boot_falcon()
|
D | vic.c | 61 if (vic->config->supports_sid && tegra_dev_iommu_get_stream_id(vic->dev, &stream_id)) { in vic_boot()
|
D | submit.c | 616 if (!tegra_dev_iommu_get_stream_id(context->client->base.dev, in tegra_drm_ioctl_channel_submit()
|
/linux-6.14.4/drivers/memory/tegra/ |
D | tegra186.c | 121 if (!tegra_dev_iommu_get_stream_id(dev, &sid)) in tegra186_mc_probe_device()
|
/linux-6.14.4/include/linux/ |
D | iommu.h | 1541 static inline bool tegra_dev_iommu_get_stream_id(struct device *dev, u32 *stream_id) in tegra_dev_iommu_get_stream_id() function
|
/linux-6.14.4/drivers/dma/ |
D | tegra186-gpc-dma.c | 1394 if (!tegra_dev_iommu_get_stream_id(&pdev->dev, &stream_id)) { in tegra_dma_probe()
|
/linux-6.14.4/drivers/mmc/host/ |
D | sdhci-tegra.c | 1710 !tegra_dev_iommu_get_stream_id(&pdev->dev, &tegra_host->stream_id)) { in sdhci_tegra_probe()
|