Lines Matching full:mailbox
6 * A mailbox client command shell on sip_svc service to communicate with SDM.
33 shell_print(sh, "Mailbox client already registered"); in cmd_reg()
46 shell_error(sh, "Mailbox client register fail"); in cmd_reg()
49 shell_print(sh, "Mailbox client register success (token %08x)", mb_c_token); in cmd_reg()
61 shell_print(sh, "Mailbox client is not registered"); in cmd_unreg()
67 shell_error(sh, "Mailbox client unregister fail (%d)", err); in cmd_unreg()
69 shell_print(sh, "Mailbox client unregister success"); in cmd_unreg()
85 shell_print(sh, "Mailbox client is not registered"); in cmd_open()
108 shell_error(sh, "Mailbox client open fail (%d)", err); in cmd_open()
110 shell_print(sh, "Mailbox client open success"); in cmd_open()
123 shell_print(sh, "Mailbox client is not registered"); in cmd_close()
151 shell_error(sh, "Mailbox client close fail (%d)", err); in cmd_close()
153 shell_print(sh, "Mailbox client close success"); in cmd_close()
227 shell_error(sh, "Mailbox length too long"); in parse_mb_data()
266 shell_print(sh, "Mailbox client is not registered"); in cmd_send()
319 shell_error(sh, "Mailbox send fail (no open or no free trans_id)"); in cmd_send()
326 shell_print(sh, "Mailbox send success: trans_id %d", trans_id); in cmd_send()
329 shell_error(sh, "Mailbox send timeout: trans_id %d", trans_id); in cmd_send()
347 SHELL_CMD_REGISTER(mailbox, &sub_mailbox, "Intel SoC FPGA SDM mailbox client commands", NULL);