Searched defs:ieee802154_local (Results 1 – 1 of 1) sorted by relevance
25 struct ieee802154_local { struct26 struct ieee802154_hw hw;30 struct wpan_phy *phy;32 int open_count;41 struct list_head interfaces;42 struct mutex iflist_mtx;49 struct hrtimer ifs_timer;51 bool started;52 bool suspended;54 struct tasklet_struct tasklet;[all …]
Completed in 3 milliseconds