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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Ddriver-ops.h393 if (local->ops->rfkill_poll)
394 local->ops->rfkill_poll(&local->hw);
H A Dcfg.c1639 .rfkill_poll = ieee80211_rfkill_poll,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2800pci.c1000 .rfkill_poll = rt2x00mac_rfkill_poll,
1028 .rfkill_poll = rt2800_rfkill_poll,
H A Drt2800usb.c535 .rfkill_poll = rt2x00mac_rfkill_poll,
560 .rfkill_poll = rt2800_rfkill_poll,
H A Drt2x00.h550 int (*rfkill_poll) (struct rt2x00_dev *rt2x00dev); member in struct:rt2x00lib_ops
H A Drt2x00mac.c715 bool active = !!rt2x00dev->ops->lib->rfkill_poll(rt2x00dev);
H A Drt2400pci.c1601 .rfkill_poll = rt2x00mac_rfkill_poll,
1613 .rfkill_poll = rt2400pci_rfkill_poll,
H A Drt2500usb.c1779 .rfkill_poll = rt2x00mac_rfkill_poll,
1788 .rfkill_poll = rt2500usb_rfkill_poll,
H A Drt2500pci.c1897 .rfkill_poll = rt2x00mac_rfkill_poll,
1909 .rfkill_poll = rt2500pci_rfkill_poll,
H A Drt61pci.c2809 .rfkill_poll = rt2x00mac_rfkill_poll,
2824 .rfkill_poll = rt61pci_rfkill_poll,
H A Drt73usb.c2240 .rfkill_poll = rt2x00mac_rfkill_poll,
2252 .rfkill_poll = rt73usb_rfkill_poll,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dcore.c885 static void rfkill_poll(struct work_struct *work) function
957 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dcore.c267 rdev->ops->rfkill_poll(&rdev->wiphy);
530 if (!rdev->ops->rfkill_poll)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl3945-base.c2767 container_of(data, struct iwl_priv, _3945.rfkill_poll.work);
2786 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
3177 cancel_delayed_work(&priv->_3945.rfkill_poll);
3218 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
3773 INIT_DELAYED_WORK(&priv->_3945.rfkill_poll, iwl3945_rfkill_poll);
4129 queue_delayed_work(priv->workqueue, &priv->_3945.rfkill_poll,
4203 cancel_delayed_work_sync(&priv->_3945.rfkill_poll);
H A Diwl-dev.h1265 struct delayed_work rfkill_poll; member in struct:iwl_priv::__anon13780::__anon13781
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dmac80211.h1686 * @rfkill_poll: Poll rfkill hardware state. If you need this, you also
1687 * need to set wiphy->rfkill_poll to %true before registration,
1763 void (*rfkill_poll)(struct ieee80211_hw *hw); member in struct:ieee80211_ops
H A Dcfg80211.h1010 * @rfkill_poll: polls the hw rfkill line, use cfg80211 reporting
1145 void (*rfkill_poll)(struct wiphy *wiphy); member in struct:cfg80211_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8187_dev.c1278 .rfkill_poll = rtl8187_rfkill_poll,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c1835 .rfkill_poll = ath9k_htc_rfkill_poll_state,
H A Dmain.c2102 .rfkill_poll = ath9k_rfkill_poll_state,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c3504 .rfkill_poll = b43legacy_rfkill_poll,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dmain.c4590 .rfkill_poll = b43_rfkill_poll,

Completed in 315 milliseconds