__uport 71 drivers/tty/serial/serial_core.c struct uart_port *__uport = uart_port_ref(state); \ __uport 72 drivers/tty/serial/serial_core.c if (__uport) \ __uport 73 drivers/tty/serial/serial_core.c spin_lock_irqsave(&__uport->lock, flags); \ __uport 74 drivers/tty/serial/serial_core.c __uport; \ __uport 79 drivers/tty/serial/serial_core.c struct uart_port *__uport = uport; \ __uport 80 drivers/tty/serial/serial_core.c if (__uport) { \ __uport 81 drivers/tty/serial/serial_core.c spin_unlock_irqrestore(&__uport->lock, flags); \ __uport 82 drivers/tty/serial/serial_core.c uart_port_deref(__uport); \