Lines Matching refs:bluetooth_rfkill
96 static struct rfkill *bluetooth_rfkill; variable
697 if (bluetooth_rfkill) { in dell_update_rfkill()
698 dell_rfkill_update_hw_state(bluetooth_rfkill, 2, status, in dell_update_rfkill()
700 dell_rfkill_update_sw_state(bluetooth_rfkill, 2, status); in dell_update_rfkill()
791 bluetooth_rfkill = rfkill_alloc("dell-bluetooth", in dell_setup_rfkill()
795 if (!bluetooth_rfkill) { in dell_setup_rfkill()
799 ret = rfkill_register(bluetooth_rfkill); in dell_setup_rfkill()
882 if (bluetooth_rfkill) in dell_setup_rfkill()
883 rfkill_unregister(bluetooth_rfkill); in dell_setup_rfkill()
885 rfkill_destroy(bluetooth_rfkill); in dell_setup_rfkill()
908 if (bluetooth_rfkill) { in dell_cleanup_rfkill()
909 rfkill_unregister(bluetooth_rfkill); in dell_cleanup_rfkill()
910 rfkill_destroy(bluetooth_rfkill); in dell_cleanup_rfkill()