Lines Matching refs:bluetooth_rfkill
118 static struct rfkill *bluetooth_rfkill; variable
607 if (bluetooth_rfkill) { in dell_update_rfkill()
608 dell_rfkill_update_hw_state(bluetooth_rfkill, 2, status); in dell_update_rfkill()
609 dell_rfkill_update_sw_state(bluetooth_rfkill, 2, status); in dell_update_rfkill()
693 bluetooth_rfkill = rfkill_alloc("dell-bluetooth", in dell_setup_rfkill()
697 if (!bluetooth_rfkill) { in dell_setup_rfkill()
701 ret = rfkill_register(bluetooth_rfkill); in dell_setup_rfkill()
732 if (bluetooth_rfkill) in dell_setup_rfkill()
733 rfkill_unregister(bluetooth_rfkill); in dell_setup_rfkill()
735 rfkill_destroy(bluetooth_rfkill); in dell_setup_rfkill()
750 if (bluetooth_rfkill) { in dell_cleanup_rfkill()
751 rfkill_unregister(bluetooth_rfkill); in dell_cleanup_rfkill()
752 rfkill_destroy(bluetooth_rfkill); in dell_cleanup_rfkill()