Home
last modified time | relevance | path

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

/src/sys/dev/acpi_support/
H A Dacpi_hp.c360 int new_bluetooth_status; in acpi_hp_evaluate_auto_on_off() local
370 new_bluetooth_status = -1; in acpi_hp_evaluate_auto_on_off()
392 new_bluetooth_status = 0; in acpi_hp_evaluate_auto_on_off()
399 new_bluetooth_status = 1; in acpi_hp_evaluate_auto_on_off()
429 if (new_bluetooth_status == -1) { in acpi_hp_evaluate_auto_on_off()
430 new_bluetooth_status = (wireless & HP_MASK_BLUETOOTH_ON_AIR); in acpi_hp_evaluate_auto_on_off()
431 if ((new_bluetooth_status?1:0) != sc->was_bluetooth_on_air) { in acpi_hp_evaluate_auto_on_off()
439 new_bluetooth_status); in acpi_hp_evaluate_auto_on_off()