Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dimx.c238 struct hrtimer trigger_stop_tx; member
480 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()