Lines Matching refs:pvr_context
99 static int init_render_fw_objs(struct pvr_context *ctx, in init_render_fw_objs()
119 static int init_compute_fw_objs(struct pvr_context *ctx, in init_compute_fw_objs()
139 static int init_transfer_fw_objs(struct pvr_context *ctx, in init_transfer_fw_objs()
149 static int init_fw_objs(struct pvr_context *ctx, in init_fw_objs()
168 struct pvr_context *ctx = priv; in ctx_fw_data_init()
180 static void pvr_context_destroy_queues(struct pvr_context *ctx) in pvr_context_destroy_queues()
206 static int pvr_context_create_queues(struct pvr_context *ctx, in pvr_context_create_queues()
267 static void pvr_context_kill_queues(struct pvr_context *ctx) in pvr_context_kill_queues()
295 struct pvr_context *ctx; in pvr_context_create()
387 struct pvr_context *ctx = in pvr_context_release()
388 container_of(ref_count, struct pvr_context, ref_count); in pvr_context_release()
409 pvr_context_put(struct pvr_context *ctx) in pvr_context_put()
430 struct pvr_context *ctx = xa_erase(&pvr_file->ctx_handles, handle); in pvr_context_destroy()
454 struct pvr_context *ctx; in pvr_destroy_contexts_for_file()
461 ctx = list_first_entry(&pvr_file->contexts, struct pvr_context, file_link); in pvr_destroy_contexts_for_file()
474 ctx = list_first_entry(&pvr_file->contexts, struct pvr_context, file_link); in pvr_destroy_contexts_for_file()