Searched refs:qaic_user (Results 1 – 4 of 4) sorted by relevance
| /drivers/accel/qaic/ |
| A D | qaic.h | 52 struct qaic_user { struct 86 struct qaic_user *usr; 287 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor); 295 void qaic_release_usr(struct qaic_device *qdev, struct qaic_user *usr); 299 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr); 300 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);
|
| A D | qaic_drv.c | 133 struct qaic_user *usr = container_of(kref, struct qaic_user, ref_count); in free_usr() 144 struct qaic_user *usr; in qaic_open() 194 struct qaic_user *usr = file->driver_priv; in qaic_postclose() 282 struct qaic_user *usr; in qaic_destroy_drm_device() 302 usr = list_first_entry(&qddev->users, struct qaic_user, node); in qaic_destroy_drm_device()
|
| A 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() 1290 struct qaic_user *usr; in qaic_manage_ioctl() 1357 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor) in get_cntl_version() [all …]
|
| A D | qaic_data.c | 686 struct qaic_user *usr; in qaic_create_bo_ioctl() 755 struct qaic_user *usr; in qaic_mmap_bo_ioctl() 948 struct qaic_user *usr; in qaic_attach_slice_bo_ioctl() 1302 struct qaic_user *usr; in __qaic_execute_bo_ioctl() 1669 struct qaic_user *usr; in qaic_wait_bo_ioctl() 1742 struct qaic_user *usr; in qaic_perf_stats_bo_ioctl() 1829 struct qaic_user *usr; in qaic_detach_slice_bo_ioctl() 1922 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in disable_dbc() 1940 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in enable_dbc()
|
Completed in 17 milliseconds