Searched refs:qaic_device (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/accel/qaic/ |
| H A D | qaic.h | 84 struct qaic_device *qdev; 138 struct qaic_device { struct 215 struct qaic_device *qdev; argument 320 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor); 326 int qaic_control_open(struct qaic_device *qdev); 327 void qaic_control_close(struct qaic_device *qdev); 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); 334 void wakeup_dbc(struct qaic_device *qdev, u32 dbc_id); [all …]
|
| H A D | qaic_debugfs.c | 31 struct qaic_device *qdev; 48 struct qaic_device *qdev; in bootlog_show() 100 struct qaic_device *qdev = qddev->qdev; in qaic_debugfs_init() 121 static struct bootlog_page *alloc_bootlog_page(struct qaic_device *qdev) in alloc_bootlog_page() 136 static int reset_bootlog(struct qaic_device *qdev) in reset_bootlog() 155 static void *bootlog_get_space(struct qaic_device *qdev, unsigned int size) in bootlog_get_space() 173 static void bootlog_commit(struct qaic_device *qdev, unsigned int size) in bootlog_commit() 186 struct qaic_device *qdev = msg->qdev; in bootlog_log() 203 struct qaic_device *qdev = pci_get_drvdata(to_pci_dev(mhi_dev->mhi_cntrl->cntrl_dev)); in qaic_bootlog_mhi_probe() 251 struct qaic_device *qdev; in qaic_bootlog_mhi_remove() [all …]
|
| H A D | qaic_drv.c | 127 struct qaic_device *qdev = to_qaic_device(dev); in qaicm_pci_release() 144 struct qaic_device *qdev = qddev->qdev; in qaic_open() 197 struct qaic_device *qdev; in qaic_postclose() 256 static int qaic_create_drm_device(struct qaic_device *qdev, s32 partition_id) in qaic_create_drm_device() 286 static void qaic_destroy_drm_device(struct qaic_device *qdev, s32 partition_id) in qaic_destroy_drm_device() 326 struct qaic_device *qdev; in qaic_mhi_probe() 374 static void qaic_notify_reset(struct qaic_device *qdev) in qaic_notify_reset() 387 void qaic_dev_reset_clean_local_state(struct qaic_device *qdev) in qaic_dev_reset_clean_local_state() 399 static struct qaic_device *create_qdev(struct pci_dev *pdev, in create_qdev() 404 struct qaic_device *qdev; in create_qdev() [all …]
|
| H A D | qaic_control.c | 237 struct qaic_device *qdev; 298 static void save_dbc_buf(struct qaic_device *qdev, struct ioctl_resources *resources, in save_dbc_buf() 317 static void free_dbc_buf(struct qaic_device *qdev, struct ioctl_resources *resources) in free_dbc_buf() 325 static void free_dma_xfers(struct qaic_device *qdev, struct ioctl_resources *resources) in free_dma_xfers() 355 static int encode_passthrough(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_passthrough() 393 static int find_and_map_user_pages(struct qaic_device *qdev, in find_and_map_user_pages() 550 static void cleanup_xfer(struct qaic_device *qdev, struct dma_xfer *xfer) in cleanup_xfer() 562 static int encode_dma(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_dma() 631 static int encode_activate(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_activate() 708 static int encode_deactivate(struct qaic_device *qdev, void *trans, in encode_deactivate() [all …]
|
| H A D | qaic_data.c | 173 static int clone_range_of_sgt_for_slice(struct qaic_device *qdev, struct sg_table **sgt_out, in clone_range_of_sgt_for_slice() 256 static int encode_reqs(struct qaic_device *qdev, struct bo_slice *slice, in encode_reqs() 391 static int qaic_map_one_slice(struct qaic_device *qdev, struct qaic_bo *bo, in qaic_map_one_slice() 444 static int create_sgt(struct qaic_device *qdev, struct sg_table **sgt_out, u64 size) in create_sgt() 558 static int qaic_validate_req(struct qaic_device *qdev, struct qaic_attach_slice_entry *slice_ent, in qaic_validate_req() 714 struct qaic_device *qdev; in qaic_create_bo_ioctl() 783 struct qaic_device *qdev; in qaic_mmap_bo_ioctl() 884 static int qaic_prepare_export_bo(struct qaic_device *qdev, struct qaic_bo *bo, in qaic_prepare_export_bo() 896 static int qaic_prepare_bo(struct qaic_device *qdev, struct qaic_bo *bo, in qaic_prepare_bo() 918 static void qaic_unprepare_export_bo(struct qaic_device *qdev, struct qaic_bo *bo) in qaic_unprepare_export_bo() [all …]
|