Searched refs:trigger_stop_tx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | amba-pl011.c | 274 struct hrtimer trigger_stop_tx; member 1282 hrtimer_start(&uap->trigger_stop_tx, in pl011_rs485_tx_stop() 1288 hrtimer_start(&uap->trigger_stop_tx, in pl011_rs485_tx_stop() 1354 hrtimer_try_to_cancel(&uap->trigger_stop_tx); in pl011_rs485_tx_start() 1416 container_of(t, struct uart_amba_port, trigger_stop_tx); in pl011_trigger_stop_tx() 2923 hrtimer_setup(&uap->trigger_stop_tx, pl011_trigger_stop_tx, CLOCK_MONOTONIC, in pl011_probe()
|
| H A D | imx.c | 237 struct hrtimer trigger_stop_tx; member 446 start_hrtimer_ms(&sport->trigger_stop_tx, in imx_uart_stop_tx() 721 hrtimer_try_to_cancel(&sport->trigger_stop_tx); in imx_uart_start_tx() 2386 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); in imx_trigger_stop_tx() 2594 hrtimer_setup(&sport->trigger_stop_tx, imx_trigger_stop_tx, CLOCK_MONOTONIC, in imx_uart_probe()
|