Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/
Dthinkpad_acpi.c420 static bool tpacpi_uwb_emulstate; variable
1466 return sysfs_emit(buf, "%d\n", !!tpacpi_uwb_emulstate); in uwb_emulstate_show()
1477 tpacpi_uwb_emulstate = !!t; in uwb_emulstate_store()
4834 return (tpacpi_uwb_emulstate) ? in uwb_get_status()
4854 tpacpi_uwb_emulstate = (state == TPACPI_RFK_RADIO_ON); in uwb_set_status()
11627 module_param_named(uwb_state, tpacpi_uwb_emulstate, bool, 0);