Home
last modified time | relevance | path

Searched refs:stdio_devices (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/common/
Dconsole.c124 stdio_devices[file] = dev; in console_setfile()
260 return stdio_devices[file]->getc(stdio_devices[file]); in console_getc()
265 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc()
270 stdio_devices[file]->putc(stdio_devices[file], c); in console_putc()
275 if (!console_dev_is_serial(stdio_devices[file])) in console_puts_noserial()
276 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts_noserial()
281 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts()
755 if (stdio_devices[stdin] == NULL) { in stdio_print_current_devices()
758 printf ("%s\n", stdio_devices[stdin]->name); in stdio_print_current_devices()
762 if (stdio_devices[stdout] == NULL) { in stdio_print_current_devices()
[all …]
Dstdio.c29 struct stdio_dev *stdio_devices[] = { NULL, NULL, NULL }; variable
254 if (stdio_devices[l] == dev) { in stdio_deregister_dev()
263 stdio_devices[l]->name, in stdio_deregister_dev()
275 stdio_devices[l] = dev; in stdio_deregister_dev()
/external/u-boot/cmd/
Dterminal.c36 if (stdio_devices[0]->tstc()) { in do_terminal()
37 c = stdio_devices[0]->getc(); in do_terminal()
Dconsole.c36 if (stdio_devices[l] == dev) { in do_coninfo()
/external/u-boot/include/
Dstdio_dev.h54 extern struct stdio_dev *stdio_devices[];
/external/u-boot/doc/
DREADME.iomux21 stdio_devices[].