Searched refs:qaic_user (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/accel/qaic/ |
D | qaic.h | 46 struct qaic_user { struct 80 struct qaic_user *usr; 275 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor); 283 void qaic_release_usr(struct qaic_device *qdev, struct qaic_user *usr); 287 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr); 288 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);
|
D | qaic_drv.c | 98 struct qaic_user *usr = container_of(kref, struct qaic_user, ref_count); in free_usr() 109 struct qaic_user *usr; in qaic_open() 159 struct qaic_user *usr = file->driver_priv; in qaic_postclose() 248 struct qaic_user *usr; in qaic_destroy_drm_device() 268 usr = list_first_entry(&qddev->users, struct qaic_user, node); in qaic_destroy_drm_device()
|
D | qaic_control.c | 298 struct qaic_user *usr) in save_dbc_buf() 561 u32 *user_len, struct ioctl_resources *resources, struct qaic_user *usr) in encode_dma() 706 u32 *user_len, struct qaic_user *usr) in encode_deactivate() 753 struct qaic_user *usr) in encode_message() 854 u32 *msg_len, struct ioctl_resources *resources, struct qaic_user *usr) in decode_activate() 900 struct qaic_user *usr) in decode_deactivate() 961 struct qaic_user *usr) in decode_message() 1174 static int qaic_manage_msg_xfer(struct qaic_device *qdev, struct qaic_user *usr, in qaic_manage_msg_xfer() 1241 static int qaic_manage(struct qaic_device *qdev, struct qaic_user *usr, struct manage_msg *user_msg) in qaic_manage() 1290 struct qaic_user *usr; in qaic_manage_ioctl() [all …]
|
D | qaic_data.c | 681 struct qaic_user *usr; in qaic_create_bo_ioctl() 751 struct qaic_user *usr; in qaic_mmap_bo_ioctl() 944 struct qaic_user *usr; in qaic_attach_slice_bo_ioctl() 1298 struct qaic_user *usr; in __qaic_execute_bo_ioctl() 1665 struct qaic_user *usr; in qaic_wait_bo_ioctl() 1738 struct qaic_user *usr; in qaic_perf_stats_bo_ioctl() 1825 struct qaic_user *usr; in qaic_detach_slice_bo_ioctl() 1918 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in disable_dbc() 1936 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in enable_dbc()
|