Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) 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()
/kernel/linux/linux-6.6/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) 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()

Completed in 2 milliseconds