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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Ddell-laptop.c74 static struct rfkill *bluetooth_rfkill; variable in typeref:struct:rfkill
332 if (bluetooth_rfkill)
333 dell_rfkill_query(bluetooth_rfkill, (void *)2);
373 bluetooth_rfkill = rfkill_alloc("dell-bluetooth",
377 if (!bluetooth_rfkill) {
381 ret = rfkill_register(bluetooth_rfkill);
403 if (bluetooth_rfkill)
404 rfkill_unregister(bluetooth_rfkill);
406 rfkill_destroy(bluetooth_rfkill);
421 if (bluetooth_rfkill) {
[all...]
H A Dhp-wmi.c115 static struct rfkill *bluetooth_rfkill; variable in typeref:struct:rfkill
489 if (bluetooth_rfkill)
490 rfkill_set_states(bluetooth_rfkill,
605 bluetooth_rfkill = rfkill_alloc("hp-bluetooth", &device->dev,
609 rfkill_init_sw_state(bluetooth_rfkill,
611 rfkill_set_hw_state(bluetooth_rfkill,
613 err = rfkill_register(bluetooth_rfkill);
635 if (bluetooth_rfkill)
636 rfkill_unregister(bluetooth_rfkill);
638 rfkill_destroy(bluetooth_rfkill);
[all...]
H A Dacer-wmi.c142 static struct rfkill *bluetooth_rfkill; variable in typeref:struct:rfkill
968 rfkill_set_sw_state(bluetooth_rfkill, !state);
1017 bluetooth_rfkill = acer_rfkill_register(dev,
1020 if (IS_ERR(bluetooth_rfkill)) {
1023 return PTR_ERR(bluetooth_rfkill);
1040 rfkill_unregister(bluetooth_rfkill);
1041 rfkill_destroy(bluetooth_rfkill);
H A Deeepc-laptop.c174 struct rfkill *bluetooth_rfkill; member in struct:eeepc_laptop
815 if (eeepc->bluetooth_rfkill) {
816 rfkill_unregister(eeepc->bluetooth_rfkill);
817 rfkill_destroy(eeepc->bluetooth_rfkill);
818 eeepc->bluetooth_rfkill = NULL;
845 result = eeepc_new_rfkill(eeepc, &eeepc->bluetooth_rfkill,
917 if (eeepc->bluetooth_rfkill)
918 rfkill_set_sw_state(eeepc->bluetooth_rfkill,

Completed in 31 milliseconds