Searched refs:poll_check_timer (Results 1 – 4 of 4) sorted by relevance
210 struct hrtimer poll_check_timer; member
294 container_of(hrtimer, typeof(*stream), poll_check_timer); in xe_oa_poll_check_timer_cb()1410 hrtimer_start(&stream->poll_check_timer, in xe_oa_stream_enable()1420 hrtimer_cancel(&stream->poll_check_timer); in xe_oa_stream_disable()1769 hrtimer_init(&stream->poll_check_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in xe_oa_stream_init()1770 stream->poll_check_timer.function = xe_oa_poll_check_timer_cb; in xe_oa_stream_init()
260 struct hrtimer poll_check_timer; member
3060 hrtimer_start(&stream->poll_check_timer, in i915_oa_stream_enable() 3123 hrtimer_cancel(&stream->poll_check_timer); in i915_oa_stream_disable() 3362 hrtimer_init(&stream->poll_check_timer, in i915_oa_stream_init() 3364 stream->poll_check_timer.function = oa_poll_check_timer_cb; in i915_oa_stream_init() 3485 container_of(hrtimer, typeof(*stream), poll_check_timer); in oa_poll_check_timer_cb()