Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800soc.c154 .rfkill_poll = rt2x00mac_rfkill_poll,
195 .rfkill_poll = rt2800_rfkill_poll,
H A Drt2800pci.c309 .rfkill_poll = rt2x00mac_rfkill_poll,
350 .rfkill_poll = rt2800_rfkill_poll,
H A Drt2800usb.c652 .rfkill_poll = rt2x00mac_rfkill_poll,
686 .rfkill_poll = rt2800_rfkill_poll,
H A Drt2x00mac.c719 bool active = !!rt2x00dev->ops->lib->rfkill_poll(rt2x00dev); in rt2x00mac_rfkill_poll()
H A Drt2400pci.c1723 .rfkill_poll = rt2x00mac_rfkill_poll,
1742 .rfkill_poll = rt2400pci_rfkill_poll,
H A Drt2500usb.c1812 .rfkill_poll = rt2x00mac_rfkill_poll,
1826 .rfkill_poll = rt2500usb_rfkill_poll,
H A Drt2x00.h563 int (*rfkill_poll) (struct rt2x00_dev *rt2x00dev); member
H A Drt2500pci.c2021 .rfkill_poll = rt2x00mac_rfkill_poll,
2040 .rfkill_poll = rt2500pci_rfkill_poll,
H A Drt73usb.c2310 .rfkill_poll = rt2x00mac_rfkill_poll,
2327 .rfkill_poll = rt73usb_rfkill_poll,
H A Drt61pci.c2890 .rfkill_poll = rt2x00mac_rfkill_poll,
2913 .rfkill_poll = rt61pci_rfkill_poll,
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c2469 container_of(data, struct il_priv, _3945.rfkill_poll.work); in il3945_rfkill_poll()
2488 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, in il3945_rfkill_poll()
2803 cancel_delayed_work(&il->_3945.rfkill_poll); in il3945_mac_start()
2834 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, in il3945_mac_stop()
3388 INIT_DELAYED_WORK(&il->_3945.rfkill_poll, il3945_rfkill_poll); in il3945_setup_deferred_work()
3739 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, 2 * HZ); in il3945_pci_probe()
3814 cancel_delayed_work_sync(&il->_3945.rfkill_poll); in il3945_pci_remove()
H A Dcommon.h1324 struct delayed_work rfkill_poll; member
/openbmc/linux/net/rfkill/
H A Dcore.c1026 static void rfkill_poll(struct work_struct *work) in rfkill_poll() function
1098 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register()
/openbmc/linux/net/mac80211/
H A Ddriver-ops.h633 if (local->ops->rfkill_poll) in drv_rfkill_poll()
634 local->ops->rfkill_poll(&local->hw); in drv_rfkill_poll()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c976 .rfkill_poll = brcms_ops_rfkill_poll,
/openbmc/linux/net/wireless/
H A Dcore.c1047 if (!rdev->ops->rfkill_poll) in wiphy_rfkill_start_polling()
H A Drdev-ops.h640 rdev->ops->rfkill_poll(&rdev->wiphy); in rdev_rfkill_poll()
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1978 .rfkill_poll = rsi_mac80211_rfkill_poll,
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1391 .rfkill_poll = rtl8187_rfkill_poll,
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c1892 .rfkill_poll = ath9k_htc_rfkill_poll_state,
H A Dmain.c2791 .rfkill_poll = ath9k_rfkill_poll_state,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1945 .rfkill_poll = rtl_op_rfkill_poll,
/openbmc/linux/include/net/
H A Dmac80211.h4462 void (*rfkill_poll)(struct ieee80211_hw *hw); member
H A Dcfg80211.h4554 void (*rfkill_poll)(struct wiphy *wiphy); member
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c3547 .rfkill_poll = b43legacy_rfkill_poll,

12