Searched refs:host1x_memory_context (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/host1x/
H A Dcontext.h20 struct host1x_memory_context *devs;
H A Dcontext.c25 struct host1x_memory_context *ctx;
118 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x,
123 struct host1x_memory_context *free = NULL;
132 struct host1x_memory_context *cd = &cdl->devs[i];
160 void host1x_memory_context_get(struct host1x_memory_context *cd)
166 void host1x_memory_context_put(struct host1x_memory_context *cd)
/linux-master/include/linux/
H A Dhost1x.h337 struct host1x_memory_context *memory_context;
463 struct host1x_memory_context { struct
475 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x,
478 void host1x_memory_context_get(struct host1x_memory_context *cd);
479 void host1x_memory_context_put(struct host1x_memory_context *cd);
481 static inline struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x,
488 static inline void host1x_memory_context_get(struct host1x_memory_context *cd)
492 static inline void host1x_memory_context_put(struct host1x_memory_context *cd)
/linux-master/drivers/gpu/drm/tegra/
H A Ddrm.h71 struct host1x_memory_context *memory_context;

Completed in 117 milliseconds