Lines Matching refs:SHELL_NORMAL
263 shell_fprintf(ltv_info->sh, SHELL_NORMAL, "%*s", elem_indent, ""); in print_ltv_elem()
266 shell_fprintf(ltv_info->sh, SHELL_NORMAL, "%02X", data->data[i]); in print_ltv_elem()
269 shell_fprintf(ltv_info->sh, SHELL_NORMAL, "\n"); in print_ltv_elem()
336 shell_fprintf(sh, SHELL_NORMAL, "%*s", indent, ""); in print_codec_meta_program_info()
338 shell_fprintf(sh, SHELL_NORMAL, "%c", (char)program_info[i]); in print_codec_meta_program_info()
341 shell_fprintf(sh, SHELL_NORMAL, "\n"); in print_codec_meta_program_info()
379 shell_fprintf(sh, SHELL_NORMAL, "%*s", indent, ""); in print_codec_meta_program_info_uri()
382 shell_fprintf(sh, SHELL_NORMAL, "%c", (char)program_info_uri[i]); in print_codec_meta_program_info_uri()
385 shell_fprintf(sh, SHELL_NORMAL, "\n"); in print_codec_meta_program_info_uri()
408 shell_fprintf(sh, SHELL_NORMAL, "%*s", indent, ""); in print_codec_meta_extended()
411 shell_fprintf(sh, SHELL_NORMAL, "%u", (uint8_t)extended_meta[i]); in print_codec_meta_extended()
414 shell_fprintf(sh, SHELL_NORMAL, "\n"); in print_codec_meta_extended()
424 shell_fprintf(sh, SHELL_NORMAL, "%*s", indent, ""); in print_codec_meta_vendor()
427 shell_fprintf(sh, SHELL_NORMAL, "%u", (uint8_t)vendor_meta[i]); in print_codec_meta_vendor()
430 shell_fprintf(sh, SHELL_NORMAL, "\n"); in print_codec_meta_vendor()
547 shell_fprintf(sh, SHELL_NORMAL, "%*s", indent, ""); in print_codec_cap()
550 shell_fprintf(sh, SHELL_NORMAL, "%*s%02X", indent, "", codec_cap->data[i]); in print_codec_cap()
553 shell_fprintf(sh, SHELL_NORMAL, "\n"); in print_codec_cap()
717 shell_fprintf(sh, SHELL_NORMAL, "%*s", indent, ""); in print_codec_cfg()
720 shell_fprintf(sh, SHELL_NORMAL, "%*s%02X", indent, "", codec_cfg->data[i]); in print_codec_cfg()
723 shell_fprintf(sh, SHELL_NORMAL, "\n"); in print_codec_cfg()
840 shell_fprintf(ctx_shell, SHELL_NORMAL, "%*s", indent, ""); in print_base_subgroup_bis_cb()
843 shell_fprintf(ctx_shell, SHELL_NORMAL, "%02X", bis->data[i]); in print_base_subgroup_bis_cb()
846 shell_fprintf(ctx_shell, SHELL_NORMAL, "\n"); in print_base_subgroup_bis_cb()
889 shell_fprintf(ctx_shell, SHELL_NORMAL, "%*s", indent, ""); in print_base_subgroup_cb()
892 shell_fprintf(ctx_shell, SHELL_NORMAL, "%c", data[i]); in print_base_subgroup_cb()
895 shell_fprintf(ctx_shell, SHELL_NORMAL, "\n"); in print_base_subgroup_cb()
911 shell_fprintf(ctx_shell, SHELL_NORMAL, "%*s", indent, ""); in print_base_subgroup_cb()
914 shell_fprintf(ctx_shell, SHELL_NORMAL, "%c", data[i]); in print_base_subgroup_cb()
917 shell_fprintf(ctx_shell, SHELL_NORMAL, "\n"); in print_base_subgroup_cb()