Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c317 static struct rfkill *bluetooth_rfkill; variable
1004 if (bluetooth_rfkill) in hp_wmi_notify()
1005 rfkill_set_states(bluetooth_rfkill, in hp_wmi_notify()
1152 bluetooth_rfkill = rfkill_alloc("hp-bluetooth", &device->dev, in hp_wmi_rfkill_setup()
1156 if (!bluetooth_rfkill) { in hp_wmi_rfkill_setup()
1160 rfkill_init_sw_state(bluetooth_rfkill, in hp_wmi_rfkill_setup()
1162 rfkill_set_hw_state(bluetooth_rfkill, in hp_wmi_rfkill_setup()
1164 err = rfkill_register(bluetooth_rfkill); in hp_wmi_rfkill_setup()
1192 if (bluetooth_rfkill) in hp_wmi_rfkill_setup()
1193 rfkill_unregister(bluetooth_rfkill); in hp_wmi_rfkill_setup()
[all...]
/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c98 static struct rfkill *bluetooth_rfkill; variable
716 if (bluetooth_rfkill) { in dell_update_rfkill()
717 dell_rfkill_update_hw_state(bluetooth_rfkill, 2, status, in dell_update_rfkill()
719 dell_rfkill_update_sw_state(bluetooth_rfkill, 2, status); in dell_update_rfkill()
810 bluetooth_rfkill = rfkill_alloc("dell-bluetooth", in dell_setup_rfkill()
814 if (!bluetooth_rfkill) { in dell_setup_rfkill()
818 ret = rfkill_register(bluetooth_rfkill); in dell_setup_rfkill()
901 if (bluetooth_rfkill) in dell_setup_rfkill()
902 rfkill_unregister(bluetooth_rfkill); in dell_setup_rfkill()
904 rfkill_destroy(bluetooth_rfkill); in dell_setup_rfkill()
[all...]
/linux/drivers/platform/x86/
H A Dacer-wmi.c337 static struct rfkill *bluetooth_rfkill; variable
2230 rfkill_set_sw_state(bluetooth_rfkill, !state); in acer_rfkill_update()
2303 bluetooth_rfkill = acer_rfkill_register(dev, in acer_rfkill_init()
2306 if (IS_ERR(bluetooth_rfkill)) { in acer_rfkill_init()
2307 err = PTR_ERR(bluetooth_rfkill); in acer_rfkill_init()
2333 rfkill_unregister(bluetooth_rfkill); in acer_rfkill_init()
2334 rfkill_destroy(bluetooth_rfkill); in acer_rfkill_init()
2357 rfkill_unregister(bluetooth_rfkill); in acer_rfkill_exit()
2358 rfkill_destroy(bluetooth_rfkill); in acer_rfkill_exit()
2409 rfkill_set_sw_state(bluetooth_rfkill, in acer_wmi_notify()
[all...]