Lines Matching refs:rfk_bluetooth
110 static struct rfkill *rfk_wlan, *rfk_bluetooth, *rfk_threeg;
757 if (rfk_bluetooth) {
758 rfkill_unregister(rfk_bluetooth);
759 rfkill_destroy(rfk_bluetooth);
787 if (rfk_bluetooth)
788 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s);
844 if (rfk_bluetooth) {
845 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s);
863 rfk_bluetooth = rfkill_alloc("msi-bluetooth", &sdev->dev,
866 if (!rfk_bluetooth) {
870 retval = rfkill_register(rfk_bluetooth);
906 if (rfk_bluetooth)
907 rfkill_unregister(rfk_bluetooth);
909 rfkill_destroy(rfk_bluetooth);