Searched refs:bluetooth_rfkill (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/platform/x86/hp/ |
| H A D | hp-wmi.c | 326 static struct rfkill *bluetooth_rfkill; variable 1016 if (bluetooth_rfkill) in hp_wmi_notify() 1017 rfkill_set_states(bluetooth_rfkill, in hp_wmi_notify() 1164 bluetooth_rfkill = rfkill_alloc("hp-bluetooth", &device->dev, in hp_wmi_rfkill_setup() 1168 if (!bluetooth_rfkill) { in hp_wmi_rfkill_setup() 1172 rfkill_init_sw_state(bluetooth_rfkill, in hp_wmi_rfkill_setup() 1174 rfkill_set_hw_state(bluetooth_rfkill, in hp_wmi_rfkill_setup() 1176 err = rfkill_register(bluetooth_rfkill); in hp_wmi_rfkill_setup() 1204 if (bluetooth_rfkill) in hp_wmi_rfkill_setup() 1205 rfkill_unregister(bluetooth_rfkill); in hp_wmi_rfkill_setup() [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | eeepc-laptop.c | 167 struct rfkill *bluetooth_rfkill; member 811 if (eeepc->bluetooth_rfkill) { in eeepc_rfkill_exit() 812 rfkill_unregister(eeepc->bluetooth_rfkill); in eeepc_rfkill_exit() 813 rfkill_destroy(eeepc->bluetooth_rfkill); in eeepc_rfkill_exit() 814 eeepc->bluetooth_rfkill = NULL; in eeepc_rfkill_exit() 841 result = eeepc_new_rfkill(eeepc, &eeepc->bluetooth_rfkill, in eeepc_rfkill_init() 917 if (eeepc->bluetooth_rfkill) in eeepc_hotk_restore() 918 rfkill_set_sw_state(eeepc->bluetooth_rfkill, in eeepc_hotk_restore()
|
| H A D | acer-wmi.c | 370 static struct rfkill *bluetooth_rfkill; variable 2327 rfkill_set_sw_state(bluetooth_rfkill, !state); in acer_rfkill_update() 2400 bluetooth_rfkill = acer_rfkill_register(dev, in acer_rfkill_init() 2403 if (IS_ERR(bluetooth_rfkill)) { in acer_rfkill_init() 2404 err = PTR_ERR(bluetooth_rfkill); in acer_rfkill_init() 2430 rfkill_unregister(bluetooth_rfkill); in acer_rfkill_init() 2431 rfkill_destroy(bluetooth_rfkill); in acer_rfkill_init() 2454 rfkill_unregister(bluetooth_rfkill); in acer_rfkill_exit() 2455 rfkill_destroy(bluetooth_rfkill); in acer_rfkill_exit() 2506 rfkill_set_sw_state(bluetooth_rfkill, in acer_wmi_notify()
|