Home
last modified time | relevance | path

Searched refs:how_long_us (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/acpi/acpica/
A Dexsystem.c123 acpi_status acpi_ex_system_do_stall(u32 how_long_us) in acpi_ex_system_do_stall() argument
129 if (how_long_us > 255) { in acpi_ex_system_do_stall()
137 "Time parameter is too large (%u)", how_long_us)); in acpi_ex_system_do_stall()
140 if (how_long_us > 100) { in acpi_ex_system_do_stall()
143 how_long_us)); in acpi_ex_system_do_stall()
145 acpi_os_stall(how_long_us); in acpi_ex_system_do_stall()

Completed in 3 milliseconds