Lines Matching refs:hl_fpriv
40 struct hl_fpriv;
1933 struct hl_fpriv *hpriv;
2332 struct hl_fpriv { struct
3632 typedef int hl_ioctl_t(struct hl_fpriv *hpriv, void *data);
3783 int hl_ctx_create(struct hl_device *hdev, struct hl_fpriv *hpriv);
3802 void hl_hpriv_get(struct hl_fpriv *hpriv);
3803 int hl_hpriv_put(struct hl_fpriv *hpriv);
3822 int hl_hw_block_mmap(struct hl_fpriv *hpriv, struct vm_area_struct *vma);
4098 void hl_debugfs_add_file(struct hl_fpriv *hpriv);
4099 void hl_debugfs_remove_file(struct hl_fpriv *hpriv);
4129 static inline void hl_debugfs_add_file(struct hl_fpriv *hpriv) in hl_debugfs_add_file()
4133 static inline void hl_debugfs_remove_file(struct hl_fpriv *hpriv) in hl_debugfs_remove_file()