Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c380 static bool tpacpi_bluetooth_emulstate; variable
1512 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_bluetooth_emulstate); in tpacpi_driver_bluetooth_emulstate_show()
1524 tpacpi_bluetooth_emulstate = !!t; in tpacpi_driver_bluetooth_emulstate_store()
4155 return (tpacpi_bluetooth_emulstate) ? in bluetooth_get_status()
4176 tpacpi_bluetooth_emulstate = (state == TPACPI_RFK_RADIO_ON); in bluetooth_set_status()
9353 module_param_named(bluetooth_state, tpacpi_bluetooth_emulstate, bool, 0);