Searched refs:ACPI_EC_COMMAND_POLL (Results 1 – 1 of 1) sorted by relevance
107 #define ACPI_EC_COMMAND_POLL 0x01 /* Available for command byte */ macro 591 * the ACPI_EC_COMMAND_POLL state immediately. in acpi_ec_guard_event() 606 if (ec->curr && (ec->curr->flags & ACPI_EC_COMMAND_POLL)) in ec_transaction_polled() 633 if (flag == ACPI_EC_COMMAND_POLL) in ec_transaction_transition() 674 if (!t || !(t->flags & ACPI_EC_COMMAND_POLL)) { in advance_transaction() 683 if (t->flags & ACPI_EC_COMMAND_POLL) { in advance_transaction() 708 ec_transaction_transition(ec, ACPI_EC_COMMAND_POLL); in advance_transaction() 742 * ACPI_EC_COMMAND_POLL state. in ec_guard() 745 * transaction enters ACPI_EC_COMMAND_POLL in ec_guard()