Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/musb/
Dmusb_cppi41.c52 struct hrtimer early_tx; member
196 early_tx); in cppi41_recheck_tx_req()
213 !hrtimer_is_queued(&controller->early_tx)) { in cppi41_recheck_tx_req()
215 hrtimer_forward_now(&controller->early_tx, in cppi41_recheck_tx_req()
297 if (!hrtimer_is_queued(&controller->early_tx)) { in cppi41_dma_callback()
300 hrtimer_start_range_ns(&controller->early_tx, in cppi41_dma_callback()
686 hrtimer_cancel(&controller->early_tx); in dma_controller_destroy()
706 hrtimer_init(&controller->early_tx, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in dma_controller_create()
707 controller->early_tx.function = cppi41_recheck_tx_req; in dma_controller_create()