Home
last modified time | relevance | path

Searched refs:hrwork (Results 1 – 2 of 2) sorted by relevance

/linux/net/wireless/
H A Dcore.c1983 struct wiphy_hrtimer_work *hrwork = in wiphy_hrtimer_work_timer() local
1986 wiphy_work_queue(hrwork->wiphy, &hrwork->work); in wiphy_hrtimer_work_timer()
1993 struct wiphy_hrtimer_work *hrwork, in wiphy_hrtimer_work_queue() argument
1996 trace_wiphy_hrtimer_work_queue(wiphy, &hrwork->work, delay); in wiphy_hrtimer_work_queue()
1999 hrtimer_cancel(&hrwork->timer); in wiphy_hrtimer_work_queue()
2000 wiphy_work_queue(wiphy, &hrwork->work); in wiphy_hrtimer_work_queue()
2004 hrwork->wiphy = wiphy; in wiphy_hrtimer_work_queue()
2005 hrtimer_start_range_ns(&hrwork->timer, delay, in wiphy_hrtimer_work_queue()
2011 struct wiphy_hrtimer_work *hrwork) in wiphy_hrtimer_work_cancel() argument
2015 hrtimer_cancel(&hrwork->timer); in wiphy_hrtimer_work_cancel()
[all …]
/linux/include/net/
H A Dcfg80211.h7069 static inline void wiphy_hrtimer_work_init(struct wiphy_hrtimer_work *hrwork, in wiphy_hrtimer_work_init() argument
7072 hrtimer_setup(&hrwork->timer, wiphy_hrtimer_work_timer, in wiphy_hrtimer_work_init()
7074 wiphy_work_init(&hrwork->work, func); in wiphy_hrtimer_work_init()
7093 struct wiphy_hrtimer_work *hrwork,
7116 struct wiphy_hrtimer_work *hrwork);
7132 struct wiphy_hrtimer_work *hrwork);