Searched refs:qaic_user (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/accel/qaic/ |
| H A D | qaic.h | 69 struct qaic_user { struct 103 struct qaic_user *usr; 320 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor); 328 void qaic_release_usr(struct qaic_device *qdev, struct qaic_user *usr); 332 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr); 333 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);
|
| H A D | qaic_drv.c | 134 struct qaic_user *usr = container_of(kref, struct qaic_user, ref_count); in free_usr() 145 struct qaic_user *usr; in qaic_open() 195 struct qaic_user *usr = file->driver_priv; in qaic_postclose() 290 struct qaic_user *usr; in qaic_destroy_drm_device() 311 usr = list_first_entry(&qddev->users, struct qaic_user, node); in qaic_destroy_drm_device()
|
| H A D | qaic_control.c | 299 struct qaic_user *usr) in save_dbc_buf() 563 u32 *user_len, struct ioctl_resources *resources, struct qaic_user *usr) in encode_dma() 709 u32 *user_len, struct qaic_user *usr) in encode_deactivate() 756 struct qaic_user *usr) in encode_message() 857 u32 *msg_len, struct ioctl_resources *resources, struct qaic_user *usr) in decode_activate() 903 struct qaic_user *usr) in decode_deactivate() 965 struct qaic_user *usr) in decode_message() 1177 static int qaic_manage_msg_xfer(struct qaic_device *qdev, struct qaic_user *usr, in qaic_manage_msg_xfer() 1244 static int qaic_manage(struct qaic_device *qdev, struct qaic_user *usr, struct manage_msg *user_msg) in qaic_manage() 1293 struct qaic_user *usr; in qaic_manage_ioctl() [all …]
|
| H A D | qaic_data.c | 715 struct qaic_user *usr; in qaic_create_bo_ioctl() 784 struct qaic_user *usr; in qaic_mmap_bo_ioctl() 977 struct qaic_user *usr; in qaic_attach_slice_bo_ioctl() 1331 struct qaic_user *usr; in __qaic_execute_bo_ioctl() 1700 struct qaic_user *usr; in qaic_wait_bo_ioctl() 1781 struct qaic_user *usr; in qaic_perf_stats_bo_ioctl() 1873 struct qaic_user *usr; in qaic_detach_slice_bo_ioctl() 1977 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in disable_dbc() 1995 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in enable_dbc()
|