Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_drv.h154 struct ivpu_file_priv *ivpu_file_priv_get_by_ctx_id(struct ivpu_device *vdev, unsigned long id);
H A 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
H A Divpu_job.c170 file_priv = ivpu_file_priv_get_by_ctx_id(vdev, ctx_id); in ivpu_cmdq_reset_all_contexts()
H A Divpu_gem.c741 file_priv = ivpu_file_priv_get_by_ctx_id(vdev, ctx_id); in ivpu_bo_list()