Symbol: host1x_bo
drivers/crypto/tegra/tegra-se-main.c
106
static void tegra_se_cmdbuf_munmap(struct host1x_bo *host_bo, void *addr)
drivers/crypto/tegra/tegra-se-main.c
16
static struct host1x_bo *tegra_se_cmdbuf_get(struct host1x_bo *host_bo)
drivers/crypto/tegra/tegra-se-main.c
35
static void tegra_se_cmdbuf_put(struct host1x_bo *host_bo)
drivers/crypto/tegra/tegra-se-main.c
43
tegra_se_cmdbuf_pin(struct device *dev, struct host1x_bo *bo, enum dma_data_direction direction)
drivers/crypto/tegra/tegra-se-main.c
99
static void *tegra_se_cmdbuf_mmap(struct host1x_bo *host_bo)
drivers/crypto/tegra/tegra-se.h
443
struct host1x_bo bo;
drivers/gpu/drm/tegra/drm.c
226
struct host1x_bo *bo;
drivers/gpu/drm/tegra/gem.c
176
static void *tegra_bo_mmap(struct host1x_bo *bo)
drivers/gpu/drm/tegra/gem.c
202
static void tegra_bo_munmap(struct host1x_bo *bo, void *addr)
drivers/gpu/drm/tegra/gem.c
216
static struct host1x_bo *tegra_bo_get(struct host1x_bo *bo)
drivers/gpu/drm/tegra/gem.c
52
static void tegra_bo_put(struct host1x_bo *bo)
drivers/gpu/drm/tegra/gem.c
59
static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo,
drivers/gpu/drm/tegra/gem.c
788
struct host1x_bo *tegra_gem_lookup(struct drm_file *file, u32 handle)
drivers/gpu/drm/tegra/gem.h
104
struct host1x_bo *tegra_gem_lookup(struct drm_file *file, u32 handle);
drivers/gpu/drm/tegra/gem.h
57
struct host1x_bo base;
drivers/gpu/drm/tegra/gem.h
78
static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo)
drivers/gpu/drm/tegra/submit.c
124
static void *gather_bo_mmap(struct host1x_bo *host_bo)
drivers/gpu/drm/tegra/submit.c
131
static void gather_bo_munmap(struct host1x_bo *host_bo, void *addr)
drivers/gpu/drm/tegra/submit.c
32
struct host1x_bo base;
drivers/gpu/drm/tegra/submit.c
42
static struct host1x_bo *gather_bo_get(struct host1x_bo *host_bo)
drivers/gpu/drm/tegra/submit.c
60
static void gather_bo_put(struct host1x_bo *host_bo)
drivers/gpu/drm/tegra/submit.c
68
gather_bo_pin(struct device *dev, struct host1x_bo *bo, enum dma_data_direction direction)
drivers/gpu/drm/tegra/uapi.h
31
struct host1x_bo *bo;
drivers/gpu/host1x/bus.c
1005
void host1x_bo_clear_cached_mappings(struct host1x_bo *bo)
drivers/gpu/host1x/bus.c
904
struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,
drivers/gpu/host1x/bus.c
983
struct host1x_bo *bo = mapping->bo;
drivers/gpu/host1x/hw/channel_hw.c
21
static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo,
drivers/gpu/host1x/job.c
113
void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo,
drivers/gpu/host1x/job.c
156
struct host1x_bo *bo;
drivers/gpu/host1x/job.c
284
struct host1x_bo *cmdbuf = g->bo;
drivers/gpu/host1x/job.c
325
static bool check_reloc(struct host1x_reloc *reloc, struct host1x_bo *cmdbuf,
drivers/gpu/host1x/job.c
347
struct host1x_bo *cmdbuf;
drivers/gpu/host1x/job.c
662
struct host1x_bo *bo = map->bo;
drivers/gpu/host1x/job.h
16
struct host1x_bo *bo;
include/linux/host1x.h
122
struct host1x_bo;
include/linux/host1x.h
130
struct host1x_bo *bo;
include/linux/host1x.h
153
struct host1x_bo *(*get)(struct host1x_bo *bo);
include/linux/host1x.h
154
void (*put)(struct host1x_bo *bo);
include/linux/host1x.h
155
struct host1x_bo_mapping *(*pin)(struct device *dev, struct host1x_bo *bo,
include/linux/host1x.h
158
void *(*mmap)(struct host1x_bo *bo);
include/linux/host1x.h
159
void (*munmap)(struct host1x_bo *bo, void *addr);
include/linux/host1x.h
168
static inline void host1x_bo_init(struct host1x_bo *bo,
include/linux/host1x.h
176
static inline struct host1x_bo *host1x_bo_get(struct host1x_bo *bo)
include/linux/host1x.h
181
static inline void host1x_bo_put(struct host1x_bo *bo)
include/linux/host1x.h
186
struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,
include/linux/host1x.h
190
void host1x_bo_clear_cached_mappings(struct host1x_bo *bo);
include/linux/host1x.h
192
static inline void *host1x_bo_mmap(struct host1x_bo *bo)
include/linux/host1x.h
197
static inline void host1x_bo_munmap(struct host1x_bo *bo, void *addr)
include/linux/host1x.h
263
struct host1x_bo *bo;
include/linux/host1x.h
267
struct host1x_bo *bo;
include/linux/host1x.h
359
void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo,
include/trace/events/host1x.h
106
__field(struct host1x_bo *, bo)
include/trace/events/host1x.h
19
struct host1x_bo;
include/trace/events/host1x.h
239
TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh,
include/trace/events/host1x.h
245
__field(struct host1x_bo *, bo)
include/trace/events/host1x.h
99
TP_PROTO(const char *name, struct host1x_bo *bo,