Searched refs:iomux_doenv (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.iomux | 18 (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 D | console.c | 52 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 D | iomux.su | |
| H A D | usb_kbd.c | 561 error = iomux_doenv(stdin, stdinname); 626 if (iomux_doenv(stdin, env_get("stdin")) != 0) 726 if (iomux_doenv(stdin, env_get("stdin"))) {
|
| H A D | iomux.c | 27 int iomux_doenv(const int console, const char *arg) in iomux_doenv() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | iomux.h | 28 int iomux_doenv(const int, const char *);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |