Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dhwesleep.c22 * integer_argument - Argument to pass to the method
30 void acpi_hw_execute_sleep_method(char *method_pathname, u32 integer_argument) in acpi_hw_execute_sleep_method() argument
38 /* One argument, integer_argument; No return value expected */ in acpi_hw_execute_sleep_method()
43 arg.integer.value = (u64)integer_argument; in acpi_hw_execute_sleep_method()
H A Dachware.h61 void acpi_hw_execute_sleep_method(char *method_name, u32 integer_argument);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dhwesleep.c22 * integer_argument - Argument to pass to the method
30 void acpi_hw_execute_sleep_method(char *method_pathname, u32 integer_argument) in acpi_hw_execute_sleep_method() argument
38 /* One argument, integer_argument; No return value expected */ in acpi_hw_execute_sleep_method()
43 arg.integer.value = (u64)integer_argument; in acpi_hw_execute_sleep_method()
H A Dachware.h61 void acpi_hw_execute_sleep_method(char *method_name, u32 integer_argument);

Completed in 1 milliseconds