Home
last modified time | relevance | path

Searched defs:ivpu_file_priv (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/accel/ivpu/
Divpu_drv.h162 struct ivpu_file_priv { struct
163 struct kref ref;
164 struct ivpu_device *vdev;
165 struct mutex lock; /* Protects cmdq */
166 struct ivpu_cmdq *cmdq[IVPU_NUM_CMDQS_PER_CTX];
167 struct ivpu_mmu_context ctx;
168 struct mutex ms_lock; /* Protects ms_instance_list, ms_info_bo */
169 struct list_head ms_instance_list;
193 struct ivpu_file_priv *ivpu_file_priv_get(struct ivpu_file_priv *file_priv); argument