Searched refs:host1x_bo_mapping (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/host1x/
H A Djob.h38 struct host1x_bo_mapping *map;
H A Djob.c155 struct host1x_bo_mapping *map;
213 struct host1x_bo_mapping *map;
659 struct host1x_bo_mapping *map = job->unpins[i].map;
H A Dbus.c884 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,
888 struct host1x_bo_mapping *mapping;
929 struct host1x_bo_mapping *mapping = to_host1x_bo_mapping(ref);
945 void host1x_bo_unpin(struct host1x_bo_mapping *mapping)
/linux-master/include/linux/
H A Dhost1x.h120 struct host1x_bo_mapping { struct
136 static inline struct host1x_bo_mapping *to_host1x_bo_mapping(struct kref *ref)
138 return container_of(ref, struct host1x_bo_mapping, ref);
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-master/drivers/gpu/drm/tegra/
H A Duapi.h30 struct host1x_bo_mapping *map;
H A Dplane.h46 struct host1x_bo_mapping *map[3];
H A Dsubmit.c67 static struct host1x_bo_mapping *
71 struct host1x_bo_mapping *map;
112 static void gather_bo_unpin(struct host1x_bo_mapping *map)
H A Dgem.c59 static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo,
64 struct host1x_bo_mapping *map;
161 static void tegra_bo_unpin(struct host1x_bo_mapping *map)
507 struct host1x_bo_mapping *mapping, *tmp;
H A Dplane.c147 struct host1x_bo_mapping *map;

Completed in 172 milliseconds