Searched refs:acpi_ut_put_number (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/acpica/
H A Dutprint.c68 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper);
129 * FUNCTION: acpi_ut_put_number
143 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper) function
211 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE);
293 pos = acpi_ut_put_number(reversed_string, number, base, upper);

Completed in 10 milliseconds