Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c1181 static struct tpacpi_rfk *tpacpi_rfkill_switches[TPACPI_RFK_SW_MAX]; variable
1207 tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[i]); in tpacpi_rfk_update_swstate_all()
1220 tp_rfk = tpacpi_rfkill_switches[i]; in tpacpi_rfk_update_hwblock_state()
1284 BUG_ON(id >= TPACPI_RFK_SW_MAX || tpacpi_rfkill_switches[id]); in tpacpi_new_rfkill()
1325 tpacpi_rfkill_switches[id] = atp_rfk; in tpacpi_new_rfkill()
1338 tp_rfk = tpacpi_rfkill_switches[id]; in tpacpi_destroy_rfkill()
1342 tpacpi_rfkill_switches[id] = NULL; in tpacpi_destroy_rfkill()
1366 status = tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]); in tpacpi_rfk_sysfs_enable_show()
1393 res = tpacpi_rfkill_switches[id]->ops->set_status((!!t) ? in tpacpi_rfk_sysfs_enable_store()
1395 tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]); in tpacpi_rfk_sysfs_enable_store()
[all …]