Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2800soc.c153 .rfkill_poll = rt2x00mac_rfkill_poll,
194 .rfkill_poll = rt2800_rfkill_poll,
A Drt2800pci.c308 .rfkill_poll = rt2x00mac_rfkill_poll,
349 .rfkill_poll = rt2800_rfkill_poll,
A Drt2800usb.c651 .rfkill_poll = rt2x00mac_rfkill_poll,
685 .rfkill_poll = rt2800_rfkill_poll,
A Drt2x00mac.c707 bool active = !!rt2x00dev->ops->lib->rfkill_poll(rt2x00dev); in rt2x00mac_rfkill_poll()
A Drt2400pci.c1721 .rfkill_poll = rt2x00mac_rfkill_poll,
1740 .rfkill_poll = rt2400pci_rfkill_poll,
A Drt2500usb.c1811 .rfkill_poll = rt2x00mac_rfkill_poll,
1825 .rfkill_poll = rt2500usb_rfkill_poll,
A Drt2x00.h563 int (*rfkill_poll) (struct rt2x00_dev *rt2x00dev); member
A Drt2500pci.c2020 .rfkill_poll = rt2x00mac_rfkill_poll,
2039 .rfkill_poll = rt2500pci_rfkill_poll,
A Drt73usb.c2308 .rfkill_poll = rt2x00mac_rfkill_poll,
2325 .rfkill_poll = rt73usb_rfkill_poll,
A Drt61pci.c2888 .rfkill_poll = rt2x00mac_rfkill_poll,
2911 .rfkill_poll = rt61pci_rfkill_poll,
/linux/drivers/net/wireless/intel/iwlegacy/
A D3945-mac.c2475 container_of(data, struct il_priv, _3945.rfkill_poll.work); in il3945_rfkill_poll()
2494 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, in il3945_rfkill_poll()
2809 cancel_delayed_work(&il->_3945.rfkill_poll); in il3945_mac_start()
2840 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, in il3945_mac_stop()
3392 INIT_DELAYED_WORK(&il->_3945.rfkill_poll, il3945_rfkill_poll); in il3945_setup_deferred_work()
3737 queue_delayed_work(il->workqueue, &il->_3945.rfkill_poll, 2 * HZ); in il3945_pci_probe()
3811 cancel_delayed_work_sync(&il->_3945.rfkill_poll); in il3945_pci_remove()
A Dcommon.h1312 struct delayed_work rfkill_poll; member
/linux/net/rfkill/
A Dcore.c991 static void rfkill_poll(struct work_struct *work) in rfkill_poll() function
1067 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register()
/linux/net/mac80211/
A Ddriver-ops.h621 if (local->ops->rfkill_poll) in drv_rfkill_poll()
622 local->ops->rfkill_poll(&local->hw); in drv_rfkill_poll()
/linux/net/wireless/
A Dcore.c1005 if (!rdev->ops->rfkill_poll) in wiphy_rfkill_start_polling()
A Drdev-ops.h622 rdev->ops->rfkill_poll(&rdev->wiphy); in rdev_rfkill_poll()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dmac80211_if.c976 .rfkill_poll = brcms_ops_rfkill_poll,
/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
A Ddev.c1389 .rfkill_poll = rtl8187_rfkill_poll,
/linux/drivers/net/wireless/rsi/
A Drsi_91x_mac80211.c1977 .rfkill_poll = rsi_mac80211_rfkill_poll,
/linux/drivers/net/wireless/ath/ath9k/
A Dhtc_drv_main.c1891 .rfkill_poll = ath9k_htc_rfkill_poll_state,
A Dmain.c2789 .rfkill_poll = ath9k_rfkill_poll_state,
/linux/drivers/net/wireless/realtek/rtlwifi/
A Dcore.c1933 .rfkill_poll = rtl_op_rfkill_poll,
/linux/include/net/
A Dmac80211.h4102 void (*rfkill_poll)(struct ieee80211_hw *hw); member
A Dcfg80211.h4212 void (*rfkill_poll)(struct wiphy *wiphy); member
/linux/drivers/net/wireless/broadcom/b43legacy/
A Dmain.c3545 .rfkill_poll = b43legacy_rfkill_poll,

Completed in 123 milliseconds

12