Searched defs:ieee802154_local (Results 1 – 1 of 1) sorted by relevance
32 struct ieee802154_local { struct33 struct ieee802154_hw hw;34 const struct ieee802154_ops *ops;37 struct wpan_phy *phy;39 int open_count;48 struct list_head interfaces;49 struct mutex iflist_mtx;54 struct workqueue_struct *workqueue;56 struct hrtimer ifs_timer;58 bool started;[all …]