Searched refs:rfkill (Results 1 - 25 of 39) sorted by relevance

12

/drivers/net/wireless/rtl818x/rtl8187/
H A DMakefile1 rtl8187-objs := dev.o rtl8225.o leds.o rfkill.o
/drivers/net/wimax/i2400m/
H A Ddebug-levels.h39 D_SUBMODULE_DECLARE(rfkill),
H A DMakefile9 op-rfkill.o \
H A Dop-rfkill.c3 * Implement backend for the WiMAX stack rfkill support
41 #define D_SUBMODULE rfkill
H A Ddebugfs.c259 __debugfs_register("dl_", rfkill, dentry);
/drivers/platform/x86/
H A Dxo1-rfkill.c2 * Support for rfkill through the OLPC XO-1 laptop embedded controller
14 #include <linux/rfkill.h>
45 struct rfkill *rfk;
65 struct rfkill *rfk = platform_get_drvdata(pdev);
73 .name = "xo1-rfkill",
84 MODULE_ALIAS("platform:xo1-rfkill");
H A Dintel_oaktrail.c30 * 2. registers in the rfkill subsystem here: /sys/class/rfkill/rfkillX/
52 #include <linux/rfkill.h>
101 static struct rfkill *bt_rfkill;
102 static struct rfkill *gps_rfkill;
103 static struct rfkill *wifi_rfkill;
104 static struct rfkill *wwan_rfkill;
107 /* rfkill */
130 static struct rfkill *oaktrail_rfkill_new(char *name, enum rfkill_type type,
133 struct rfkill *rfkill_de
[all...]
H A Dasus-wmi.c39 #include <linux/rfkill.h>
176 struct rfkill *rfkill; member in struct:asus_rfkill
582 * PCI hotplug (for wlan rfkill)
608 if (asus->wlan.rfkill)
609 rfkill_set_sw_state(asus->wlan.rfkill, blocked);
708 pr_err("Error removing rfkill notify handler %s\n",
821 static void asus_rfkill_query(struct rfkill *rfkill, void *data) argument
831 rfkill_set_sw_state(priv->rfkill, !resul
868 struct rfkill **rfkill = &arfkill->rfkill; local
[all...]
H A Dhp-wmi.c38 #include <linux/rfkill.h>
156 static struct rfkill *wifi_rfkill;
157 static struct rfkill *bluetooth_rfkill;
158 static struct rfkill *wwan_rfkill;
159 static struct rfkill *gps_rfkill;
164 struct rfkill *rfkill; member in struct:rfkill2_device
409 rfkill_set_states(rfkill2[i].rfkill,
824 struct rfkill *rfkill; local
[all...]
H A Ddell-laptop.c24 #include <linux/rfkill.h>
93 static struct rfkill *wifi_rfkill;
94 static struct rfkill *bluetooth_rfkill;
95 static struct rfkill *wwan_rfkill;
99 MODULE_PARM_DESC(force_rfkill, "enable rfkill on non whitelisted models");
429 static void dell_rfkill_update_sw_state(struct rfkill *rfkill, int radio, argument
434 int block = rfkill_blocked(rfkill);
439 rfkill_set_sw_state(rfkill, !!(status & BIT(radio + 16)));
443 static void dell_rfkill_update_hw_state(struct rfkill *rfkil argument
450 dell_rfkill_query(struct rfkill *rfkill, void *data) argument
[all...]
H A Damilo-rfkill.c2 * Support for rfkill on some Fujitsu-Siemens Amilo laptops.
22 #include <linux/rfkill.h>
103 static struct rfkill *amilo_rfkill_dev;
H A Dsamsung-laptop.c24 #include <linux/rfkill.h>
317 struct rfkill *rfkill; member in struct:samsung_rfkill
613 static void swsmi_rfkill_query(struct rfkill *rfkill, void *priv) argument
631 rfkill_set_sw_state(rfkill, !ret);
861 if (samsung->wlan.rfkill) {
862 rfkill_unregister(samsung->wlan.rfkill);
863 rfkill_destroy(samsung->wlan.rfkill);
864 samsung->wlan.rfkill
879 struct rfkill **rfkill = &arfkill->rfkill; local
[all...]
H A DMakefile22 obj-$(CONFIG_AMILO_RFKILL) += amilo-rfkill.o
47 obj-$(CONFIG_XO1_RFKILL) += xo1-rfkill.o
H A Deeepc-laptop.c35 #include <linux/rfkill.h>
172 struct rfkill *wlan_rfkill;
173 struct rfkill *bluetooth_rfkill;
174 struct rfkill *wwan3g_rfkill;
175 struct rfkill *wimax_rfkill;
559 * PCI hotplug (for wlan rfkill)
682 * Refresh pci hotplug in case the rfkill state was
704 pr_err("Error removing rfkill notify handler %s\n",
707 * Refresh pci hotplug in case the rfkill
797 struct rfkill **rfkil
796 eeepc_new_rfkill(struct eeepc_laptop *eeepc, struct rfkill **rfkill, const char *name, enum rfkill_type type, int cm) argument
[all...]
H A Dasus-laptop.c53 #include <linux/rfkill.h>
88 "(unknown, led or rfkill). "
93 "(unknown, led or rfkill). "
238 * Same thing for rfkill
243 struct rfkill *rfkill; member in struct:asus_rfkill
1299 rfkill_set_sw_state(asus->gps.rfkill, !value);
1304 * rfkill
1340 if (!rfk->rfkill)
1343 rfkill_unregister(rfk->rfkill);
[all...]
H A Dcompal-laptop.c33 * registers itself in the Linux backlight control, power_supply, rfkill
38 * /sys/class/rfkill/rfkillX/
80 #include <linux/rfkill.h>
366 static void compal_rfkill_poll(struct rfkill *rfkill, void *data) argument
370 rfkill_set_hw_state(rfkill, hw_blocked);
744 static struct rfkill *wifi_rfkill;
745 static struct rfkill *bt_rfkill;
H A Dmsi-laptop.c63 #include <linux/rfkill.h>
124 static struct rfkill *rfk_wlan, *rfk_bluetooth, *rfk_threeg;
781 static bool msi_rfkill_set_state(struct rfkill *rfkill, bool blocked) argument
784 return rfkill_set_hw_state(rfkill, blocked);
786 return rfkill_set_sw_state(rfkill, blocked);
875 /* add rfkill */
914 /* schedule to run rfkill state initial */
1021 /* initial rfkill */
H A Dclassmate-laptop.c27 #include <linux/rfkill.h>
907 static void cmpc_rfkill_query(struct rfkill *rfkill, void *data) argument
918 rfkill_set_sw_state(rfkill, blocked);
950 * Common backlight and rfkill code.
955 struct rfkill *rf;
H A Dacer-wmi.c38 #include <linux/rfkill.h>
259 static struct rfkill *wireless_rfkill;
260 static struct rfkill *bluetooth_rfkill;
261 static struct rfkill *threeg_rfkill;
1556 static struct rfkill *acer_rfkill_register(struct device *dev,
1561 struct rfkill *rfkill_dev;
H A Dtoshiba_acpi.c51 #include <linux/rfkill.h>
153 struct rfkill *bt_rfk;
762 /* Bluetooth rfkill handlers */
824 static void bt_rfkill_poll(struct rfkill *rfkill, void *data) argument
844 if (rfkill_set_hw_state(rfkill, !new_rfk_state))
1881 /* Register rfkill switch for Bluetooth */
1889 pr_err("unable to allocate rfkill device\n");
1896 pr_err("unable to register rfkill device\n");
/drivers/net/wireless/b43legacy/
H A DMakefile9 b43legacy-y += rfkill.o
/drivers/net/wireless/ath/ath5k/
H A DMakefile15 ath5k-y += rfkill.o
/drivers/net/wireless/b43/
H A DMakefile20 b43-y += rfkill.o
/drivers/net/usb/
H A Dhso.c66 #include <linux/rfkill.h>
156 struct rfkill *rfkill; member in struct:hso_net
2456 /* Creates and sets up everything for rfkill */
2471 hso_net->rfkill = rfkill_alloc(rfkn,
2475 if (!hso_net->rfkill) {
2480 if (rfkill_register(hso_net->rfkill) < 0) {
2481 rfkill_destroy(hso_net->rfkill);
2483 hso_net->rfkill = NULL;
2484 dev_err(dev, "%s - Failed to register rfkill\
[all...]
/drivers/net/wireless/iwlwifi/pcie/
H A Dinternal.h68 u32 rfkill; member in struct:isr_statistics
427 IWL_DEBUG_ISR(trans, "Enabling rfkill interrupt\n");

Completed in 359 milliseconds

12