release_rx        179 drivers/tty/serial/8250/8250_dma.c 		goto release_rx;
release_rx        183 drivers/tty/serial/8250/8250_dma.c 		goto release_rx;
release_rx        194 drivers/tty/serial/8250/8250_dma.c 		goto release_rx;
release_rx        236 drivers/tty/serial/8250/8250_dma.c release_rx:
release_rx        192 drivers/tty/serial/atmel_serial.c 	void (*release_rx)(struct uart_port *port);
release_rx       1785 drivers/tty/serial/atmel_serial.c 		atmel_port->release_rx = &atmel_release_rx_dma;
release_rx       1789 drivers/tty/serial/atmel_serial.c 		atmel_port->release_rx = &atmel_release_rx_pdc;
release_rx       1793 drivers/tty/serial/atmel_serial.c 		atmel_port->release_rx = NULL;
release_rx       2075 drivers/tty/serial/atmel_serial.c 	if (atmel_port->release_rx)
release_rx       2076 drivers/tty/serial/atmel_serial.c 		atmel_port->release_rx(port);