Searched refs:lima_ctx_mgr (Results 1 – 3 of 3) sorted by relevance
23 struct lima_ctx_mgr { struct28 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id); argument29 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id);30 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id);32 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr);33 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr);
9 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id) in lima_ctx_create()52 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free()67 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()84 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_init()90 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_fini()
24 struct lima_ctx_mgr ctx_mgr;