Searched refs:how_long_us (Results 1 – 1 of 1) sorted by relevance
123 acpi_status acpi_ex_system_do_stall(u32 how_long_us) in acpi_ex_system_do_stall() argument129 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()