Searched refs:format_and_print (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/tools/power/x86/intel-speed-select/ |
| D | isst-display.c | 104 static void format_and_print(FILE *outf, int level, char *header, char *value) in format_and_print() function 169 format_and_print(outf, 1, header, NULL); in print_package_info() 174 format_and_print(outf, 1, header, NULL); in print_package_info() 176 format_and_print(outf, 2, header, NULL); in print_package_info() 178 format_and_print(outf, 3, header, NULL); in print_package_info() 191 format_and_print(outf, disp_level, header, NULL); in _isst_pbf_display_information() 196 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 201 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 207 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() 212 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() [all …]
|