Searched refs:trigger_stop_tx (Results 1 – 1 of 1) sorted by relevance
238 struct hrtimer trigger_stop_tx; member480 start_hrtimer_ms(&sport->trigger_stop_tx, in imx_uart_stop_tx()728 hrtimer_try_to_cancel(&sport->trigger_stop_tx); in imx_uart_start_tx()2265 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); in imx_trigger_stop_tx()2422 hrtimer_init(&sport->trigger_stop_tx, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in imx_uart_probe()2424 sport->trigger_stop_tx.function = imx_trigger_stop_tx; in imx_uart_probe()