Home
last modified time | relevance | path

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

/linux/drivers/usb/musb/
H A Dmusb_cppi41.c40 struct hrtimer early_tx; member
194 early_tx); in cppi41_recheck_tx_req()
211 !hrtimer_is_queued(&controller->early_tx)) { in cppi41_recheck_tx_req()
213 hrtimer_forward_now(&controller->early_tx, 20 * NSEC_PER_USEC); in cppi41_recheck_tx_req()
316 if (!hrtimer_is_queued(&controller->early_tx)) { in cppi41_dma_callback()
319 hrtimer_start_range_ns(&controller->early_tx, in cppi41_dma_callback()
739 hrtimer_cancel(&controller->early_tx); in cppi41_dma_controller_destroy()
763 hrtimer_setup(&controller->early_tx, cppi41_recheck_tx_req, CLOCK_MONOTONIC, in cppi41_dma_controller_create()