Home
last modified time | relevance | path

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

/trueos/sys/dev/acpica/
HDacpi_ec.c183 static int ec_burst_mode; variable
184 TUNABLE_INT("debug.acpi.ec.burst", &ec_burst_mode);
185 SYSCTL_INT(_debug_acpi_ec, OID_AUTO, burst, CTLFLAG_RW, &ec_burst_mode, 0,
905 if (!ec_burst_mode && cmd == EC_COMMAND_BURST_ENABLE) in EcCommand()