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);
744 hrtimer_cancel(&op->thrtimer);
977 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC,
1157 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC,
1159 op->thrtimer.function = bcm_rx_thr_handler;
1175 hrtimer_cancel(&op->thrtimer);
1205 hrtimer_cancel(&op->thrtimer);