Searched refs:putc (Results 1 - 25 of 142) sorted by relevance

123456

/u-boot/cmd/
H A Dterminal.c41 putc(c);
42 putc('\n');
47 dev->putc(dev, '~');
55 putc(c);
57 dev->putc(dev, c);
63 putc(c);
H A Decho.c25 putc(' ');
32 putc('\n');
/u-boot/board/imgtec/boston/
H A Dcheckboard.c26 putc('\n');
/u-boot/arch/arm/mach-davinci/
H A Dspl.c22 putc(*str++);
25 void putc(char c) function
/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl_minimal.c52 void putc(char c) function
63 putc(*str++);
/u-boot/board/freescale/p1010rdb/
H A Dspl_minimal.c54 void putc(char c) function
65 putc(*str++);
/u-boot/examples/api/
H A Dlibgenwrap.c20 void putc(const char c) function
/u-boot/lib/
H A Dpanic.c23 putc('\n');
H A Dtiny-printf.c22 void (*putc)(struct printf_info *info, char ch); member in struct:printf_info
209 info->putc(info, ch);
317 info->putc(info, lz ? '0' : ' ');
320 info->putc(info, ch);
332 putc(ch);
339 info.putc = putc_normal;
350 info.putc = putc_normal;
372 info.putc = putc_outstr;
388 info.putc = putc_outstr;
405 info.putc
[all...]
/u-boot/drivers/serial/
H A Dserial_nulldev.c36 .putc = nulldev_serial_putc,
H A Dserial_semihosting.c82 .putc = smh_serial_putc,
173 .putc = smh_putc,
H A Dserial.c194 dev->putc(ch);
238 dev.putc = serial_stub_putc;
404 get_current()->putc(c);
434 * calls get_current() once and then directly accesses the putc() call
441 dev->putc(*s++);
H A Dserial_bcm283x_pl011.c78 .putc = pl01x_serial_putc,
H A Dserial_s5p4418_pl011.c72 .putc = pl01x_serial_putc,
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dtraps.c44 putc ('\n');
49 putc ('\n');
64 putc ('\n');
72 putc ('\n');
/u-boot/include/
H A Dstdio.h16 void putc(const char c);
26 static inline void putc(const char c) function
H A D_exports.h13 EXPORT_FUNC(putc, void, putc, const char)
H A Dexports.h32 void putc(const char);
H A Dstdio_dev.h38 void (*putc)(struct stdio_dev *dev, const char c); member in struct:stdio_dev
/u-boot/drivers/fpga/
H A Dspartan2.c193 putc ('.'); /* let them know we are alive */
202 putc ('\n'); /* terminate the dotted line */
267 putc ('.'); /* let them know we are alive */
276 putc ('\n'); /* terminate the dotted line */
381 putc ('.'); /* let them know we are alive */
388 putc ('\n'); /* terminate the dotted line */
403 putc ('*');
411 putc ('\n'); /* terminate the dotted line */
H A Dspartan3.c199 putc ('.'); /* let them know we are alive */
208 putc ('\n'); /* terminate the dotted line */
275 putc ('.'); /* let them know we are alive */
284 putc ('\n'); /* terminate the dotted line */
398 putc ('.'); /* let them know we are alive */
406 putc ('\n'); /* terminate the dotted line */
423 putc ('*');
431 putc ('\n'); /* terminate the dotted line */
/u-boot/drivers/misc/
H A Dcbmem_console.c58 cons_dev.putc = cbmemc_putc;
/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c88 putc('\n');
101 putc(' ');
104 putc(' ');
108 putc('1');
110 putc('0');
115 putc('\n');
333 putc('\n');
/u-boot/lib/efi/
H A Defi_stub.c26 * - putc() uses the ns16550 address directly and assumed I/O access. Many
62 void putc(const char ch) function
67 putc('\r');
83 putc(*str++);
88 putc(ch);
372 putc('\n');
/u-boot/drivers/demo/
H A Ddemo-shape.c64 putc(first ? *colour++ : ch);
70 putc(' ');
73 putc('\n');

Completed in 212 milliseconds

123456