Lines Matching defs:local
18 struct ieee802154_local *local = hw_to_local(hw);
22 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
34 struct ieee802154_local *local = hw_to_local(hw);
38 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
50 struct ieee802154_local *local =
53 ieee802154_wake_queue(&local->hw);
62 struct ieee802154_local *local = hw_to_local(hw);
76 hrtimer_start(&local->ifs_timer,
80 hrtimer_start(&local->ifs_timer,
91 void ieee802154_stop_device(struct ieee802154_local *local)
93 flush_workqueue(local->workqueue);
94 hrtimer_cancel(&local->ifs_timer);
95 drv_stop(local);