Searched refs:host_bo (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/crypto/tegra/ |
D | tegra-se-main.c | 17 static struct host1x_bo *tegra_se_cmdbuf_get(struct host1x_bo *host_bo) in tegra_se_cmdbuf_get() argument 19 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_get() 23 return host_bo; in tegra_se_cmdbuf_get() 36 static void tegra_se_cmdbuf_put(struct host1x_bo *host_bo) in tegra_se_cmdbuf_put() argument 38 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_put() 101 static void *tegra_se_cmdbuf_mmap(struct host1x_bo *host_bo) in tegra_se_cmdbuf_mmap() argument 103 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_mmap() 108 static void tegra_se_cmdbuf_munmap(struct host1x_bo *host_bo, void *addr) in tegra_se_cmdbuf_munmap() argument
|
/linux-6.12.1/drivers/gpu/drm/tegra/ |
D | submit.c | 42 static struct host1x_bo *gather_bo_get(struct host1x_bo *host_bo) in gather_bo_get() argument 44 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_get() 48 return host_bo; in gather_bo_get() 60 static void gather_bo_put(struct host1x_bo *host_bo) in gather_bo_put() argument 62 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_put() 125 static void *gather_bo_mmap(struct host1x_bo *host_bo) in gather_bo_mmap() argument 127 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_mmap() 132 static void gather_bo_munmap(struct host1x_bo *host_bo, void *addr) in gather_bo_munmap() argument
|