Searched refs:rfk_bluetooth (Results 1 – 1 of 1) sorted by relevance
124 static struct rfkill *rfk_wlan, *rfk_bluetooth, *rfk_threeg; variable764 if (rfk_bluetooth) { in rfkill_cleanup()765 rfkill_unregister(rfk_bluetooth); in rfkill_cleanup()766 rfkill_destroy(rfk_bluetooth); in rfkill_cleanup()794 if (rfk_bluetooth) in msi_update_rfkill()795 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s); in msi_update_rfkill()861 if (rfk_bluetooth) { in msi_init_rfkill()862 rfkill_set_sw_state(rfk_bluetooth, !bluetooth_s); in msi_init_rfkill()880 rfk_bluetooth = rfkill_alloc("msi-bluetooth", &sdev->dev, in rfkill_init()883 if (!rfk_bluetooth) { in rfkill_init()[all …]