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

/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2800soc.c158 .rfkill_poll = rt2x00mac_rfkill_poll,
197 .rfkill_poll = rt2800_rfkill_poll,
H A Drt2800pci.c319 .rfkill_poll = rt2x00mac_rfkill_poll,
358 .rfkill_poll = rt2800_rfkill_poll,
H A Drt2800usb.c845 .rfkill_poll = rt2x00mac_rfkill_poll,
877 .rfkill_poll = rt2800_rfkill_poll,
H A Drt2x00mac.c731 bool active = !!rt2x00dev->ops->lib->rfkill_poll(rt2x00dev); rt2x00mac_rfkill_poll()
H A Drt2400pci.c1728 .rfkill_poll = rt2x00mac_rfkill_poll,
1747 .rfkill_poll = rt2400pci_rfkill_poll,
H A Drt2500usb.c1832 .rfkill_poll = rt2x00mac_rfkill_poll,
1846 .rfkill_poll = rt2500usb_rfkill_poll,
H A Drt2500pci.c2027 .rfkill_poll = rt2x00mac_rfkill_poll,
2046 .rfkill_poll = rt2500pci_rfkill_poll,
H A Drt73usb.c2317 .rfkill_poll = rt2x00mac_rfkill_poll,
2334 .rfkill_poll = rt73usb_rfkill_poll,
H A Drt2x00.h560 int (*rfkill_poll) (struct rt2x00_dev *rt2x00dev); member in struct:rt2x00lib_ops
H A Drt61pci.c2979 .rfkill_poll = rt2x00mac_rfkill_poll,
3002 .rfkill_poll = rt61pci_rfkill_poll,
/linux-4.4.14/net/mac80211/
H A Ddriver-ops.h611 if (local->ops->rfkill_poll) drv_rfkill_poll()
612 local->ops->rfkill_poll(&local->hw); drv_rfkill_poll()
H A Dcfg.c3857 .rfkill_poll = ieee80211_rfkill_poll,
/linux-4.4.14/net/rfkill/
H A Dcore.c899 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 D3945-mac.c2503 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 Dcommon.h1329 struct delayed_work rfkill_poll; member in struct:il_priv::__anon8425::__anon8426
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c814 /* .rfkill_poll = not implemented */
/linux-4.4.14/net/wireless/
H A Dcore.c752 if (!rdev->ops->rfkill_poll) wiphy_rfkill_start_polling()
H A Drdev-ops.h560 rdev->ops->rfkill_poll(&rdev->wiphy); rdev_rfkill_poll()
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1392 .rfkill_poll = rtl8187_rfkill_poll,
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c952 .rfkill_poll = brcms_ops_rfkill_poll,
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c1888 .rfkill_poll = ath9k_htc_rfkill_poll_state,
H A Dmain.c2639 .rfkill_poll = ath9k_rfkill_poll_state,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1876 .rfkill_poll = rtl_op_rfkill_poll,
/linux-4.4.14/include/net/
H A Dmac80211.h3046 * @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 Dcfg80211.h2367 * @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 Dmain.c3578 .rfkill_poll = b43legacy_rfkill_poll,
/linux-4.4.14/drivers/net/wireless/b43/
H A Dmain.c5225 .rfkill_poll = b43_rfkill_poll,

Completed in 755 milliseconds