Searched refs:running (Results 1 - 14 of 14) sorted by relevance

/u-boot/net/
H A Dpcap.c15 static bool running; variable
64 running = false;
78 running = start;
104 if (!initialized || !running || !buf)
145 printf("\tStatus: %s.\t file size: %u\n", running ? "Active" : "Idle",
155 return running;
H A Deth-uclass.c34 bool running; member in struct:eth_device_priv
326 priv->running = true;
360 if (!priv || !priv->running)
365 priv->running = false;
560 priv->running = false;
/u-boot/drivers/watchdog/
H A Dsandbox_wdt.c16 state->wdt.running = true;
25 state->wdt.running = false;
H A Dwdt-uclass.c40 bool running; member in struct:wdt_priv
56 if (!priv->running)
125 priv->running = true;
163 priv->running = false;
184 if (!priv->running)
/u-boot/test/dm/
H A Dwdt.c30 ut_asserteq(false, state->wdt.running);
34 ut_asserteq(true, state->wdt.running);
39 ut_asserteq(true, state->wdt.running);
42 ut_asserteq(false, state->wdt.running);
/u-boot/arch/sandbox/cpu/
H A Dsdl.c44 * @running: true if audio is running
64 bool running; member in struct:sdl_info
523 sdl.running = false;
552 if (!sdl.running) {
554 sdl.running = true;
563 if (sdl.running) {
568 sdl.running = 0;
/u-boot/arch/sandbox/include/asm/
H A Dstate.h44 bool running; member in struct:sandbox_wdt_info
/u-boot/drivers/dma/
H A Dbcm6348-iudma.c121 bool running; member in struct:bcm6348_chan_priv
204 ch_priv->running = false;
280 ch_priv->running = true;
313 ch_priv->running = false;
334 if (!ch_priv->running)
382 if (!ch_priv->running)
514 /* only add new rx buffers if channel isn't running */
515 if (ch_priv->running)
/u-boot/drivers/net/
H A Dbcm6348-eth.c270 bool running = false; local
272 /* check if emac is running */
274 running = true;
277 if (running)
288 if (running)
/u-boot/common/
H A Dusb_hub.c528 debug("already running port %i disabled by hub (EMI?), re-enabling...\n",
574 static int running; local
578 if (running)
581 running = 1;
601 * USB devices. Set "running" back to 0, so that other USB controllers
604 running = 0;
H A Dcli_hush_upstream.c728 int alive_cmds; /* number of commands running (not exited) */
1898 * backgrounds (i.e. stops) or kills all members of currently running
2289 * shell resends the SIGHUP to all jobs, running
2837 /* bash prints ^C (before running a trap, if any)
8066 * We reset input string to not run the following command, so running
9303 debug_printf_exec("running applet '%s'\n", argv[0]);
9574 /* There are still running processes in the fg_pipe */
9736 /* fg_pipe still has running processes, do waitpid again */
11362 debug_printf("running script '%s'\n", G.global_argv[0]);
11703 * (if there are _stopped_ jobs, running one
[all...]
/u-boot/drivers/i2c/
H A Dintel_i2c.c62 int running; member in struct:intel_i2c
/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c125 int running; local
138 * is set, that means DMA engine is running.
143 running = reg_val & (DMA_MST_CTRL_EN_A_ENABLE |
145 if (!running || (reg_val & DMA_MST_CTRL_IS_DMA_DONE))
/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c171 * indication that the driver really wants to be running in userspace.)
182 * the gadget running when the thread is dead. At of this moment, MSF
227 * tag value of the request associated with a long-running exception
330 unsigned int running:1; member in struct:fsg_common
2202 if (common->running)
2237 common->running = 0;
2278 common->running = 1;
2423 if (!common->running) {

Completed in 210 milliseconds