Lines Matching refs:hl_fpriv
37 struct hl_fpriv;
1868 struct hl_fpriv *hpriv;
2253 * struct hl_fpriv - process information stored in FD private data.
2268 struct hl_fpriv {
3521 typedef int hl_ioctl_t(struct hl_fpriv *hpriv, void *data);
3666 int hl_ctx_create(struct hl_device *hdev, struct hl_fpriv *hpriv);
3685 void hl_hpriv_get(struct hl_fpriv *hpriv);
3686 int hl_hpriv_put(struct hl_fpriv *hpriv);
3705 int hl_hw_block_mmap(struct hl_fpriv *hpriv, struct vm_area_struct *vma);
3959 void hl_debugfs_add_file(struct hl_fpriv *hpriv);
3960 void hl_debugfs_remove_file(struct hl_fpriv *hpriv);
4002 static inline void hl_debugfs_add_file(struct hl_fpriv *hpriv)
4006 static inline void hl_debugfs_remove_file(struct hl_fpriv *hpriv)
4115 int hl_cb_ioctl(struct hl_fpriv *hpriv, void *data);
4116 int hl_cs_ioctl(struct hl_fpriv *hpriv, void *data);
4117 int hl_wait_ioctl(struct hl_fpriv *hpriv, void *data);
4118 int hl_mem_ioctl(struct hl_fpriv *hpriv, void *data);