Symbol: wiphy_work
sys/compat/linuxkpi/common/include/net/cfg80211.h
1107
struct wiphy_work;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1108
typedef void (*wiphy_work_fn)(struct wiphy *, struct wiphy_work *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1114
struct wiphy_work work;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1249
void linuxkpi_wiphy_work_queue(struct wiphy *, struct wiphy_work *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1250
void linuxkpi_wiphy_work_cancel(struct wiphy *, struct wiphy_work *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1251
void linuxkpi_wiphy_work_flush(struct wiphy *, struct wiphy_work *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
2211
wiphy_work_init(struct wiphy_work *wwk, wiphy_work_fn fn)
sys/compat/linuxkpi/common/include/net/cfg80211.h
2218
wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/include/net/cfg80211.h
2224
wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/include/net/cfg80211.h
2230
wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/src/linux_80211.c
7731
struct wiphy_work *wk;
sys/compat/linuxkpi/common/src/linux_80211.c
7739
wk = list_first_entry_or_null(&lwiphy->wwk_list, struct wiphy_work, entry);
sys/compat/linuxkpi/common/src/linux_80211.c
7760
linuxkpi_wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/src/linux_80211.c
7781
linuxkpi_wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/src/linux_80211.c
7795
linuxkpi_wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/src/linux_80211.c
7798
struct wiphy_work *wk;
sys/compat/linuxkpi/common/src/linux_80211.c
7810
wk = list_first_entry(&lwiphy->wwk_list, struct wiphy_work,