Home
last modified time | relevance | path

Searched refs:inited (Results 1 – 17 of 17) sorted by relevance

/u-boot/fs/btrfs/crypto/
A Dhash.c13 static int inited = 0; in btrfs_hash_init() local
15 if (!inited) { in btrfs_hash_init()
17 inited = 1; in btrfs_hash_init()
/u-boot/drivers/net/
A Dnetconsole.c180 int inited = 0; in nc_send_packet() local
212 inited = 1; in nc_send_packet()
220 if (inited) { in nc_send_packet()
/u-boot/drivers/input/
A Dtegra-kbc.c49 unsigned char inited; /* 1 if keyboard has been inited */ member
160 if (!priv->inited) { in kbd_wait_for_fifo_init()
171 priv->inited = 1; in kbd_wait_for_fifo_init()
/u-boot/drivers/dfu/
A Ddfu_virt.c47 dfu->inited = 0; in dfu_fill_entity_virt()
A Ddfu_ram.c84 dfu->inited = 0; in dfu_fill_entity_ram()
A Ddfu.c277 dfu->inited = 0; in dfu_transaction_cleanup()
284 if (dfu->inited) in dfu_transaction_initiate()
301 dfu->inited = 1; in dfu_transaction_initiate()
A Ddfu_nand.c249 dfu->inited = 0; in dfu_fill_entity_nand()
A Ddfu_sf.c203 dfu->inited = 0; in dfu_fill_entity_sf()
A Ddfu_mtd.c323 dfu->inited = 0; in dfu_fill_entity_mtd()
A Ddfu_mmc.c447 dfu->inited = 0; in dfu_fill_entity_mmc()
/u-boot/arch/sandbox/cpu/
A Dsdl.c57 bool inited; member
87 if (!sdl.inited) { in sandbox_sdl_ensure_init()
96 sdl.inited = true; in sandbox_sdl_ensure_init()
/u-boot/include/
A Ddfu.h160 unsigned int inited:1; member
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog_serial.c145 if (dfu_entity->inited && in stm32prog_read()
150 if (!dfu_entity->inited) { in stm32prog_read()
/u-boot/drivers/i2c/
A Dtegra_i2c.c41 int inited; /* bus is inited */ member
/u-boot/common/
A Dfdt_support.c944 bool inited = false; in fdt_fixup_mtdparts() local
962 if (!inited) { in fdt_fixup_mtdparts()
965 inited = true; in fdt_fixup_mtdparts()
/u-boot/doc/driver-model/
A Dspi-howto.rst202 int inited; /* 1 if this bus is ready for use */
207 Of these, inited is handled by DM and node is the device tree node, which
/u-boot/
A DKconfig231 malloc() region in SDRAM once it is inited.

Completed in 37 milliseconds