Searched refs:serial_putc (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/tools/usbboot/arch/omap4/
H A Dserial.c75 void serial_putc(char c) function
85 serial_putc(*s++);
/barrelfish-master/tools/usbboot/include/aboot/
H A Daboot.h36 void serial_putc(char c);
/barrelfish-master/usr/drivers/serial/
H A Dserial_pl011.c119 serial_putc(struct serial_pl011 * sp, char c) { function
128 serial_putc(sp, c[i]);
H A Dserial_lpuart.c127 static void serial_putc(struct serial_lpuart *spc, char c) function
141 serial_putc(spc, c[i]);
H A Dserial_pc16550d.c96 static void serial_putc(struct serial_pc16550d * spc, char c) function
108 serial_putc(spc, c[i]);

Completed in 91 milliseconds