Home
last modified time | relevance | path

Searched refs:ivpu_file_priv_get_by_ctx_id (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/accel/ivpu/
Divpu_drv.h149 struct ivpu_file_priv *ivpu_file_priv_get_by_ctx_id(struct ivpu_device *vdev, unsigned long id);
Divpu_job.c170 file_priv = ivpu_file_priv_get_by_ctx_id(vdev, ctx_id); in ivpu_cmdq_reset_all_contexts()
Divpu_drv.c70 struct ivpu_file_priv *ivpu_file_priv_get_by_ctx_id(struct ivpu_device *vdev, unsigned long id) in ivpu_file_priv_get_by_ctx_id() function
Divpu_gem.c741 file_priv = ivpu_file_priv_get_by_ctx_id(vdev, ctx_id); in ivpu_bo_list()