Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dhost1x.h120 struct host1x_bo_mapping { struct
136 static inline struct host1x_bo_mapping *to_host1x_bo_mapping(struct kref *ref) in to_host1x_bo_mapping() argument
138 return container_of(ref, struct host1x_bo_mapping, ref); in to_host1x_bo_mapping()
144 struct host1x_bo_mapping *(*pin)(struct device *dev, struct host1x_bo *bo,
146 void (*unpin)(struct host1x_bo_mapping *map);
175 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,
178 void host1x_bo_unpin(struct host1x_bo_mapping *map);
/linux-6.12.1/drivers/gpu/host1x/
Djob.h38 struct host1x_bo_mapping *map;
Dbus.c884 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo, in host1x_bo_pin()
888 struct host1x_bo_mapping *mapping; in host1x_bo_pin()
929 struct host1x_bo_mapping *mapping = to_host1x_bo_mapping(ref); in __host1x_bo_unpin()
945 void host1x_bo_unpin(struct host1x_bo_mapping *mapping) in host1x_bo_unpin()
Djob.c155 struct host1x_bo_mapping *map; in pin_job()
213 struct host1x_bo_mapping *map; in pin_job()
659 struct host1x_bo_mapping *map = job->unpins[i].map; in host1x_job_unpin()
/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se-main.c43 static struct host1x_bo_mapping *
47 struct host1x_bo_mapping *map; in tegra_se_cmdbuf_pin()
88 static void tegra_se_cmdbuf_unpin(struct host1x_bo_mapping *map) in tegra_se_cmdbuf_unpin()
/linux-6.12.1/drivers/gpu/drm/tegra/
Duapi.h30 struct host1x_bo_mapping *map;
Dplane.h46 struct host1x_bo_mapping *map[3];
Dgem.c59 static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo, in tegra_bo_pin()
64 struct host1x_bo_mapping *map; in tegra_bo_pin()
161 static void tegra_bo_unpin(struct host1x_bo_mapping *map) in tegra_bo_unpin()
507 struct host1x_bo_mapping *mapping, *tmp; in tegra_bo_free_object()
Dsubmit.c67 static struct host1x_bo_mapping *
71 struct host1x_bo_mapping *map; in gather_bo_pin()
112 static void gather_bo_unpin(struct host1x_bo_mapping *map) in gather_bo_unpin()
Dplane.c147 struct host1x_bo_mapping *map; in tegra_dc_pin()