Searched refs:host1x_bo_mapping (Results 1 – 9 of 9) sorted by relevance
125 struct host1x_bo_mapping { struct 141 static inline struct host1x_bo_mapping *to_host1x_bo_mapping(struct kref *ref) in to_host1x_bo_mapping() argument 143 return container_of(ref, struct host1x_bo_mapping, ref); in to_host1x_bo_mapping() 149 struct host1x_bo_mapping *(*pin)(struct device *dev, struct host1x_bo *bo,151 void (*unpin)(struct host1x_bo_mapping *map);180 struct host1x_bo_mapping *host1x_bo_pin(struct device *dev, struct host1x_bo *bo,183 void host1x_bo_unpin(struct host1x_bo_mapping *map);
38 struct host1x_bo_mapping *map;
155 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()
43 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()
30 struct host1x_bo_mapping *map;
46 struct host1x_bo_mapping *map[3];
58 static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo, in tegra_bo_pin() 63 struct host1x_bo_mapping *map; in tegra_bo_pin() 160 static void tegra_bo_unpin(struct host1x_bo_mapping *map) in tegra_bo_unpin() 511 struct host1x_bo_mapping *mapping, *tmp; in tegra_bo_free_object()
67 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()
147 struct host1x_bo_mapping *map; in tegra_dc_pin()