Searched defs:ieee802154_local (Results 1 – 1 of 1) sorted by relevance
33 struct ieee802154_local { struct34 struct ieee802154_hw hw;35 const struct ieee802154_ops *ops;38 struct wpan_phy *phy;40 int open_count;49 struct list_head interfaces;50 struct mutex iflist_mtx;55 struct workqueue_struct *workqueue;57 struct hrtimer ifs_timer;59 bool started;[all …]