Home
last modified time | relevance | path

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

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