Searched refs:lima_ctx_mgr (Results 1 – 3 of 3) sorted by relevance
18 struct lima_ctx_mgr { struct23 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id); argument24 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id);25 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id);27 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr);28 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()49 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free()64 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()81 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_init()87 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_fini()
21 struct lima_ctx_mgr ctx_mgr;