Lines Matching refs:cdx_mcdi_cmd

30 static void cdx_mcdi_cancel_cmd(struct cdx_mcdi *cdx, struct cdx_mcdi_cmd *cmd);
33 struct cdx_mcdi_cmd *cmd,
38 struct cdx_mcdi_cmd *cmd);
40 struct cdx_mcdi_cmd *cmd,
45 struct cdx_mcdi_cmd *cmd,
52 static bool cdx_cmd_cancelled(struct cdx_mcdi_cmd *cmd) in cdx_cmd_cancelled()
59 kfree(container_of(ref, struct cdx_mcdi_cmd, ref)); in cdx_mcdi_cmd_release()
62 static unsigned int cdx_mcdi_cmd_handle(struct cdx_mcdi_cmd *cmd) in cdx_mcdi_cmd_handle()
68 struct cdx_mcdi_cmd *cmd, in _cdx_mcdi_remove_cmd()
83 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_remove_cmd()
219 struct cdx_mcdi_cmd *cmd) in cdx_mcdi_send_request()
325 struct cdx_mcdi_cmd *cmd = in cdx_mcdi_process_cleanup_list()
327 struct cdx_mcdi_cmd, cleanup_list); in cdx_mcdi_process_cleanup_list()
351 struct cdx_mcdi_cmd *cmd; in _cdx_mcdi_cancel_cmd()
375 static void cdx_mcdi_cancel_cmd(struct cdx_mcdi *cdx, struct cdx_mcdi_cmd *cmd) in cdx_mcdi_cancel_cmd()
428 struct cdx_mcdi_cmd *cmd_item; in cdx_mcdi_rpc_sync()
499 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_rpc_async_internal()
528 struct cdx_mcdi_cmd *cmd) in cdx_mcdi_cmd_start_or_queue()
548 struct cdx_mcdi_cmd *cmd, *tmp; in cdx_mcdi_start_or_queue()
559 struct cdx_mcdi_cmd *cmd; in cdx_mcdi_process_cmd()
596 struct cdx_mcdi_cmd *cmd = in cdx_mcdi_cmd_work()
597 container_of(context, struct cdx_mcdi_cmd, work); in cdx_mcdi_cmd_work()
615 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_complete_cmd()
713 struct cdx_mcdi_cmd *cmd, in cdx_mcdi_timeout_cmd()
784 struct cdx_mcdi_cmd *cmd_item = in cdx_mcdi_rpc_async()
785 kmalloc(sizeof(struct cdx_mcdi_cmd) + inlen, GFP_ATOMIC); in cdx_mcdi_rpc_async()
825 struct cdx_mcdi_cmd *cmd; in cdx_mcdi_mode_fail()
827 cmd = list_first_entry(&mcdi->cmd_list, struct cdx_mcdi_cmd, in cdx_mcdi_mode_fail()