Lines Matching full:rfkill
25 #include <linux/rfkill.h>
165 struct rfkill *wlan_rfkill;
166 struct rfkill *bluetooth_rfkill;
167 struct rfkill *wwan3g_rfkill;
168 struct rfkill *wimax_rfkill;
549 * PCI hotplug (for wlan rfkill)
671 * Refresh pci hotplug in case the rfkill state was in eeepc_register_rfkill_notifier()
693 pr_err("Error removing rfkill notify handler %s\n", in eeepc_unregister_rfkill_notifier()
696 * Refresh pci hotplug in case the rfkill in eeepc_unregister_rfkill_notifier()
751 * Rfkill devices
765 struct rfkill **rfkill, in eeepc_new_rfkill() argument
776 *rfkill = rfkill_alloc(name, &eeepc->platform_device->dev, type, in eeepc_new_rfkill()
779 if (!*rfkill) in eeepc_new_rfkill()
782 rfkill_init_sw_state(*rfkill, get_acpi(eeepc, cm) != 1); in eeepc_new_rfkill()
783 result = rfkill_register(*rfkill); in eeepc_new_rfkill()
785 rfkill_destroy(*rfkill); in eeepc_new_rfkill()
786 *rfkill = NULL; in eeepc_new_rfkill()
909 /* Refresh both wlan rfkill state and pci hotplug */ in eeepc_hotk_restore()
1395 * our hwmon and our wlan rfkill subdevice use global ACPI objects in eeepc_acpi_add()