Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutstrtoul64.c43 * acpi_ut_strtoul64 interface, all conversions are 64 bits. This interface is
49 * the ASL language itself. This is implemented via the main acpi_ut_strtoul64
56 * FUNCTION: acpi_ut_strtoul64
80 acpi_status acpi_ut_strtoul64(char *string, u64 *return_value) in acpi_ut_strtoul64() function
H A Dnsconvert.c48 acpi_ut_strtoul64(original_object->string.pointer, &value); in acpi_ns_convert_to_integer()
H A Ddbconvert.c248 status = acpi_ut_strtoul64(string, &object->integer.value); in acpi_db_convert_to_object()
H A Dacutils.h191 acpi_status acpi_ut_strtoul64(char *string, u64 *ret_integer);
H A Ddbinput.c824 status = acpi_ut_strtoul64(acpi_gbl_db_args[1], &temp64); in acpi_db_command_dispatch()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutstrtoul64.c43 * acpi_ut_strtoul64 interface, all conversions are 64 bits. This interface is
49 * the ASL language itself. This is implemented via the main acpi_ut_strtoul64
56 * FUNCTION: acpi_ut_strtoul64
80 acpi_status acpi_ut_strtoul64(char *string, u64 *return_value) in acpi_ut_strtoul64() function
H A Dnsconvert.c48 acpi_ut_strtoul64(original_object->string.pointer, &value); in acpi_ns_convert_to_integer()
H A Ddbconvert.c248 status = acpi_ut_strtoul64(string, &object->integer.value); in acpi_db_convert_to_object()
H A Ddbinput.c827 status = acpi_ut_strtoul64(acpi_gbl_db_args[1], &temp64); in acpi_db_command_dispatch()
H A Dacutils.h207 acpi_status acpi_ut_strtoul64(char *string, u64 *ret_integer);
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
H A Dapmain.c178 acpi_ut_strtoul64(acpi_gbl_optarg, &gbl_rsdp_base); in ap_do_options()
H A Dapdump.c256 status = acpi_ut_strtoul64(ascii_address, &long_address); in ap_dump_table_by_address()
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/
H A Dapmain.c178 acpi_ut_strtoul64(acpi_gbl_optarg, &gbl_rsdp_base); in ap_do_options()
H A Dapdump.c258 status = acpi_ut_strtoul64(ascii_address, &long_address); in ap_dump_table_by_address()

Completed in 9 milliseconds