Searched refs:rfk_bluetooth (Results 1 – 1 of 1) sorted by relevance
110 static struct rfkill *rfk_wlan, *rfk_bluetooth, *rfk_threeg; variable757 if (rfk_bluetooth) { in rfkill_cleanup()758 rfkill_unregister(rfk_bluetooth); in rfkill_cleanup()759 rfkill_destroy(rfk_bluetooth); in rfkill_cleanup()787 if (rfk_bluetooth) in msi_update_rfkill()788 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s); in msi_update_rfkill()844 if (rfk_bluetooth) { in msi_init_rfkill()845 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s); in msi_init_rfkill()863 rfk_bluetooth = rfkill_alloc("msi-bluetooth", &sdev->dev, in rfkill_init()866 if (!rfk_bluetooth) { in rfkill_init()[all …]