Lines Matching refs:bluetooth_rfkill
120 static struct rfkill *bluetooth_rfkill; variable
781 if (bluetooth_rfkill) { in dell_update_rfkill()
782 dell_rfkill_update_hw_state(bluetooth_rfkill, 2, status, in dell_update_rfkill()
784 dell_rfkill_update_sw_state(bluetooth_rfkill, 2, status); in dell_update_rfkill()
879 bluetooth_rfkill = rfkill_alloc("dell-bluetooth", in dell_setup_rfkill()
883 if (!bluetooth_rfkill) { in dell_setup_rfkill()
887 ret = rfkill_register(bluetooth_rfkill); in dell_setup_rfkill()
970 if (bluetooth_rfkill) in dell_setup_rfkill()
971 rfkill_unregister(bluetooth_rfkill); in dell_setup_rfkill()
973 rfkill_destroy(bluetooth_rfkill); in dell_setup_rfkill()
996 if (bluetooth_rfkill) { in dell_cleanup_rfkill()
997 rfkill_unregister(bluetooth_rfkill); in dell_cleanup_rfkill()
998 rfkill_destroy(bluetooth_rfkill); in dell_cleanup_rfkill()