Searched refs:tegra_se_cmdbuf (Results 1 – 2 of 2) sorted by relevance
| /drivers/crypto/tegra/ |
| A D | tegra-se-main.c | 19 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_get() 28 struct tegra_se_cmdbuf *cmdbuf = container_of(ref, struct tegra_se_cmdbuf, ref); in tegra_se_cmdbuf_release() 38 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_put() 46 struct tegra_se_cmdbuf *cmdbuf = container_of(bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_pin() 103 struct tegra_se_cmdbuf *cmdbuf = container_of(host_bo, struct tegra_se_cmdbuf, bo); in tegra_se_cmdbuf_mmap() 121 static struct tegra_se_cmdbuf *tegra_se_host1x_bo_alloc(struct tegra_se *se, ssize_t size) in tegra_se_host1x_bo_alloc() 123 struct tegra_se_cmdbuf *cmdbuf; in tegra_se_host1x_bo_alloc() 144 int tegra_se_host1x_submit(struct tegra_se *se, struct tegra_se_cmdbuf *cmdbuf, u32 size) in tegra_se_host1x_submit()
|
| A D | tegra-se.h | 425 struct tegra_se_cmdbuf *cmdbuf; 426 struct tegra_se_cmdbuf *keybuf; 438 struct tegra_se_cmdbuf { struct 514 int tegra_se_host1x_submit(struct tegra_se *se, struct tegra_se_cmdbuf *cmdbuf, u32 size);
|
Completed in 7 milliseconds