Searched refs:receive_chars (Results 1 - 15 of 15) sorted by relevance

/drivers/tty/serial/
H A Dsunhv.c169 int (*receive_chars)(struct uart_port *port); member in struct:sunhv_ops
174 .receive_chars = receive_chars_getchar,
179 .receive_chars = receive_chars_read,
184 static struct tty_port *receive_chars(struct uart_port *port) function
191 if (sunhv_ops->receive_chars(port))
221 tport = receive_chars(port);
H A Dmrst_max3110.c82 static int receive_chars(struct uart_max3110 *max,
135 receive_chars(max, ibuf, 1);
170 ret = receive_chars(max, ibuf, M3110_RX_FIFO_DEPTH);
302 receive_chars(max, ibuf, len);
343 receive_chars(struct uart_max3110 *max, unsigned short *str, int len) function
H A Dtilegx.c65 static void receive_chars(struct tile_uart_port *tile_uart, function
95 receive_chars(tile_uart, tty);
104 receive_chars(tile_uart, tty);
H A D68328serial.c264 static void receive_chars(struct m68k_serial *info, unsigned short rx) function
362 receive_chars(info, rx);
366 receive_chars(info, rx);
H A Dm32r_sio.c303 static void receive_chars(struct uart_sio_port *up, int *status) function
426 receive_chars(up, &status);
H A Dpxa.c99 static inline void receive_chars(struct uart_pxa_port *up, int *status) function
260 receive_chars(up, &lsr);
H A Dvr41xx_siu.c314 static inline void receive_chars(struct uart_port *port, uint8_t *status) function
437 receive_chars(port, &lsr);
H A Dioc3_serial.c1391 * receive_chars - upper level read.
1394 static int receive_chars(struct uart_port *the_port) function
1526 receive_chars(port->ip_port);
1534 receive_chars(port->ip_port);
1537 /* We can't ACK this interrupt. If receive_chars didn't
H A Dioc4_serial.c636 static void receive_chars(struct uart_port *);
1925 receive_chars(port->ip_port);
1935 receive_chars(port->ip_port);
1938 /* We can't ACK this interrupt. If receive_chars didn't
2338 * receive_chars - upper level read. Called with ip_lock.
2341 static void receive_chars(struct uart_port *the_port) function
H A Dmfd.c466 static inline void receive_chars(struct uart_hsu_port *up, int *status, function
624 receive_chars(up, &lsr, &flags);
627 /* lsr will be renewed during the receive_chars */
H A Dserial_txx9.c272 receive_chars(struct uart_txx9_port *up, unsigned int *status) function
397 receive_chars(up, &status);
H A Dsunsab.c111 receive_chars(struct uart_sunsab_port *up, function
329 port = receive_chars(up, &status);
H A Dsunsu.c319 receive_chars(struct uart_sunsu_port *up, unsigned char *status) function
463 receive_chars(up, &status);
/drivers/isdn/hisax/
H A Delsa_ser.c309 static inline void receive_chars(struct IsdnCardState *cs, function
403 receive_chars(cs, &status);
/drivers/tty/
H A Damiserial.c250 static void receive_chars(struct serial_state *info) function
474 receive_chars(info);

Completed in 4152 milliseconds