Searched refs:busy_polling (Results 1 – 2 of 2) sorted by relevance
730 if (ec->busy_polling) { in ec_guard()999 ec->busy_polling = true; in acpi_ec_enter_noirq()1010 ec->busy_polling = ec_busy_polling; in acpi_ec_leave_noirq()1298 if (ec->busy_polling || bits > 8) in acpi_ec_space_handler()1306 if (ec->busy_polling || bits > 8) in acpi_ec_space_handler()1349 ec->busy_polling = true; in acpi_ec_alloc()
183 bool busy_polling; member