Searched refs:started (Results 1 – 12 of 12) sorted by relevance
| /drivers/power/acpi_pmc/ |
| A D | Kconfig | 5 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 D | serial_octeon_bootcmd.c | 61 bool started; member 164 priv->started = true; in octeon_bootcmd_probe()
|
| /drivers/spi/ |
| A D | npcm_fiu_spi.c | 231 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 D | am65-cpsw-nuss.c | 127 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 D | npcm_i2c.c | 112 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 D | ldpaa_eth.h | 180 bool started; member
|
| /drivers/net/ |
| A D | dwc_eth_qos.h | 283 bool started; member
|
| A D | dwc_eth_xgmac.h | 287 bool started; member
|
| A D | dwc_eth_qos.c | 1025 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 D | dwc_eth_xgmac.c | 755 xgmac->started = true; in xgmac_start() 781 if (!xgmac->started) in xgmac_stop() 783 xgmac->started = false; in xgmac_stop()
|
| /drivers/video/ |
| A D | stb_truetype.h | 1892 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 D | Kconfig | 419 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