Searched refs:started (Results 1 - 9 of 9) sorted by relevance

/u-boot/drivers/serial/
H A Dserial_octeon_bootcmd.c61 bool started; member in struct:octeon_bootcmd_priv
140 * When the bootcmd console is first started it is started as locked to
164 priv->started = true;
/u-boot/drivers/spi/
H A Dnpcm_fiu_spi.c231 u32 addr, const u8 *tx, u8 *rx, u32 nbytes, bool started)
247 if (!started) {
322 bool started = false; local
348 ret = npcm_fiu_uma_operation(priv, op, addr, tx, rx, len, started);
354 started = true;
230 npcm_fiu_uma_operation(struct npcm_fiu_priv *priv, const struct spi_mem_op *op, u32 addr, const u8 *tx, u8 *rx, u32 nbytes, bool started) argument
/u-boot/drivers/i2c/
H A Dnpcm_i2c.c112 bool started; member in struct:npcm_i2c_bus
175 bus->started = true;
191 bus->started = false;
504 if (bus->started)
577 bus->started = false;
/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.h181 bool started; member in struct:ldpaa_eth_priv
/u-boot/drivers/net/
H A Ddwc_eth_qos.h277 bool started; member in struct:eqos_priv
H A Ddwc_eth_qos.c1004 eqos->started = true;
1025 if (!eqos->started)
1027 eqos->started = false;
/u-boot/drivers/net/ti/
H A Dam65-cpsw-nuss.c128 bool started; member in struct:am65_cpsw_common
451 common->started = true;
537 if (!common->started)
556 common->started = false;
/u-boot/drivers/video/
H A Dstb_truetype.h1900 int started; member in struct:__anon42
1913 if (x > c->max_x || !c->started) c->max_x = x;
1914 if (y > c->max_y || !c->started) c->max_y = y;
1915 if (x < c->min_x || !c->started) c->min_x = x;
1916 if (y < c->min_y || !c->started) c->min_y = y;
1917 c->started = 1;
/u-boot/include/
H A Defi_api.h1554 u8 started; member in struct:efi_pxe_mode

Completed in 204 milliseconds