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()
121 struct timbuart_port *uart = in timbuart_handle_tx_port()
122 container_of(port, struct timbuart_port, port); in timbuart_handle_tx_port()
177 struct timbuart_port *uart = (struct timbuart_port *)arg; in timbuart_tasklet()
242 struct timbuart_port *uart = in timbuart_startup()
243 container_of(port, struct timbuart_port, port); in timbuart_startup()
259 struct timbuart_port *uart = in timbuart_shutdown()
260 container_of(port, struct timbuart_port, port); in timbuart_shutdown()
351 struct timbuart_port *uart = (struct timbuart_port *)devid; in timbuart_handleinterrupt()
416 struct timbuart_port *uart; in timbuart_probe()
481 struct timbuart_port *uart = platform_get_drvdata(dev); in timbuart_remove()