Searched refs:console_assign (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/board/freescale/mpc8569mds/ |
D | mpc8569mds.c | 413 console_assign(stderr, "eserial1"); in board_mmc_init() 414 console_assign(stdout, "eserial1"); in board_mmc_init() 415 console_assign(stdin, "eserial1"); in board_mmc_init()
|
/external/u-boot/include/ |
D | console.h | 15 int console_assign(int file, const char *devname); /* Assign the console */
|
/external/u-boot/doc/ |
D | README.iomux | 30 It should be possible to specify any device which console_assign() 70 Note that common/iomux.c calls console_assign() for every registered
|
/external/u-boot/common/ |
D | iomux.c | 120 if (console_assign(console, start[j]) < 0) in iomux_doenv()
|
D | console.c | 50 if (console_assign(console, value) < 0) in on_console() 688 int console_assign(int file, const char *devname) in console_assign() function
|
D | usb_kbd.c | 531 error = console_assign(stdin, DEVNAME);
|
/external/u-boot/drivers/input/ |
D | input.c | 660 console_assign(stdin, dev->name)) in input_stdio_register()
|
/external/u-boot/cmd/ |
D | usb.c | 661 console_assign(stdin, "serial");
|