Lines Matching refs:cdx_mcdi_cmd

34 static void cdx_mcdi_cancel_cmd(struct cdx_mcdi *cdx, struct cdx_mcdi_cmd *cmd);
37 struct cdx_mcdi_cmd *cmd,
42 struct cdx_mcdi_cmd *cmd);
44 struct cdx_mcdi_cmd *cmd,
49 struct cdx_mcdi_cmd *cmd,
56 static bool cdx_cmd_cancelled(struct cdx_mcdi_cmd *cmd) in cdx_cmd_cancelled()
63 kfree(container_of(ref, struct cdx_mcdi_cmd, ref)); in cdx_mcdi_cmd_release()
66 static unsigned int cdx_mcdi_cmd_handle(struct cdx_mcdi_cmd *cmd) in cdx_mcdi_cmd_handle()
72 struct cdx_mcdi_cmd *cmd, in _cdx_mcdi_remove_cmd()
87 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_remove_cmd()
223 struct cdx_mcdi_cmd *cmd) in cdx_mcdi_send_request()
329 struct cdx_mcdi_cmd *cmd = in cdx_mcdi_process_cleanup_list()
331 struct cdx_mcdi_cmd, cleanup_list); in cdx_mcdi_process_cleanup_list()
355 struct cdx_mcdi_cmd *cmd; in _cdx_mcdi_cancel_cmd()
379 static void cdx_mcdi_cancel_cmd(struct cdx_mcdi *cdx, struct cdx_mcdi_cmd *cmd) in cdx_mcdi_cancel_cmd()
432 struct cdx_mcdi_cmd *cmd_item; in cdx_mcdi_rpc_sync()
503 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_rpc_async_internal()
532 struct cdx_mcdi_cmd *cmd) in cdx_mcdi_cmd_start_or_queue()
552 struct cdx_mcdi_cmd *cmd, *tmp; in cdx_mcdi_start_or_queue()
563 struct cdx_mcdi_cmd *cmd; in cdx_mcdi_process_cmd()
600 struct cdx_mcdi_cmd *cmd = in cdx_mcdi_cmd_work()
601 container_of(context, struct cdx_mcdi_cmd, work); in cdx_mcdi_cmd_work()
619 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_complete_cmd()
717 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_timeout_cmd()
788 struct cdx_mcdi_cmd *cmd_item = in cdx_mcdi_rpc_async()
789 kmalloc(sizeof(struct cdx_mcdi_cmd) + inlen, GFP_ATOMIC); in cdx_mcdi_rpc_async()
829 struct cdx_mcdi_cmd *cmd; in cdx_mcdi_mode_fail()
831 cmd = list_first_entry(&mcdi->cmd_list, struct cdx_mcdi_cmd, in cdx_mcdi_mode_fail()