Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c433 static bool tpacpi_bluetooth_emulstate;
1437 return sysfs_emit(buf, "%d\n", !!tpacpi_bluetooth_emulstate); in bluetooth_emulstate_show()
1448 tpacpi_bluetooth_emulstate = !!t; in bluetooth_emulstate_store()
4151 return (tpacpi_bluetooth_emulstate) ? in bluetooth_get_status()
4171 tpacpi_bluetooth_emulstate = (state == TPACPI_RFK_RADIO_ON); in bluetooth_set_status()
12061 module_param_named(bluetooth_state, tpacpi_bluetooth_emulstate, bool, 0);
432 static bool tpacpi_bluetooth_emulstate; global() variable