/linux-4.4.14/drivers/net/wireless/rt2x00/ |
H A D | rt2800soc.c | 158 .rfkill_poll = rt2x00mac_rfkill_poll, 197 .rfkill_poll = rt2800_rfkill_poll,
|
H A D | rt2800pci.c | 319 .rfkill_poll = rt2x00mac_rfkill_poll, 358 .rfkill_poll = rt2800_rfkill_poll,
|
H A D | rt2800usb.c | 845 .rfkill_poll = rt2x00mac_rfkill_poll, 877 .rfkill_poll = rt2800_rfkill_poll,
|
H A D | rt2x00mac.c | 731 bool active = !!rt2x00dev->ops->lib->rfkill_poll(rt2x00dev); rt2x00mac_rfkill_poll()
|
H A D | rt2400pci.c | 1728 .rfkill_poll = rt2x00mac_rfkill_poll, 1747 .rfkill_poll = rt2400pci_rfkill_poll,
|
H A D | rt2500usb.c | 1832 .rfkill_poll = rt2x00mac_rfkill_poll, 1846 .rfkill_poll = rt2500usb_rfkill_poll,
|
H A D | rt2500pci.c | 2027 .rfkill_poll = rt2x00mac_rfkill_poll, 2046 .rfkill_poll = rt2500pci_rfkill_poll,
|
H A D | rt73usb.c | 2317 .rfkill_poll = rt2x00mac_rfkill_poll, 2334 .rfkill_poll = rt73usb_rfkill_poll,
|
H A D | rt2x00.h | 560 int (*rfkill_poll) (struct rt2x00_dev *rt2x00dev); member in struct:rt2x00lib_ops
|
H A D | rt61pci.c | 2979 .rfkill_poll = rt2x00mac_rfkill_poll, 3002 .rfkill_poll = rt61pci_rfkill_poll,
|
/linux-4.4.14/net/mac80211/ |
H A D | driver-ops.h | 611 if (local->ops->rfkill_poll) drv_rfkill_poll() 612 local->ops->rfkill_poll(&local->hw); drv_rfkill_poll()
|
H A D | cfg.c | 3857 .rfkill_poll = ieee80211_rfkill_poll,
|
/linux-4.4.14/net/rfkill/ |
H A D | core.c | 899 static void rfkill_poll(struct work_struct *work) rfkill_poll() function 972 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); rfkill_register()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 3945-mac.c | 2503 container_of(data, struct il_priv, _3945.rfkill_poll.work); il3945_rfkill_poll() 2522 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, il3945_rfkill_poll() 2840 cancel_delayed_work(&il->_3945.rfkill_poll); il3945_mac_start() 2871 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, il3945_mac_stop() 3426 INIT_DELAYED_WORK(&il->_3945.rfkill_poll, il3945_rfkill_poll); il3945_setup_deferred_work() 3785 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, 2 * HZ); il3945_pci_probe() 3859 cancel_delayed_work_sync(&il->_3945.rfkill_poll); il3945_pci_remove()
|
H A D | common.h | 1329 struct delayed_work rfkill_poll; member in struct:il_priv::__anon8425::__anon8426
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | mac80211-ops.c | 814 /* .rfkill_poll = not implemented */
|
/linux-4.4.14/net/wireless/ |
H A D | core.c | 752 if (!rdev->ops->rfkill_poll) wiphy_rfkill_start_polling()
|
H A D | rdev-ops.h | 560 rdev->ops->rfkill_poll(&rdev->wiphy); rdev_rfkill_poll()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
H A D | dev.c | 1392 .rfkill_poll = rtl8187_rfkill_poll,
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | mac80211_if.c | 952 .rfkill_poll = brcms_ops_rfkill_poll,
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 1888 .rfkill_poll = ath9k_htc_rfkill_poll_state,
|
H A D | main.c | 2639 .rfkill_poll = ath9k_rfkill_poll_state,
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
H A D | core.c | 1876 .rfkill_poll = rtl_op_rfkill_poll,
|
/linux-4.4.14/include/net/ |
H A D | mac80211.h | 3046 * @rfkill_poll: Poll rfkill hardware state. If you need this, you also 3047 * need to set wiphy->rfkill_poll to %true before registration, 3386 void (*rfkill_poll)(struct ieee80211_hw *hw); member in struct:ieee80211_ops
|
H A D | cfg80211.h | 2367 * @rfkill_poll: polls the hw rfkill line, use cfg80211 reporting 2628 void (*rfkill_poll)(struct wiphy *wiphy); member in struct:cfg80211_ops
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
H A D | main.c | 3578 .rfkill_poll = b43legacy_rfkill_poll,
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | main.c | 5225 .rfkill_poll = b43_rfkill_poll,
|