Lines Matching refs:shell_error
35 shell_error(ctx_shell, "Discovery failed (%d)", err); in micp_mic_ctlr_discover_cb()
43 shell_error(ctx_shell, "Could not get included services"); in micp_mic_ctlr_discover_cb()
53 shell_error(ctx_shell, "Mute write failed (%d)", err); in micp_mic_ctlr_mute_written_cb()
63 shell_error(ctx_shell, "Unmute write failed (%d)", err); in micp_mic_ctlr_unmute_written_cb()
73 shell_error(ctx_shell, "Mute get failed (%d)", err); in micp_mic_ctlr_mute_cb()
85 shell_error(ctx_shell, "Set gain failed (%d) for inst %p", in micp_mic_ctlr_aics_set_gain_cb()
95 shell_error(ctx_shell, "Unmute failed (%d) for inst %p", in micp_mic_ctlr_aics_unmute_cb()
105 shell_error(ctx_shell, "Mute failed (%d) for inst %p", in micp_mic_ctlr_aics_mute_cb()
115 shell_error(ctx_shell, in micp_mic_ctlr_aics_set_manual_mode_cb()
126 shell_error(ctx_shell, in micp_mic_ctlr_aics_automatic_mode_cb()
139 shell_error(ctx_shell, "AICS state get failed (%d) for " in micp_mic_ctlr_aics_state_cb()
153 shell_error(ctx_shell, "AICS gain settings get failed (%d) for " in micp_mic_ctlr_aics_gain_setting_cb()
167 shell_error(ctx_shell, "AICS input type get failed (%d) for " in micp_mic_ctlr_aics_input_type_cb()
180 shell_error(ctx_shell, "AICS status get failed (%d) for " in micp_mic_ctlr_aics_status_cb()
193 shell_error(ctx_shell, "AICS description get failed (%d) for " in micp_mic_ctlr_aics_description_cb()
314 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_input_state_get()
320 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_input_state_get()
346 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_gain_setting_get()
352 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_gain_setting_get()
378 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_input_type_get()
384 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_input_type_get()
410 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_input_status_get()
416 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_input_status_get()
442 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_input_unmute()
448 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_input_unmute()
470 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_input_mute()
476 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_input_mute()
502 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_manual_input_gain_set()
508 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_manual_input_gain_set()
535 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_automatic_input_gain_set()
541 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_automatic_input_gain_set()
568 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_gain_set()
574 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_gain_set()
582 shell_error(sh, "Could not parse gain: %d", result); in cmd_micp_mic_ctlr_aics_gain_set()
588 shell_error(sh, "Gain shall be %d-%d, was %ld", in cmd_micp_mic_ctlr_aics_gain_set()
614 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_input_description_get()
620 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_input_description_get()
646 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_ctlr_aics_input_description_set()
652 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_ctlr_aics_input_description_set()
674 shell_error(sh, "%s unknown parameter: %s", in cmd_micp_mic_ctlr()
677 shell_error(sh, "%s Missing subcommand", argv[0]); in cmd_micp_mic_ctlr()