wiphy_work
struct wiphy_work;
typedef void (*wiphy_work_fn)(struct wiphy *, struct wiphy_work *);
struct wiphy_work work;
void linuxkpi_wiphy_work_queue(struct wiphy *, struct wiphy_work *);
void linuxkpi_wiphy_work_cancel(struct wiphy *, struct wiphy_work *);
void linuxkpi_wiphy_work_flush(struct wiphy *, struct wiphy_work *);
wiphy_work_init(struct wiphy_work *wwk, wiphy_work_fn fn)
wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk)
wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk)
wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk)
struct wiphy_work *wk;
wk = list_first_entry_or_null(&lwiphy->wwk_list, struct wiphy_work, entry);
linuxkpi_wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk)
linuxkpi_wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk)
linuxkpi_wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk)
struct wiphy_work *wk;
wk = list_first_entry(&lwiphy->wwk_list, struct wiphy_work,