Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dnetconsole.c178 int inited = 0; in nc_send_packet() local
210 inited = 1; in nc_send_packet()
218 if (inited) { in nc_send_packet()
/rk3399_rockchip-uboot/drivers/input/
H A Dtegra-kbc.c50 unsigned char inited; /* 1 if keyboard has been inited */ member
161 if (!priv->inited) { in kbd_wait_for_fifo_init()
172 priv->inited = 1; in kbd_wait_for_fifo_init()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dsdl.c24 bool inited; member
48 if (!sdl.inited) { in sandbox_sdl_ensure_init()
57 sdl.inited = true; in sandbox_sdl_ensure_init()
/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_ram.c84 dfu->inited = 0; in dfu_fill_entity_ram()
H A Ddfu.c181 dfu->inited = 0; in dfu_transaction_cleanup()
188 if (dfu->inited) in dfu_transaction_initiate()
205 dfu->inited = 1; in dfu_transaction_initiate()
H A Ddfu_mtd.c162 dfu->inited = 0; in dfu_fill_entity_mtd()
H A Ddfu_sf.c151 dfu->inited = 0; in dfu_fill_entity_sf()
H A Ddfu_nand.c247 dfu->inited = 0; in dfu_fill_entity_nand()
H A Ddfu_mmc.c392 dfu->inited = 0; in dfu_fill_entity_mmc()
/rk3399_rockchip-uboot/include/
H A Ddfu.h153 unsigned int inited:1; member
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c49 static bool inited = false; in sym_init() local
51 if (inited) in sym_init()
53 inited = true; in sym_init()
/rk3399_rockchip-uboot/drivers/i2c/
H A Dtegra_i2c.c41 int inited; /* bus is inited */ member
/rk3399_rockchip-uboot/doc/driver-model/
H A Dspi-howto.txt189 int inited; /* 1 if this bus is ready for use */
194 Of these, inited is handled by DM and node is the device tree node, which
H 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
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DKconfig838 The secure timer inited in SPL/TPL in secure word, ARM generic timer