Searched refs:rfk_bluetooth (Results 1 – 1 of 1) sorted by relevance
112 static struct rfkill *rfk_wlan, *rfk_bluetooth, *rfk_threeg; variable750 if (rfk_bluetooth) { in rfkill_cleanup()751 rfkill_unregister(rfk_bluetooth); in rfkill_cleanup()752 rfkill_destroy(rfk_bluetooth); in rfkill_cleanup()780 if (rfk_bluetooth) in msi_update_rfkill()781 msi_rfkill_set_state(rfk_bluetooth, !bluetooth_s); in msi_update_rfkill()847 if (rfk_bluetooth) { in msi_init_rfkill()848 rfkill_set_sw_state(rfk_bluetooth, !bluetooth_s); in msi_init_rfkill()866 rfk_bluetooth = rfkill_alloc("msi-bluetooth", &sdev->dev, in rfkill_init()869 if (!rfk_bluetooth) { in rfkill_init()[all …]