Searched refs:was_bluetooth_on_air (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/acpi_support/
H A Dacpi_hp.c133 int was_bluetooth_on_air; /* last known BT member in struct:acpi_hp_softc
404 if ((new_bluetooth_status?1:0) != sc->was_bluetooth_on_air) {
405 sc->was_bluetooth_on_air = sc->was_bluetooth_on_air?
411 sc->was_bluetooth_on_air,
414 0xd0+sc->was_bluetooth_on_air);
475 sc->was_bluetooth_on_air = 0;
544 sc->was_bluetooth_on_air = arg;

Completed in 118 milliseconds