Home
last modified time | relevance | path

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

/net/rfkill/
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()
/net/mac80211/
Ddriver-ops.h633 if (local->ops->rfkill_poll) in drv_rfkill_poll()
634 local->ops->rfkill_poll(&local->hw); in drv_rfkill_poll()
Dcfg.c5089 .rfkill_poll = ieee80211_rfkill_poll,
/net/wireless/
Dcore.c1047 if (!rdev->ops->rfkill_poll) in wiphy_rfkill_start_polling()
Drdev-ops.h640 rdev->ops->rfkill_poll(&rdev->wiphy); in rdev_rfkill_poll()