Home
last modified time | relevance | path

Searched refs:console_assign (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/board/freescale/mpc8569mds/
Dmpc8569mds.c413 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/
Dconsole.h15 int console_assign(int file, const char *devname); /* Assign the console */
/external/u-boot/doc/
DREADME.iomux30 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/
Diomux.c120 if (console_assign(console, start[j]) < 0) in iomux_doenv()
Dconsole.c50 if (console_assign(console, value) < 0) in on_console()
688 int console_assign(int file, const char *devname) in console_assign() function
Dusb_kbd.c531 error = console_assign(stdin, DEVNAME);
/external/u-boot/drivers/input/
Dinput.c660 console_assign(stdin, dev->name)) in input_stdio_register()
/external/u-boot/cmd/
Dusb.c661 console_assign(stdin, "serial");