Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/doc/
H A DREADME.iomux18 (iomux_doenv()) of the environment setting implementation.
20 iomux_doenv() is called in common/cmd_nvedit.c to handle setenv and in
35 iomux_doenv() prevents multiple use of the same device, e.g. "setenv
36 stdin nc,nc,serial" will discard the second nc. iomux_doenv() is
/OK3568_Linux_fs/u-boot/common/
H A Dconsole.c52 if (iomux_doenv(console, value)) in on_console()
261 iomux_doenv(file, dev->name); in console_doenv()
861 iomux_err = iomux_doenv(stdin, stdinname); in console_init_r()
862 iomux_err += iomux_doenv(stdout, stdoutname); in console_init_r()
863 iomux_err += iomux_doenv(stderr, stderrname); in console_init_r()
H A Diomux.su
H A Dusb_kbd.c561 error = iomux_doenv(stdin, stdinname);
626 if (iomux_doenv(stdin, env_get("stdin")) != 0)
726 if (iomux_doenv(stdin, env_get("stdin"))) {
H A Diomux.c27 int iomux_doenv(const int console, const char *arg) in iomux_doenv() function
/OK3568_Linux_fs/u-boot/include/
H A Diomux.h28 int iomux_doenv(const int, const char *);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map