Searched refs:bluetooth_rfkill (Results 1 – 4 of 4) sorted by relevance
208 static struct rfkill *bluetooth_rfkill; variable731 if (bluetooth_rfkill) in hp_wmi_notify()867 if (!bluetooth_rfkill) { in hp_wmi_rfkill_setup()903 if (bluetooth_rfkill) in hp_wmi_rfkill_setup()906 rfkill_destroy(bluetooth_rfkill); in hp_wmi_rfkill_setup()907 bluetooth_rfkill = NULL; in hp_wmi_rfkill_setup()1174 bluetooth_rfkill = NULL; in hp_wmi_bios_setup()1204 if (bluetooth_rfkill) { in hp_wmi_bios_remove()1206 rfkill_destroy(bluetooth_rfkill); in hp_wmi_bios_remove()1244 if (bluetooth_rfkill) in hp_wmi_resume_handler()[all …]
167 struct rfkill *bluetooth_rfkill; member811 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()
281 static struct rfkill *bluetooth_rfkill; variable1842 rfkill_set_sw_state(bluetooth_rfkill, !state); in acer_rfkill_update()1915 bluetooth_rfkill = acer_rfkill_register(dev, in acer_rfkill_init()1918 if (IS_ERR(bluetooth_rfkill)) { in acer_rfkill_init()1919 err = PTR_ERR(bluetooth_rfkill); in acer_rfkill_init()1945 rfkill_unregister(bluetooth_rfkill); in acer_rfkill_init()1946 rfkill_destroy(bluetooth_rfkill); in acer_rfkill_init()1969 rfkill_unregister(bluetooth_rfkill); in acer_rfkill_exit()1970 rfkill_destroy(bluetooth_rfkill); in acer_rfkill_exit()2036 rfkill_set_sw_state(bluetooth_rfkill, in acer_wmi_notify()
92 static struct rfkill *bluetooth_rfkill; variable683 if (bluetooth_rfkill) { in dell_update_rfkill()777 bluetooth_rfkill = rfkill_alloc("dell-bluetooth", in dell_setup_rfkill()781 if (!bluetooth_rfkill) { in dell_setup_rfkill()785 ret = rfkill_register(bluetooth_rfkill); in dell_setup_rfkill()868 if (bluetooth_rfkill) in dell_setup_rfkill()869 rfkill_unregister(bluetooth_rfkill); in dell_setup_rfkill()871 rfkill_destroy(bluetooth_rfkill); in dell_setup_rfkill()894 if (bluetooth_rfkill) { in dell_cleanup_rfkill()895 rfkill_unregister(bluetooth_rfkill); in dell_cleanup_rfkill()[all …]
Completed in 20 milliseconds