Searched refs:trigger_stop_tx (Results 1 – 1 of 1) sorted by relevance
236 struct hrtimer trigger_stop_tx; member442 start_hrtimer_ms(&sport->trigger_stop_tx, in imx_uart_stop_tx()725 hrtimer_try_to_cancel(&sport->trigger_stop_tx); in imx_uart_start_tx()2238 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); in imx_trigger_stop_tx()2445 hrtimer_init(&sport->trigger_stop_tx, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in imx_uart_probe()2447 sport->trigger_stop_tx.function = imx_trigger_stop_tx; in imx_uart_probe()