Lines Matching refs:bluetooth_rfkill
90 static struct rfkill *bluetooth_rfkill; variable
680 if (bluetooth_rfkill) { in dell_update_rfkill()
681 dell_rfkill_update_hw_state(bluetooth_rfkill, 2, status, in dell_update_rfkill()
683 dell_rfkill_update_sw_state(bluetooth_rfkill, 2, status); in dell_update_rfkill()
774 bluetooth_rfkill = rfkill_alloc("dell-bluetooth", in dell_setup_rfkill()
778 if (!bluetooth_rfkill) { in dell_setup_rfkill()
782 ret = rfkill_register(bluetooth_rfkill); in dell_setup_rfkill()
865 if (bluetooth_rfkill) in dell_setup_rfkill()
866 rfkill_unregister(bluetooth_rfkill); in dell_setup_rfkill()
868 rfkill_destroy(bluetooth_rfkill); in dell_setup_rfkill()
891 if (bluetooth_rfkill) { in dell_cleanup_rfkill()
892 rfkill_unregister(bluetooth_rfkill); in dell_cleanup_rfkill()
893 rfkill_destroy(bluetooth_rfkill); in dell_cleanup_rfkill()