Lines Matching defs:hrwork
1978 struct wiphy_hrtimer_work *hrwork =
1981 wiphy_work_queue(hrwork->wiphy, &hrwork->work);
1988 struct wiphy_hrtimer_work *hrwork,
1991 trace_wiphy_hrtimer_work_queue(wiphy, &hrwork->work, delay);
1994 hrtimer_cancel(&hrwork->timer);
1995 wiphy_work_queue(wiphy, &hrwork->work);
1999 hrwork->wiphy = wiphy;
2000 hrtimer_start_range_ns(&hrwork->timer, delay,
2006 struct wiphy_hrtimer_work *hrwork)
2010 hrtimer_cancel(&hrwork->timer);
2011 wiphy_work_cancel(wiphy, &hrwork->work);
2016 struct wiphy_hrtimer_work *hrwork)
2020 hrtimer_cancel(&hrwork->timer);
2021 wiphy_work_flush(wiphy, &hrwork->work);
2026 struct wiphy_hrtimer_work *hrwork)
2028 return hrtimer_is_queued(&hrwork->timer);