Searched refs:rfk_bluetooth (Results 1 – 1 of 1) sorted by relevance
125 static struct rfkill *rfk_wlan, *rfk_bluetooth, *rfk_threeg; variable765 if (rfk_bluetooth) { in rfkill_cleanup()766 rfkill_unregister(rfk_bluetooth); in rfkill_cleanup()767 rfkill_destroy(rfk_bluetooth); in rfkill_cleanup()795 if (rfk_bluetooth) in msi_update_rfkill()796 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s); in msi_update_rfkill()862 if (rfk_bluetooth) { in msi_init_rfkill()863 rfkill_set_sw_state(rfk_bluetooth, !bluetooth_s); in msi_init_rfkill()881 rfk_bluetooth = rfkill_alloc("msi-bluetooth", &sdev->dev, in rfkill_init()884 if (!rfk_bluetooth) { in rfkill_init()[all …]