Searched refs:read_char (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/parisc/kernel/ |
H A D | pdc_cons.c | 40 .read_char = kgdb_pdc_read_char,
|
/openbmc/linux/drivers/tty/serial/ |
H A D | kgdboc.c | 435 .read_char = kgdboc_get_char, 557 .read_char = kgdboc_earlycon_get_char,
|
H A D | mpc52xx_uart.c | 99 unsigned char (*read_char)(struct uart_port *port); member 357 .read_char = mpc52xx_psc_read_char, 387 .read_char = mpc52xx_psc_read_char, 977 .read_char = mpc5125_psc_read_char, 1012 .read_char = mpc512x_psc_read_char, 1377 ch = psc_ops->read_char(port); in mpc52xx_uart_int_rx_chars()
|
H A D | kgdb_nmi.c | 123 c = dbg_io_ops->read_char(); in kgdb_nmi_poll_one_knock()
|
/openbmc/linux/include/uapi/linux/ |
H A D | taskstats.h | 146 __u64 read_char; /* bytes read */ member
|
/openbmc/linux/include/linux/ |
H A D | kgdb.h | 295 int (*read_char) (void); member
|
/openbmc/linux/kernel/ |
H A D | tsacct.c | 107 stats->read_char = p->ioac.rchar & KB_MASK; in xacct_add_tsk()
|
/openbmc/qemu/ui/ |
H A D | input-barrier.c | 123 #define read_char(x, p, l) \ macro 280 read_char(msg->mousebutton.buttonid, p, len); in readcmd()
|
/openbmc/linux/kernel/debug/ |
H A D | gdbstub.c | 81 int ret = dbg_io_ops->read_char(); in gdbstub_read_wait() 83 ret = dbg_io_ops->read_char(); in gdbstub_read_wait()
|
H A D | debug_core.c | 1199 int ret = dbg_io_ops->read_char(); in dbg_io_get_char()
|
/openbmc/linux/Documentation/accounting/ |
H A D | taskstats-struct.rst | 173 __u64 read_char; /* bytes read */
|
/openbmc/linux/drivers/misc/ |
H A D | kgdbts.c | 1180 .read_char = kgdbts_get_char,
|
/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 1036 .read_char = kgdbdbgp_read_char,
|
/openbmc/linux/drivers/tty/ |
H A D | mips_ejtag_fdc.c | 1259 .read_char = kgdbfdc_read_char,
|
/openbmc/bmcweb/redfish-core/include/utils/extern/ |
H A D | date.h | 6320 read_char(std::basic_istream<CharT, Traits>& is, CharT fmt, std::ios::iostate& err)
|