Home
last modified time | relevance | path

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

/external/u-boot/common/
Dconsole.c125 stdio_devices[file] = dev; in console_setfile()
264 return stdio_devices[file]->getc(stdio_devices[file]); in console_getc()
269 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc()
274 stdio_devices[file]->putc(stdio_devices[file], c); in console_putc()
279 if (!console_dev_is_serial(stdio_devices[file])) in console_puts_noserial()
280 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts_noserial()
285 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts()
786 if (stdio_devices[stdin] == NULL) { in stdio_print_current_devices()
789 printf ("%s\n", stdio_devices[stdin]->name); in stdio_print_current_devices()
793 if (stdio_devices[stdout] == NULL) { in stdio_print_current_devices()
[all …]
Dstdio.c30 struct stdio_dev *stdio_devices[] = { NULL, NULL, NULL }; variable
255 if (stdio_devices[l] == dev) { in stdio_deregister_dev()
264 stdio_devices[l]->name, in stdio_deregister_dev()
276 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[].