Symbol: host1x_bo_mapping
drivers/crypto/tegra/tegra-se-main.c
43
static struct host1x_bo_mapping *
drivers/crypto/tegra/tegra-se-main.c
47
struct host1x_bo_mapping *map;
drivers/crypto/tegra/tegra-se-main.c
88
static void tegra_se_cmdbuf_unpin(struct host1x_bo_mapping *map)
drivers/gpu/drm/tegra/gem.c
161
static void tegra_bo_unpin(struct host1x_bo_mapping *map)
drivers/gpu/drm/tegra/gem.c
512
struct host1x_bo_mapping *mapping, *tmp;
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
64
struct host1x_bo_mapping *map;
drivers/gpu/drm/tegra/plane.c
147
struct host1x_bo_mapping *map;
drivers/gpu/drm/tegra/plane.h
46
struct host1x_bo_mapping *map[3];
drivers/gpu/drm/tegra/submit.c
112
static void gather_bo_unpin(struct host1x_bo_mapping *map)
drivers/gpu/drm/tegra/submit.c
67
static struct host1x_bo_mapping *
drivers/gpu/drm/tegra/submit.c
71
struct host1x_bo_mapping *map;
drivers/gpu/drm/tegra/uapi.h
30
struct host1x_bo_mapping *map;
drivers/gpu/host1x/bus.c
890
struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,
drivers/gpu/host1x/bus.c
894
struct host1x_bo_mapping *mapping;
drivers/gpu/host1x/bus.c
935
struct host1x_bo_mapping *mapping = to_host1x_bo_mapping(ref);
drivers/gpu/host1x/bus.c
951
void host1x_bo_unpin(struct host1x_bo_mapping *mapping)
drivers/gpu/host1x/job.c
155
struct host1x_bo_mapping *map;
drivers/gpu/host1x/job.c
213
struct host1x_bo_mapping *map;
drivers/gpu/host1x/job.c
659
struct host1x_bo_mapping *map = job->unpins[i].map;
drivers/gpu/host1x/job.h
38
struct host1x_bo_mapping *map;
include/linux/host1x.h
141
static inline struct host1x_bo_mapping *to_host1x_bo_mapping(struct kref *ref)
include/linux/host1x.h
143
return container_of(ref, struct host1x_bo_mapping, ref);
include/linux/host1x.h
149
struct host1x_bo_mapping *(*pin)(struct device *dev, struct host1x_bo *bo,
include/linux/host1x.h
151
void (*unpin)(struct host1x_bo_mapping *map);
include/linux/host1x.h
180
struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,
include/linux/host1x.h
183
void host1x_bo_unpin(struct host1x_bo_mapping *map);