Searched refs:getc (Results 1 – 16 of 16) sorted by relevance
/xen/xen/include/xen/ |
A D | serial.h | 82 int (*getc)(struct serial_port *, char *); member
|
/xen/xen/drivers/char/ |
A D | serial.c | 54 if ( port->driver->getc(port, &c) ) in serial_rx_interrupt() 272 if ( !port->driver || !port->driver->getc ) in serial_getc() 287 if ( port->driver->getc(port, &c) ) in serial_getc()
|
A D | cadence-uart.c | 151 .getc = cuart_getc,
|
A D | meson-uart.c | 197 .getc = meson_uart_getc,
|
A D | mvebu-uart.c | 219 .getc = mvebu3700_uart_getc,
|
A D | exynos4210-uart.c | 292 .getc = exynos4210_uart_getc,
|
A D | pl011.c | 218 .getc = pl011_getc,
|
A D | omap-uart.c | 315 .getc = omap_uart_getc,
|
A D | scif-uart.c | 280 .getc = scif_uart_getc,
|
A D | ns16550.c | 974 .getc = ns16550_getc,
|
A D | ehci-dbgp.c | 1459 .getc = ehci_dbgp_getc
|
/xen/stubdom/ |
A D | newlib-chk.patch | 71 ftell.lo fvwrite.lo fwalk.lo fwrite.lo getc.lo getchar.lo \
|
/xen/tools/libxl/ |
A D | libxl_bootloader.c | 163 while ((c = getc(f)) != EOF && c != '\0') { in parse_bootloader_result()
|
A D | libxlu_cfg_l.c | 910 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
A D | libxlu_disk_l.c | 1366 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
/xen/xen/tools/kconfig/ |
A D | confdata.c | 322 int c = getc(stream); in compat_getline()
|
Completed in 32 milliseconds