Home
last modified time | relevance | path

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

/drivers/acpi/
Dec.c104 #define ACPI_EC_COMMAND_POLL 0x01 /* Available for command byte */ macro
603 if (ec->curr && (ec->curr->flags & ACPI_EC_COMMAND_POLL)) in ec_transaction_polled()
630 if (flag == ACPI_EC_COMMAND_POLL) in ec_transaction_transition()
671 if (!t || !(t->flags & ACPI_EC_COMMAND_POLL)) { in advance_transaction()
680 if (t->flags & ACPI_EC_COMMAND_POLL) { in advance_transaction()
705 ec_transaction_transition(ec, ACPI_EC_COMMAND_POLL); in advance_transaction()