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

/linux-master/drivers/acpi/acpica/
H A Dutprint.c34 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper);
90 * FUNCTION: acpi_ut_put_number
104 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper) function
172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE);
254 pos = acpi_ut_put_number(reversed_string, number, base, upper);

Completed in 107 milliseconds