prepare_rx        188 drivers/tty/serial/atmel_serial.c 	int (*prepare_rx)(struct uart_port *port);
prepare_rx       1783 drivers/tty/serial/atmel_serial.c 		atmel_port->prepare_rx = &atmel_prepare_rx_dma;
prepare_rx       1787 drivers/tty/serial/atmel_serial.c 		atmel_port->prepare_rx = &atmel_prepare_rx_pdc;
prepare_rx       1791 drivers/tty/serial/atmel_serial.c 		atmel_port->prepare_rx = NULL;
prepare_rx       1923 drivers/tty/serial/atmel_serial.c 	if (atmel_port->prepare_rx) {
prepare_rx       1924 drivers/tty/serial/atmel_serial.c 		retval = atmel_port->prepare_rx(port);