Searched refs:rfkill (Results 26 - 50 of 97) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A DMakefile14 ath5k-y += rfkill.o
H A Dbase.h49 #include <linux/rfkill.h>
102 /* GPIO PIN for rfkill */
104 /* polarity of rfkill GPIO PIN */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/platform/x86/
H A Ddell-laptop.c22 #include <linux/rfkill.h>
73 static struct rfkill *wifi_rfkill;
74 static struct rfkill *bluetooth_rfkill;
75 static struct rfkill *wwan_rfkill;
306 static void dell_rfkill_query(struct rfkill *rfkill, void *data) argument
317 rfkill_set_sw_state(rfkill, !!(status & BIT(bit)));
320 rfkill_set_hw_state(rfkill, !(status & BIT(16)));
347 "not enabling rfkill\n");
548 printk(KERN_WARNING "dell-laptop: Unable to setup rfkill\
[all...]
H A Deeepc-laptop.c36 #include <linux/rfkill.h>
173 struct rfkill *wlan_rfkill;
174 struct rfkill *bluetooth_rfkill;
175 struct rfkill *wwan3g_rfkill;
176 struct rfkill *wimax_rfkill;
567 * PCI hotplug (for wlan rfkill)
682 pr_err("Error removing rfkill notify handler %s\n",
770 struct rfkill **rfkill,
781 *rfkill
769 eeepc_new_rfkill(struct eeepc_laptop *eeepc, struct rfkill **rfkill, const char *name, enum rfkill_type type, int cm) argument
[all...]
H A Dideapad_acpi.c29 #include <linux/rfkill.h>
38 struct rfkill *rfk[5];
45 /* camera has no rfkill */
H A Dclassmate-laptop.c27 #include <linux/rfkill.h>
505 static void cmpc_rfkill_query(struct rfkill *rfkill, void *data) argument
516 rfkill_set_sw_state(rfkill, blocked);
546 * Common backlight and rfkill code.
551 struct rfkill *rf;
H A Dhp-wmi.c34 #include <linux/rfkill.h>
114 static struct rfkill *wifi_rfkill;
115 static struct rfkill *bluetooth_rfkill;
116 static struct rfkill *wwan_rfkill;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/b43/
H A DMakefile16 b43-y += rfkill.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/platform/x86/
H A Ddell-laptop.c22 #include <linux/rfkill.h>
73 static struct rfkill *wifi_rfkill;
74 static struct rfkill *bluetooth_rfkill;
75 static struct rfkill *wwan_rfkill;
306 static void dell_rfkill_query(struct rfkill *rfkill, void *data) argument
317 rfkill_set_sw_state(rfkill, !!(status & BIT(bit)));
320 rfkill_set_hw_state(rfkill, !(status & BIT(16)));
347 "not enabling rfkill\n");
548 printk(KERN_WARNING "dell-laptop: Unable to setup rfkill\
[all...]
H A Deeepc-laptop.c36 #include <linux/rfkill.h>
173 struct rfkill *wlan_rfkill;
174 struct rfkill *bluetooth_rfkill;
175 struct rfkill *wwan3g_rfkill;
176 struct rfkill *wimax_rfkill;
567 * PCI hotplug (for wlan rfkill)
682 pr_err("Error removing rfkill notify handler %s\n",
770 struct rfkill **rfkill,
781 *rfkill
769 eeepc_new_rfkill(struct eeepc_laptop *eeepc, struct rfkill **rfkill, const char *name, enum rfkill_type type, int cm) argument
[all...]
H A Dideapad_acpi.c29 #include <linux/rfkill.h>
38 struct rfkill *rfk[5];
45 /* camera has no rfkill */
H A Dclassmate-laptop.c27 #include <linux/rfkill.h>
505 static void cmpc_rfkill_query(struct rfkill *rfkill, void *data) argument
516 rfkill_set_sw_state(rfkill, blocked);
546 * Common backlight and rfkill code.
551 struct rfkill *rf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/b43/
H A DMakefile16 b43-y += rfkill.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dst_kim.c61 /* strings to be used for rfkill entries and by
451 /* TODO: this is only because rfkill sub-system
455 rfkill_set_hw_state(kim_gdata->rfkill[ST_BT], 1);
463 /* unblock and send event to UIM via /dev/rfkill */
464 rfkill_set_hw_state(kim_gdata->rfkill[ST_BT], 0);
497 /* set BT rfkill to be blocked */
498 err = rfkill_set_hw_state(kim_gdata->rfkill[ST_BT], 1);
537 /* function called from rfkill subsystem, when someone from
539 * /sys/class/rfkill/rfkill0,1,3/state
679 kim_gdata->rfkill[prot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/ti-st/
H A Dst_kim.c61 /* strings to be used for rfkill entries and by
451 /* TODO: this is only because rfkill sub-system
455 rfkill_set_hw_state(kim_gdata->rfkill[ST_BT], 1);
463 /* unblock and send event to UIM via /dev/rfkill */
464 rfkill_set_hw_state(kim_gdata->rfkill[ST_BT], 0);
497 /* set BT rfkill to be blocked */
498 err = rfkill_set_hw_state(kim_gdata->rfkill[ST_BT], 1);
537 /* function called from rfkill subsystem, when someone from
539 * /sys/class/rfkill/rfkill0,1,3/state
679 kim_gdata->rfkill[prot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Drfkill.c3 * rfkill implementation for busybox
10 #include <linux/rfkill.h>
60 rf_fd = device_open("/dev/rfkill", mode);
62 bb_perror_msg_and_die("/dev/rfkill");
68 char rf_sysfs[sizeof("/sys/class/rfkill/rfkill%u/uevent") + sizeof(int)*3];
81 sprintf(rf_sysfs, "/sys/class/rfkill/rfkill%u/uevent", event.idx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Drfkill.c3 * rfkill implementation for busybox
10 #include <linux/rfkill.h>
60 rf_fd = device_open("/dev/rfkill", mode);
62 bb_perror_msg_and_die("/dev/rfkill");
68 char rf_sysfs[sizeof("/sys/class/rfkill/rfkill%u/uevent") + sizeof(int)*3];
81 sprintf(rf_sysfs, "/sys/class/rfkill/rfkill%u/uevent", event.idx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Drfkill.c3 * rfkill implementation for busybox
10 #include <linux/rfkill.h>
60 rf_fd = device_open("/dev/rfkill", mode);
62 bb_perror_msg_and_die("/dev/rfkill");
68 char rf_sysfs[sizeof("/sys/class/rfkill/rfkill%u/uevent") + sizeof(int)*3];
81 sprintf(rf_sysfs, "/sys/class/rfkill/rfkill%u/uevent", event.idx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dcore.c263 static void cfg80211_rfkill_poll(struct rfkill *rfkill, void *data) argument
295 cfg80211_rfkill_set_block(rdev, rfkill_blocked(rdev->rfkill));
377 rdev->rfkill = rfkill_alloc(dev_name(&rdev->wiphy.dev),
381 if (!rdev->rfkill) {
514 res = rfkill_register(rdev->rfkill);
533 rfkill_resume_polling(rdev->rfkill);
541 rfkill_pause_polling(rdev->rfkill);
549 rfkill_unregister(rdev->rfkill);
605 rfkill_destroy(rdev->rfkill);
[all...]
H A Dcore.h14 #include <linux/rfkill.h>
29 /* rfkill support */
31 struct rfkill *rfkill; member in struct:cfg80211_registered_device
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dcore.c263 static void cfg80211_rfkill_poll(struct rfkill *rfkill, void *data) argument
295 cfg80211_rfkill_set_block(rdev, rfkill_blocked(rdev->rfkill));
377 rdev->rfkill = rfkill_alloc(dev_name(&rdev->wiphy.dev),
381 if (!rdev->rfkill) {
514 res = rfkill_register(rdev->rfkill);
533 rfkill_resume_polling(rdev->rfkill);
541 rfkill_pause_polling(rdev->rfkill);
549 rfkill_unregister(rdev->rfkill);
605 rfkill_destroy(rdev->rfkill);
[all...]
H A Dcore.h14 #include <linux/rfkill.h>
29 /* rfkill support */
31 struct rfkill *rfkill; member in struct:cfg80211_registered_device
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/
H A DMakefile58 obj-$(CONFIG_RFKILL) += rfkill/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath5k/
H A Dbase.h49 #include <linux/rfkill.h>
102 /* GPIO PIN for rfkill */
104 /* polarity of rfkill GPIO PIN */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/
H A DMakefile58 obj-$(CONFIG_RFKILL) += rfkill/

Completed in 306 milliseconds

1234