early_tx           40 drivers/usb/musb/musb_cppi41.c 	struct hrtimer early_tx;
early_tx          194 drivers/usb/musb/musb_cppi41.c 			early_tx);
early_tx          211 drivers/usb/musb/musb_cppi41.c 	    !hrtimer_is_queued(&controller->early_tx)) {
early_tx          213 drivers/usb/musb/musb_cppi41.c 		hrtimer_forward_now(&controller->early_tx, 20 * NSEC_PER_USEC);
early_tx          316 drivers/usb/musb/musb_cppi41.c 	if (!hrtimer_is_queued(&controller->early_tx)) {
early_tx          319 drivers/usb/musb/musb_cppi41.c 		hrtimer_start_range_ns(&controller->early_tx,
early_tx          741 drivers/usb/musb/musb_cppi41.c 	hrtimer_cancel(&controller->early_tx);
early_tx          765 drivers/usb/musb/musb_cppi41.c 	hrtimer_init(&controller->early_tx, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
early_tx          766 drivers/usb/musb/musb_cppi41.c 	controller->early_tx.function = cppi41_recheck_tx_req;