Searched refs:tpacpi_bluetooth_emulstate (Results 1 – 1 of 1) sorted by relevance
409 static bool tpacpi_bluetooth_emulstate; variable1412 return sysfs_emit(buf, "%d\n", !!tpacpi_bluetooth_emulstate); in bluetooth_emulstate_show()1423 tpacpi_bluetooth_emulstate = !!t; in bluetooth_emulstate_store()4278 return (tpacpi_bluetooth_emulstate) ? in bluetooth_get_status()4298 tpacpi_bluetooth_emulstate = (state == TPACPI_RFK_RADIO_ON); in bluetooth_set_status()11519 module_param_named(bluetooth_state, tpacpi_bluetooth_emulstate, bool, 0);