Searched refs:acpi_tb_fix_string (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | tbprint.c | 19 static void acpi_tb_fix_string(char *string, acpi_size length); 27 * FUNCTION: acpi_tb_fix_string 39 static void acpi_tb_fix_string(char *string, acpi_size length) in acpi_tb_fix_string() function 73 acpi_tb_fix_string(out_header->signature, ACPI_NAMESEG_SIZE); in acpi_tb_cleanup_table_header() 74 acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_cleanup_table_header() 75 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header() 76 acpi_tb_fix_string(out_header->asl_compiler_id, ACPI_NAMESEG_SIZE); in acpi_tb_cleanup_table_header() 113 acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_print_table_header()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | tbprint.c | 18 static void acpi_tb_fix_string(char *string, acpi_size length); 26 * FUNCTION: acpi_tb_fix_string 38 static void acpi_tb_fix_string(char *string, acpi_size length) in acpi_tb_fix_string() function 72 acpi_tb_fix_string(out_header->signature, ACPI_NAMESEG_SIZE); in acpi_tb_cleanup_table_header() 73 acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_cleanup_table_header() 74 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); in acpi_tb_cleanup_table_header() 75 acpi_tb_fix_string(out_header->asl_compiler_id, ACPI_NAMESEG_SIZE); in acpi_tb_cleanup_table_header() 111 acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_print_table_header()
|
Completed in 2 milliseconds