Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/
Dec.c105 #define ACPI_EC_COMMAND_POLL 0x01 /* Available for command byte */ macro
585 if (ec->curr && (ec->curr->flags & ACPI_EC_COMMAND_POLL)) in ec_transaction_polled()
608 flag == ACPI_EC_COMMAND_POLL) in ec_transaction_transition()
658 if (!t || !(t->flags & ACPI_EC_COMMAND_POLL)) { in advance_transaction()
669 if (t->flags & ACPI_EC_COMMAND_POLL) { in advance_transaction()
694 ec_transaction_transition(ec, ACPI_EC_COMMAND_POLL); in advance_transaction()