Searched refs:lima_ctx_mgr (Results 1 – 3 of 3) sorted by relevance
22 struct lima_ctx_mgr { struct27 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id); argument28 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id);29 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id);31 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr);32 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr);
10 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id) in lima_ctx_create()53 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free()68 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()85 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_init()91 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_fini()
25 struct lima_ctx_mgr ctx_mgr;