Searched defs:ieee802154_local (Results 1 – 1 of 1) sorted by relevance
25 struct ieee802154_local { struct26 struct ieee802154_hw hw;27 const struct ieee802154_ops *ops;30 struct wpan_phy *phy;32 int open_count;41 struct list_head interfaces;42 struct mutex iflist_mtx;47 struct workqueue_struct *workqueue;49 struct hrtimer ifs_timer;51 bool started;[all …]