Lines Matching refs:timbuart_port
36 struct timbuart_port { struct
67 struct timbuart_port *uart = in timbuart_start_tx()
68 container_of(port, struct timbuart_port, port); in timbuart_start_tx()
133 struct timbuart_port *uart = in timbuart_handle_tx_port()
134 container_of(port, struct timbuart_port, port); in timbuart_handle_tx_port()
189 struct timbuart_port *uart = (struct timbuart_port *)arg; in timbuart_tasklet()
254 struct timbuart_port *uart = in timbuart_startup()
255 container_of(port, struct timbuart_port, port); in timbuart_startup()
271 struct timbuart_port *uart = in timbuart_shutdown()
272 container_of(port, struct timbuart_port, port); in timbuart_shutdown()
363 struct timbuart_port *uart = (struct timbuart_port *)devid; in timbuart_handleinterrupt()
428 struct timbuart_port *uart; in timbuart_probe()
493 struct timbuart_port *uart = platform_get_drvdata(dev); in timbuart_remove()