Lines Matching refs:rfk_bluetooth
112 static struct rfkill *rfk_wlan, *rfk_bluetooth, *rfk_threeg;
750 if (rfk_bluetooth) {
751 rfkill_unregister(rfk_bluetooth);
752 rfkill_destroy(rfk_bluetooth);
780 if (rfk_bluetooth)
781 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s);
847 if (rfk_bluetooth) {
848 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s);
866 rfk_bluetooth = rfkill_alloc("msi-bluetooth", &sdev->dev,
869 if (!rfk_bluetooth) {
873 retval = rfkill_register(rfk_bluetooth);
914 if (rfk_bluetooth)
915 rfkill_unregister(rfk_bluetooth);
917 rfkill_destroy(rfk_bluetooth);