Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/
H A Dbcm.c109 struct hrtimer timer, thrtimer; member
483 if (hrtimer_active(&op->thrtimer)) in bcm_rx_update_and_send()
494 hrtimer_start(&op->thrtimer, in bcm_rx_update_and_send()
627 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
739 hrtimer_cancel(&op->thrtimer); in bcm_remove_op()
974 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, in bcm_tx_setup()
1148 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, in bcm_rx_setup()
1150 op->thrtimer.function = bcm_rx_thr_handler; in bcm_rx_setup()
1166 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()
1196 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()