Lines Matching defs:thrtimer
109 struct hrtimer timer, thrtimer;
483 if (hrtimer_active(&op->thrtimer))
494 hrtimer_start(&op->thrtimer,
627 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer);
739 hrtimer_cancel(&op->thrtimer);
972 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC,
1152 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC,
1154 op->thrtimer.function = bcm_rx_thr_handler;
1170 hrtimer_cancel(&op->thrtimer);
1200 hrtimer_cancel(&op->thrtimer);