Home
last modified time | relevance | path

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

/openbmc/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_init(&controller->early_tx, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in cppi41_dma_controller_create()
764 controller->early_tx.function = cppi41_recheck_tx_req; in cppi41_dma_controller_create()