Searched refs:bluetooth_rfkill (Results 1 – 4 of 4) sorted by relevance
317 static struct rfkill *bluetooth_rfkill; variable1004 if (bluetooth_rfkill) in hp_wmi_notify()1156 if (!bluetooth_rfkill) { in hp_wmi_rfkill_setup()1192 if (bluetooth_rfkill) in hp_wmi_rfkill_setup()1195 rfkill_destroy(bluetooth_rfkill); in hp_wmi_rfkill_setup()1196 bluetooth_rfkill = NULL; in hp_wmi_rfkill_setup()1994 bluetooth_rfkill = NULL; in hp_wmi_bios_setup()2032 if (bluetooth_rfkill) { in hp_wmi_bios_remove()2034 rfkill_destroy(bluetooth_rfkill); in hp_wmi_bios_remove()2067 if (bluetooth_rfkill) in hp_wmi_resume_handler()[all …]
98 static struct rfkill *bluetooth_rfkill; variable716 if (bluetooth_rfkill) { 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()927 if (bluetooth_rfkill) { in dell_cleanup_rfkill()928 rfkill_unregister(bluetooth_rfkill); in dell_cleanup_rfkill()[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()
337 static struct rfkill *bluetooth_rfkill; variable2230 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()
Completed in 36 milliseconds