Home
last modified time | relevance | path

Searched refs:rfkill_poll (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c2431 container_of(data, struct il_priv, _3945.rfkill_poll.work); in il3945_rfkill_poll()
2450 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, in il3945_rfkill_poll()
2765 cancel_delayed_work(&il->_3945.rfkill_poll); in il3945_mac_start()
2796 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, in il3945_mac_stop()
3350 INIT_DELAYED_WORK(&il->_3945.rfkill_poll, il3945_rfkill_poll); in il3945_setup_deferred_work()
3705 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, 2 * HZ); in il3945_pci_probe()
3780 cancel_delayed_work_sync(&il->_3945.rfkill_poll); in il3945_pci_remove()
H A Dcommon.h1324 struct delayed_work rfkill_poll; member
/linux/net/rfkill/
H A Dcore.c1022 static void rfkill_poll(struct work_struct *work) in rfkill_poll() function
1094 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c719 bool active = !!rt2x00dev->ops->lib->rfkill_poll(rt2x00dev); in rt2x00mac_rfkill_poll()
H A Drt2500usb.c1816 .rfkill_poll = rt2x00mac_rfkill_poll,
1830 .rfkill_poll = rt2500usb_rfkill_poll,
H A Drt2400pci.c1727 .rfkill_poll = rt2x00mac_rfkill_poll,
1746 .rfkill_poll = rt2400pci_rfkill_poll,
H A Drt2500pci.c2025 .rfkill_poll = rt2x00mac_rfkill_poll,
2044 .rfkill_poll = rt2500pci_rfkill_poll,
H A Drt73usb.c2314 .rfkill_poll = rt2x00mac_rfkill_poll,
2331 .rfkill_poll = rt73usb_rfkill_poll,
H A Drt61pci.c2894 .rfkill_poll = rt2x00mac_rfkill_poll,
2917 .rfkill_poll = rt61pci_rfkill_poll,
/linux/net/mac80211/
H A Ddriver-ops.h713 if (local->ops->rfkill_poll) in drv_rfkill_poll()
714 local->ops->rfkill_poll(&local->hw); in drv_rfkill_poll()
H A Dcfg.c5582 .rfkill_poll = ieee80211_rfkill_poll,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c982 .rfkill_poll = brcms_ops_rfkill_poll,
/linux/net/wireless/
H A Dcore.c1128 if (!rdev->ops->rfkill_poll) in wiphy_rfkill_start_polling()
H A Drdev-ops.h645 rdev->ops->rfkill_poll(&rdev->wiphy); in rdev_rfkill_poll()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1990 .rfkill_poll = rsi_mac80211_rfkill_poll,
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c1900 .rfkill_poll = ath9k_htc_rfkill_poll_state,
H A Dmain.c2813 .rfkill_poll = ath9k_rfkill_poll_state,
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1907 .rfkill_poll = rtl_op_rfkill_poll,
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c3551 .rfkill_poll = b43legacy_rfkill_poll,
/linux/include/net/
H A Dcfg80211.h4995 void (*rfkill_poll)(struct wiphy *wiphy); member
/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.c5199 .rfkill_poll = b43_rfkill_poll,