Home
last modified time | relevance | path

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

/linux-4.4.14/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()
689 hrtimer_cancel(&controller->early_tx); in cppi41_dma_controller_destroy()
710 hrtimer_init(&controller->early_tx, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in cppi41_dma_controller_create()
711 controller->early_tx.function = cppi41_recheck_tx_req; in cppi41_dma_controller_create()