Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dimx.c235 struct hrtimer trigger_stop_tx; member
442 start_hrtimer_ms(&sport->trigger_stop_tx, in imx_uart_stop_tx()
716 hrtimer_try_to_cancel(&sport->trigger_stop_tx); in imx_uart_start_tx()
2287 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); in imx_trigger_stop_tx()
2494 hrtimer_init(&sport->trigger_stop_tx, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in imx_uart_probe()
2496 sport->trigger_stop_tx.function = imx_trigger_stop_tx; in imx_uart_probe()