Home
last modified time | relevance | path

Searched refs:started (Results 1 – 12 of 12) sorted by relevance

/drivers/power/acpi_pmc/
A DKconfig5 provides features including checking whether the system started from
15 provides features including checking whether the system started from
25 provides features including checking whether the system started from
/drivers/serial/
A Dserial_octeon_bootcmd.c61 bool started; member
164 priv->started = true; in octeon_bootcmd_probe()
/drivers/spi/
A Dnpcm_fiu_spi.c231 u32 addr, const u8 *tx, u8 *rx, u32 nbytes, bool started) in npcm_fiu_uma_operation() argument
247 if (!started) { in npcm_fiu_uma_operation()
322 bool started = false; in npcm_fiu_exec_op() local
348 ret = npcm_fiu_uma_operation(priv, op, addr, tx, rx, len, started); in npcm_fiu_exec_op()
354 started = true; in npcm_fiu_exec_op()
/drivers/net/ti/
A Dam65-cpsw-nuss.c127 bool started; member
330 if (common->started) in am65_cpsw_start()
459 common->started = true; in am65_cpsw_start()
499 if (!common->started) in am65_cpsw_send()
518 if (!common->started) in am65_cpsw_recv()
551 if (!common->started) in am65_cpsw_stop()
570 common->started = false; in am65_cpsw_stop()
/drivers/i2c/
A Dnpcm_i2c.c112 bool started; member
175 bus->started = true; in npcm_i2c_send_start()
191 bus->started = false; in npcm_i2c_send_stop()
504 if (bus->started) in npcm_i2c_xfer()
577 bus->started = false; in npcm_i2c_probe()
/drivers/net/ldpaa_eth/
A Dldpaa_eth.h180 bool started; member
/drivers/net/
A Ddwc_eth_qos.h283 bool started; member
A Ddwc_eth_xgmac.h287 bool started; member
A Ddwc_eth_qos.c1025 eqos->started = true; in eqos_start()
1046 if (!eqos->started) in eqos_stop()
1048 eqos->started = false; in eqos_stop()
1176 if (eqos->started && (eqos->rx_desc_idx & idx_mask) == idx_mask) { in eqos_free_pkt()
A Ddwc_eth_xgmac.c755 xgmac->started = true; in xgmac_start()
781 if (!xgmac->started) in xgmac_stop()
783 xgmac->started = false; in xgmac_stop()
/drivers/video/
A Dstb_truetype.h1892 int started; member
1905 if (x > c->max_x || !c->started) c->max_x = x; in stbtt__track_vertex()
1906 if (y > c->max_y || !c->started) c->max_y = y; in stbtt__track_vertex()
1907 if (x < c->min_x || !c->started) c->min_x = x; in stbtt__track_vertex()
1908 if (y < c->min_y || !c->started) c->min_y = y; in stbtt__track_vertex()
1909 c->started = 1; in stbtt__track_vertex()
/drivers/misc/
A DKconfig419 device. When the device is started up, its power sequence can be
428 device. When the device is started up, its power sequence can be

Completed in 63 milliseconds