Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dterminal.c38 if (stdio_devices[0]->tstc(stdio_devices[0])) { in do_terminal()
39 c = stdio_devices[0]->getc(stdio_devices[0]); in do_terminal()
A Dconsole.c42 if (stdio_devices[l] == dev) in do_coninfo()
/u-boot/common/
A Dconsole.c188 stdio_devices[file] = dev; in console_setfile()
400 return stdio_devices[file]->getc(stdio_devices[file]); in console_getc()
410 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc()
415 stdio_devices[file]->putc(stdio_devices[file], c); in console_putc()
422 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts_select()
427 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts()
433 if (stdio_devices[file]->flush) in console_flush()
434 stdio_devices[file]->flush(stdio_devices[file]); in console_flush()
1017 if (stdio_devices[stdin] == NULL) { in stdio_print_current_devices()
1024 if (stdio_devices[stdout] == NULL) { in stdio_print_current_devices()
[all …]
A Dstdio.c28 struct stdio_dev *stdio_devices[] = { NULL, NULL, NULL }; variable
267 if (stdio_devices[i] == dev) { in stdio_deregister_dev()
275 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
287 stdio_devices[i] = dev; in stdio_deregister_dev()
/u-boot/include/
A Dstdio_dev.h63 extern struct stdio_dev *stdio_devices[];
/u-boot/doc/
A DREADME.iomux21 stdio_devices[].

Completed in 15 milliseconds