Searched refs:inited (Results 1 - 15 of 15) sorted by relevance

/u-boot/fs/btrfs/crypto/
H A Dhash.c14 static int inited = 0; local
16 if (!inited) {
18 inited = 1;
/u-boot/drivers/dfu/
H A Ddfu_virt.c50 dfu->inited = 0;
H A Ddfu_ram.c85 dfu->inited = 0;
H A Ddfu.c288 dfu->inited = 0;
295 if (dfu->inited)
312 dfu->inited = 1;
369 * Handling rollover, and having an inited variable,
H A Ddfu_sf.c236 dfu->inited = 0;
H A Ddfu_nand.c257 dfu->inited = 0;
H A Ddfu_mtd.c372 dfu->inited = 0;
H A Ddfu_mmc.c467 dfu->inited = 0;
/u-boot/drivers/net/
H A Dnetconsole.c176 int inited = 0; local
208 inited = 1;
216 if (inited) {
/u-boot/drivers/input/
H A Dtegra-kbc.c49 unsigned char inited; /* 1 if keyboard has been inited */ member in struct:tegra_kbd_priv
58 unsigned int start_time_ms; /* Time that we inited (in ms) */
160 if (!priv->inited) {
171 priv->inited = 1;
/u-boot/arch/sandbox/cpu/
H A Dsdl.c40 * @inited: true if this module is initialised
61 bool inited; member in struct:sdl_info
93 if (!sdl.inited) {
102 sdl.inited = true;
/u-boot/include/
H A Ddfu.h159 unsigned int inited:1; member in struct:dfu_entity
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog_serial.c149 if (dfu_entity->inited &&
154 if (!dfu_entity->inited) {
/u-boot/drivers/i2c/
H A Dtegra_i2c.c42 int inited; /* bus is inited */ member in struct:i2c_bus
/u-boot/boot/
H A Dfdt_support.c1019 bool inited = false; local
1036 if (!inited) {
1039 inited = true;

Completed in 89 milliseconds