Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/
Dec.c105 #define ACPI_EC_COMMAND_POLL 0x01 /* Available for command byte */ macro
601 if (ec->curr && (ec->curr->flags & ACPI_EC_COMMAND_POLL)) in ec_transaction_polled()
624 flag == ACPI_EC_COMMAND_POLL) in ec_transaction_transition()
657 if (!t || !(t->flags & ACPI_EC_COMMAND_POLL)) { in advance_transaction()
667 if (t->flags & ACPI_EC_COMMAND_POLL) { in advance_transaction()
693 ec_transaction_transition(ec, ACPI_EC_COMMAND_POLL); in advance_transaction()