Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se-main.c16 static struct host1x_bo *tegra_se_cmdbuf_get(struct host1x_bo *host_bo) in tegra_se_cmdbuf_get() argument
18 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_get()
22 return host_bo; in tegra_se_cmdbuf_get()
35 static void tegra_se_cmdbuf_put(struct host1x_bo *host_bo) in tegra_se_cmdbuf_put() argument
37 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_put()
99 static void *tegra_se_cmdbuf_mmap(struct host1x_bo *host_bo) in tegra_se_cmdbuf_mmap() argument
101 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_mmap()
106 static void tegra_se_cmdbuf_munmap(struct host1x_bo *host_bo, void *addr) in tegra_se_cmdbuf_munmap() argument