Searched refs:host1x_memory_context (Results 1 – 4 of 4) sorted by relevance
25 struct host1x_memory_context *ctx; in host1x_memory_context_list_init()119 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc()124 struct host1x_memory_context *free = NULL; in host1x_memory_context_alloc()133 struct host1x_memory_context *cd = &cdl->devs[i]; in host1x_memory_context_alloc()161 void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get()167 void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put()
20 struct host1x_memory_context *devs;
342 struct host1x_memory_context *memory_context;468 struct host1x_memory_context { struct481 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, argument484 void host1x_memory_context_get(struct host1x_memory_context *cd);485 void host1x_memory_context_put(struct host1x_memory_context *cd);487 static inline struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc()494 static inline void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get()498 static inline void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put()
74 struct host1x_memory_context *memory_context;