Lines Matching refs:pvr_context
87 static int init_render_fw_objs(struct pvr_context *ctx, in init_render_fw_objs()
107 static int init_compute_fw_objs(struct pvr_context *ctx, in init_compute_fw_objs()
127 static int init_transfer_fw_objs(struct pvr_context *ctx, in init_transfer_fw_objs()
137 static int init_fw_objs(struct pvr_context *ctx, in init_fw_objs()
156 struct pvr_context *ctx = priv; in ctx_fw_data_init()
168 static void pvr_context_destroy_queues(struct pvr_context *ctx) in pvr_context_destroy_queues()
194 static int pvr_context_create_queues(struct pvr_context *ctx, in pvr_context_create_queues()
255 static void pvr_context_kill_queues(struct pvr_context *ctx) in pvr_context_kill_queues()
283 struct pvr_context *ctx; in pvr_context_create()
375 struct pvr_context *ctx = in pvr_context_release()
376 container_of(ref_count, struct pvr_context, ref_count); in pvr_context_release()
397 pvr_context_put(struct pvr_context *ctx) in pvr_context_put()
418 struct pvr_context *ctx = xa_erase(&pvr_file->ctx_handles, handle); in pvr_context_destroy()
442 struct pvr_context *ctx; in pvr_destroy_contexts_for_file()
449 ctx = list_first_entry(&pvr_file->contexts, struct pvr_context, file_link); in pvr_destroy_contexts_for_file()
462 ctx = list_first_entry(&pvr_file->contexts, struct pvr_context, file_link); in pvr_destroy_contexts_for_file()