Home
last modified time | relevance | path

Searched refs:iomux_doenv (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/
A Diomux.h33 int iomux_doenv(const int, const char *);
/u-boot/common/
A Diomux.c34 int iomux_doenv(const int console, const char *arg) in iomux_doenv() function
168 ret = iomux_doenv(console, arg); in iomux_replace_device()
A Dconsole.c49 if (iomux_doenv(console, value)) in on_console()
362 iomux_doenv(file, dev->name); in console_doenv()
975 iomux_err = iomux_doenv(stdin, stdinname); in console_init_r()
976 iomux_err += iomux_doenv(stdout, stdoutname); in console_init_r()
977 iomux_err += iomux_doenv(stderr, stderrname); in console_init_r()
A Dusb_kbd.c563 error = iomux_doenv(stdin, stdinname);
/u-boot/doc/
A DREADME.iomux17 (iomux_doenv()) of the environment setting implementation.
19 iomux_doenv() is called in common/cmd_nvedit.c to handle setenv and in
34 iomux_doenv() prevents multiple use of the same device, e.g. "setenv
35 stdin nc,nc,serial" will discard the second nc. iomux_doenv() is

Completed in 6 milliseconds