Searched refs:acpi_ut_put_number (Results 1 – 1 of 1) sorted by relevance
/drivers/acpi/acpica/ |
D | utprint.c | 34 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper); 104 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper) in acpi_ut_put_number() function 172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number() 254 pos = acpi_ut_put_number(reversed_string, number, base, upper); in acpi_ut_format_number()
|