Searched refs:qaic_user (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/accel/qaic/ |
| H A D | qaic.h | 52 struct qaic_user { struct 86 struct qaic_user *usr; 281 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor); 289 void qaic_release_usr(struct qaic_device *qdev, struct qaic_user *usr); 293 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr); 294 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);
|
| H A D | qaic_drv.c | 132 struct qaic_user *usr = container_of(kref, struct qaic_user, ref_count); in free_usr() 143 struct qaic_user *usr; in qaic_open() 193 struct qaic_user *usr = file->driver_priv; in qaic_postclose() 281 struct qaic_user *usr; in qaic_destroy_drm_device() 301 usr = list_first_entry(&qddev->users, struct qaic_user, node); in qaic_destroy_drm_device()
|
| H 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 …]
|
| H A D | qaic_data.c | 686 struct qaic_user *usr; in qaic_create_bo_ioctl() 756 struct qaic_user *usr; in qaic_mmap_bo_ioctl() 949 struct qaic_user *usr; in qaic_attach_slice_bo_ioctl() 1303 struct qaic_user *usr; in __qaic_execute_bo_ioctl() 1670 struct qaic_user *usr; in qaic_wait_bo_ioctl() 1743 struct qaic_user *usr; in qaic_perf_stats_bo_ioctl() 1830 struct qaic_user *usr; in qaic_detach_slice_bo_ioctl() 1923 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in disable_dbc() 1941 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in enable_dbc()
|