Lines Matching defs:qdev
236 struct qaic_device *qdev; member
297 static void save_dbc_buf(struct qaic_device *qdev, struct ioctl_resources *resources, in save_dbc_buf()
315 static void free_dbc_buf(struct qaic_device *qdev, struct ioctl_resources *resources) in free_dbc_buf()
323 static void free_dma_xfers(struct qaic_device *qdev, struct ioctl_resources *resources) in free_dma_xfers()
353 static int encode_passthrough(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_passthrough()
391 static int find_and_map_user_pages(struct qaic_device *qdev, in find_and_map_user_pages()
548 static void cleanup_xfer(struct qaic_device *qdev, struct dma_xfer *xfer) in cleanup_xfer()
560 static int encode_dma(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_dma()
629 static int encode_activate(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_activate()
705 static int encode_deactivate(struct qaic_device *qdev, void *trans, in encode_deactivate()
718 static int encode_status(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_status()
751 static int encode_message(struct qaic_device *qdev, struct manage_msg *user_msg, in encode_message()
828 static int decode_passthrough(struct qaic_device *qdev, void *trans, struct manage_msg *user_msg, in decode_passthrough()
853 static int decode_activate(struct qaic_device *qdev, void *trans, struct manage_msg *user_msg, in decode_activate()
899 static int decode_deactivate(struct qaic_device *qdev, void *trans, u32 *msg_len, in decode_deactivate()
929 static int decode_status(struct qaic_device *qdev, void *trans, struct manage_msg *user_msg, in decode_status()
959 static int decode_message(struct qaic_device *qdev, struct manage_msg *user_msg, in decode_message()
1015 static void *msg_xfer(struct qaic_device *qdev, struct wrapper_list *wrappers, u32 seq_num, in msg_xfer()
1126 static int abort_dma_cont(struct qaic_device *qdev, struct wrapper_list *wrappers, u32 dma_chunk_id) in abort_dma_cont()
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()
1288 struct qaic_device *qdev; in qaic_manage_ioctl() local
1357 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor) in get_cntl_version()
1400 struct qaic_device *qdev = resp->qdev; in resp_worker() local
1448 struct qaic_device *qdev = dev_get_drvdata(&mhi_dev->dev); in qaic_mhi_dl_xfer_cb() local
1469 int qaic_control_open(struct qaic_device *qdev) in qaic_control_open()
1493 void qaic_control_close(struct qaic_device *qdev) in qaic_control_close()
1498 void qaic_release_usr(struct qaic_device *qdev, struct qaic_user *usr) in qaic_release_usr()
1546 void wake_all_cntl(struct qaic_device *qdev) in wake_all_cntl()