read_char        1169 drivers/misc/kgdbts.c 	.read_char		= kgdbts_get_char,
read_char        1260 drivers/tty/mips_ejtag_fdc.c 	.read_char	= kgdbfdc_read_char,
read_char         123 drivers/tty/serial/kgdb_nmi.c 	c = dbg_io_ops->read_char();
read_char         300 drivers/tty/serial/kgdboc.c 	.read_char		= kgdboc_get_char,
read_char         101 drivers/tty/serial/mpc52xx_uart.c 	unsigned char	(*read_char)(struct uart_port *port);
read_char         359 drivers/tty/serial/mpc52xx_uart.c 	.read_char = mpc52xx_psc_read_char,
read_char         389 drivers/tty/serial/mpc52xx_uart.c 	.read_char = mpc52xx_psc_read_char,
read_char         982 drivers/tty/serial/mpc52xx_uart.c 	.read_char = mpc5125_psc_read_char,
read_char        1017 drivers/tty/serial/mpc52xx_uart.c 	.read_char = mpc512x_psc_read_char,
read_char        1382 drivers/tty/serial/mpc52xx_uart.c 		ch = psc_ops->read_char(port);
read_char        1041 drivers/usb/early/ehci-dbgp.c 	.read_char = kgdbdbgp_read_char,
read_char         281 include/linux/kgdb.h 	int			(*read_char) (void);
read_char         144 include/uapi/linux/taskstats.h 	__u64	read_char;		/* bytes read */
read_char        1101 kernel/debug/debug_core.c 	int ret = dbg_io_ops->read_char();
read_char          84 kernel/debug/gdbstub.c 	int ret = dbg_io_ops->read_char();
read_char          86 kernel/debug/gdbstub.c 		ret = dbg_io_ops->read_char();
read_char          99 kernel/tsacct.c 	stats->read_char	= p->ioac.rchar & KB_MASK;