Symbol: wiphy_work
sys/compat/linuxkpi/common/include/net/cfg80211.h
1156
struct wiphy_work;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1157
typedef void (*wiphy_work_fn)(struct wiphy *, struct wiphy_work *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1163
struct wiphy_work work;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1301
void linuxkpi_wiphy_work_queue(struct wiphy *, struct wiphy_work *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1302
void linuxkpi_wiphy_work_cancel(struct wiphy *, struct wiphy_work *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1303
void linuxkpi_wiphy_work_flush(struct wiphy *, struct wiphy_work *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
2282
wiphy_work_init(struct wiphy_work *wwk, wiphy_work_fn fn)
sys/compat/linuxkpi/common/include/net/cfg80211.h
2289
wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/include/net/cfg80211.h
2295
wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/include/net/cfg80211.h
2301
wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/src/linux_80211.c
8571
struct wiphy_work *wk;
sys/compat/linuxkpi/common/src/linux_80211.c
8579
wk = list_first_entry_or_null(&lwiphy->wwk_list, struct wiphy_work, entry);
sys/compat/linuxkpi/common/src/linux_80211.c
8600
linuxkpi_wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/src/linux_80211.c
8621
linuxkpi_wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/src/linux_80211.c
8635
linuxkpi_wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk)
sys/compat/linuxkpi/common/src/linux_80211.c
8638
struct wiphy_work *wk;
sys/compat/linuxkpi/common/src/linux_80211.c
8650
wk = list_first_entry(&lwiphy->wwk_list, struct wiphy_work,