Lines Matching refs:bluetooth_rfkill
92 static struct rfkill *bluetooth_rfkill; variable
683 if (bluetooth_rfkill) { in dell_update_rfkill()
684 dell_rfkill_update_hw_state(bluetooth_rfkill, 2, status, in dell_update_rfkill()
686 dell_rfkill_update_sw_state(bluetooth_rfkill, 2, status); 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()
896 rfkill_destroy(bluetooth_rfkill); in dell_cleanup_rfkill()