Lines Matching refs:shell_error

34 		shell_error(ctx_shell, "VCP discover failed (%d)", err);  in vcs_discover_cb()
40 shell_error(ctx_shell, "Could not get VCP context"); in vcs_discover_cb()
48 shell_error(ctx_shell, "VCP vol_down failed (%d)", err); in vcs_vol_down_cb()
57 shell_error(ctx_shell, "VCP vol_up failed (%d)", err); in vcs_vol_up_cb()
66 shell_error(ctx_shell, "VCP mute failed (%d)", err); in vcs_mute_cb()
75 shell_error(ctx_shell, "VCP unmute failed (%d)", err); in vcs_unmute_cb()
84 shell_error(ctx_shell, "VCP vol_down_unmute failed (%d)", err); in vcs_vol_down_unmute_cb()
93 shell_error(ctx_shell, "VCP vol_up_unmute failed (%d)", err); in vcs_vol_up_unmute_cb()
102 shell_error(ctx_shell, "VCP vol_set failed (%d)", err); in vcs_vol_set_cb()
112 shell_error(ctx_shell, "VCP state get failed (%d)", err); in vcs_state_cb()
122 shell_error(ctx_shell, "VCP flags get failed (%d)", err); in vcs_flags_cb()
132 shell_error(ctx_shell, "Set gain failed (%d) for inst %p", in vcs_aics_set_gain_cb()
142 shell_error(ctx_shell, "Unmute failed (%d) for inst %p", in vcs_aics_unmute_cb()
152 shell_error(ctx_shell, "Mute failed (%d) for inst %p", in vcs_aics_mute_cb()
162 shell_error(ctx_shell, in vcs_aics_set_manual_mode_cb()
173 shell_error(ctx_shell, in vcs_aics_automatic_mode_cb()
186 shell_error(ctx_shell, "AICS state get failed (%d) for inst %p", in vcs_aics_state_cb()
200 shell_error(ctx_shell, in vcs_aics_gain_setting_cb()
214 shell_error(ctx_shell, in vcs_aics_input_type_cb()
226 shell_error(ctx_shell, in vcs_aics_status_cb()
239 shell_error(ctx_shell, in vcs_aics_description_cb()
253 shell_error(ctx_shell, "Set offset failed (%d) for inst %p", in vcs_vocs_set_offset_cb()
263 shell_error(ctx_shell, "VOCS state get failed (%d) for inst %p", in vcs_vocs_state_cb()
274 shell_error(ctx_shell, in vcs_vocs_location_cb()
287 shell_error(ctx_shell, in vcs_vocs_description_cb()
356 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_discover()
374 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_state_get()
392 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_flags_get()
410 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_volume_down()
429 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_volume_up()
447 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_unmute_volume_down()
465 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_unmute_volume_up()
485 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_volume_set()
491 shell_error(sh, "Failed to parse volume: %d", result); in cmd_vcp_vol_ctlr_volume_set()
497 shell_error(sh, "Volume shall be 0-255, was %lu", volume); in cmd_vcp_vol_ctlr_volume_set()
517 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_unmute()
535 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_mute()
554 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_vocs_state_get()
560 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_vocs_state_get()
566 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_vocs_state_get()
587 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_vocs_location_get()
593 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_vocs_location_get()
599 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_vocs_location_get()
621 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_vocs_location_set()
627 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_vocs_location_set()
633 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_vocs_location_set()
641 shell_error(sh, "Failed to parse location: %d", result); in cmd_vcp_vol_ctlr_vocs_location_set()
647 shell_error(sh, "Invalid location %lu", location); in cmd_vcp_vol_ctlr_vocs_location_set()
668 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_vocs_offset_set()
674 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_vocs_offset_set()
680 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_vocs_offset_set()
688 shell_error(sh, "Failed to parse offset: %d", result); in cmd_vcp_vol_ctlr_vocs_offset_set()
694 shell_error(sh, "Offset shall be %d-%d, was %ld", in cmd_vcp_vol_ctlr_vocs_offset_set()
715 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_vocs_output_description_get()
721 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_vocs_output_description_get()
727 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_vocs_output_description_get()
748 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_vocs_output_description_set()
754 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_vocs_output_description_set()
760 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_vocs_output_description_set()
781 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_input_state_get()
787 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_input_state_get()
793 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_input_state_get()
814 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_gain_setting_get()
820 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_gain_setting_get()
826 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_gain_setting_get()
847 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_input_type_get()
853 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_input_type_get()
859 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_input_type_get()
880 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_input_status_get()
886 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_input_status_get()
892 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_input_status_get()
913 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_input_unmute()
919 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_input_unmute()
925 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_input_unmute()
946 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_input_mute()
952 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_input_mute()
958 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_input_mute()
979 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_manual_input_gain_set()
985 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_manual_input_gain_set()
991 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_manual_input_gain_set()
1012 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_auto_input_gain_set()
1018 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_auto_input_gain_set()
1024 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_auto_input_gain_set()
1046 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_gain_set()
1052 shell_error(sh, "Could not parse index: %d", result); in cmd_vcp_vol_ctlr_aics_gain_set()
1057 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_gain_set()
1064 shell_error(sh, "Could not parse gain: %d", result); in cmd_vcp_vol_ctlr_aics_gain_set()
1069 shell_error(sh, "Gain shall be %d-%d, was %ld", in cmd_vcp_vol_ctlr_aics_gain_set()
1089 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_input_description_get()
1095 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_input_description_get()
1101 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_input_description_get()
1122 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_aics_input_description_set()
1128 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_ctlr_aics_input_description_set()
1134 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_vcp_vol_ctlr_aics_input_description_set()
1151 shell_error(sh, "%s unknown parameter: %s", in cmd_vcp_vol_ctlr()
1154 shell_error(sh, "%s Missing subcommand", argv[0]); in cmd_vcp_vol_ctlr()