Home
last modified time | relevance | path

Searched refs:qaic_user (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/accel/qaic/
H A Dqaic.h33 struct qaic_user { struct
67 struct qaic_user *usr;
251 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor);
259 void qaic_release_usr(struct qaic_device *qdev, struct qaic_user *usr);
263 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);
264 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);
H A Dqaic_drv.c49 struct qaic_user *usr = container_of(kref, struct qaic_user, ref_count); in free_usr()
60 struct qaic_user *usr; in qaic_open()
110 struct qaic_user *usr = file->driver_priv; in qaic_postclose()
224 struct qaic_user *usr; in qaic_destroy_drm_device()
247 usr = list_first_entry(&qddev->users, struct qaic_user, node); in qaic_destroy_drm_device()
H A Dqaic_control.c298 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()
1173 static int qaic_manage_msg_xfer(struct qaic_device *qdev, struct qaic_user *usr, in qaic_manage_msg_xfer()
1240 static int qaic_manage(struct qaic_device *qdev, struct qaic_user *usr, struct manage_msg *user_msg) in qaic_manage()
1289 struct qaic_user *usr; in qaic_manage_ioctl()
[all …]
H A Dqaic_data.c658 struct qaic_user *usr; in qaic_create_bo_ioctl()
728 struct qaic_user *usr; in qaic_mmap_bo_ioctl()
930 struct qaic_user *usr; in qaic_attach_slice_bo_ioctl()
1299 struct qaic_user *usr; in __qaic_execute_bo_ioctl()
1656 struct qaic_user *usr; in qaic_wait_bo_ioctl()
1729 struct qaic_user *usr; in qaic_perf_stats_bo_ioctl()
1819 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in disable_dbc()
1837 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) in enable_dbc()