Lines Matching refs:timbuart_port
24 struct timbuart_port { struct
55 struct timbuart_port *uart = in timbuart_start_tx()
56 container_of(port, struct timbuart_port, port); in timbuart_start_tx()
115 struct timbuart_port *uart = in timbuart_handle_tx_port()
116 container_of(port, struct timbuart_port, port); in timbuart_handle_tx_port()
171 struct timbuart_port *uart = from_tasklet(uart, t, tasklet); in timbuart_tasklet()
236 struct timbuart_port *uart = in timbuart_startup()
237 container_of(port, struct timbuart_port, port); in timbuart_startup()
253 struct timbuart_port *uart = in timbuart_shutdown()
254 container_of(port, struct timbuart_port, port); in timbuart_shutdown()
345 struct timbuart_port *uart = (struct timbuart_port *)devid; in timbuart_handleinterrupt()
410 struct timbuart_port *uart; in timbuart_probe()
475 struct timbuart_port *uart = platform_get_drvdata(dev); in timbuart_remove()