Searched refs:rfk_bluetooth (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dmsi-laptop.c108 static struct rfkill *rfk_wlan, *rfk_bluetooth, *rfk_threeg; variable in typeref:struct:
579 if (rfk_bluetooth) {
580 rfkill_unregister(rfk_bluetooth);
581 rfkill_destroy(rfk_bluetooth);
601 if (rfk_bluetooth)
602 rfkill_set_sw_state(rfk_bluetooth, !bluetooth_s);
641 if (rfk_bluetooth) {
642 rfkill_set_sw_state(rfk_bluetooth, !bluetooth_s);
660 rfk_bluetooth = rfkill_alloc("msi-bluetooth", &sdev->dev,
663 if (!rfk_bluetooth) {
[all...]

Completed in 99 milliseconds