Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c1153 static struct tpacpi_rfk *tpacpi_rfkill_switches[TPACPI_RFK_SW_MAX]; variable
1183 tp_rfk = tpacpi_rfkill_switches[i]; in tpacpi_rfk_update_hwblock_state()
1247 BUG_ON(id >= TPACPI_RFK_SW_MAX || tpacpi_rfkill_switches[id]); in tpacpi_new_rfkill()
1288 tpacpi_rfkill_switches[id] = atp_rfk; in tpacpi_new_rfkill()
1301 tp_rfk = tpacpi_rfkill_switches[id]; in tpacpi_destroy_rfkill()
1305 tpacpi_rfkill_switches[id] = NULL; in tpacpi_destroy_rfkill()
1329 status = tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]); in tpacpi_rfk_sysfs_enable_show()
1356 res = tpacpi_rfkill_switches[id]->ops->set_status((!!t) ? in tpacpi_rfk_sysfs_enable_store()
1358 tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]); in tpacpi_rfk_sysfs_enable_store()
1376 tpacpi_rfkill_switches[i in tpacpi_rfk_procfs_read()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c1079 static struct tpacpi_rfk *tpacpi_rfkill_switches[TPACPI_RFK_SW_MAX]; variable
1109 tp_rfk = tpacpi_rfkill_switches[i]; in tpacpi_rfk_update_hwblock_state()
1173 BUG_ON(id >= TPACPI_RFK_SW_MAX || tpacpi_rfkill_switches[id]); in tpacpi_new_rfkill()
1214 tpacpi_rfkill_switches[id] = atp_rfk; in tpacpi_new_rfkill()
1227 tp_rfk = tpacpi_rfkill_switches[id]; in tpacpi_destroy_rfkill()
1231 tpacpi_rfkill_switches[id] = NULL; in tpacpi_destroy_rfkill()
1255 status = tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]); in tpacpi_rfk_sysfs_enable_show()
1282 res = tpacpi_rfkill_switches[id]->ops->set_status((!!t) ? in tpacpi_rfk_sysfs_enable_store()
1284 tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]); in tpacpi_rfk_sysfs_enable_store()
1302 tpacpi_rfkill_switches[i in tpacpi_rfk_procfs_read()
[all...]

Completed in 15 milliseconds