Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dimx.c239 struct hrtimer trigger_stop_tx; member
458 start_hrtimer_ms(&sport->trigger_stop_tx, in imx_uart_stop_tx()
717 hrtimer_try_to_cancel(&sport->trigger_stop_tx); in imx_uart_start_tx()
2186 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); in imx_trigger_stop_tx()
2387 hrtimer_init(&sport->trigger_stop_tx, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in imx_uart_probe()
2389 sport->trigger_stop_tx.function = imx_trigger_stop_tx; in imx_uart_probe()