| /Linux-v5.4/drivers/misc/altera-stapl/ |
| D | altera-jtag.c | 35 /* RESET */ { RESET, IDLE }, 36 /* IDLE */ { DRSELECT, IDLE }, 43 /* DRUPDATE */ { DRSELECT, IDLE }, 50 /* IRUPDATE */ { DRSELECT, IDLE } 83 js->drstop_state = IDLE; in altera_jinit() 84 js->irstop_state = IDLE; in altera_jinit() 282 js->jtag_state = IDLE; in altera_jreset_idle() 303 if ((state == IDLE) || (state == DRSHIFT) || in altera_goto_jstate() 599 case IDLE: in altera_irscan() 601 start_state = IDLE; in altera_irscan() [all …]
|
| D | altera-jtag.h | 19 IDLE = 1, enumerator
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| D | idle.fuc | 30 * IDLE data segment 36 * IDLE code segment 55 // count IDLE invocations for debugging purposes
|
| /Linux-v5.4/drivers/scsi/ |
| D | aha1542.h | 13 #define IDLE BIT(4) /* SCSI Host Adapter Idle */ macro 18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
|
| D | aha1542.c | 212 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port() 927 STATMASK, IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { in aha1542_reset()
|
| /Linux-v5.4/drivers/input/misc/ |
| D | ad714x.c | 67 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator 219 case IDLE: in ad714x_button_state_machine() 235 sw->state = IDLE; in ad714x_button_state_machine() 351 case IDLE: in ad714x_slider_state_machine() 386 sw->state = IDLE; in ad714x_slider_state_machine() 523 case IDLE: in ad714x_wheel_state_machine() 559 sw->state = IDLE; in ad714x_wheel_state_machine() 807 case IDLE: in ad714x_touchpad_state_machine() 856 sw->state = IDLE; in ad714x_touchpad_state_machine()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| D | ctxnv40.c | 609 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 612 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 631 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 636 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | firmware.c | 26 IDLE, enumerator 103 return IDLE; in brcmf_nvram_handle_idle() 156 return IDLE; in brcmf_nvram_handle_value() 180 return IDLE; in brcmf_nvram_handle_comment()
|
| /Linux-v5.4/drivers/media/pci/saa7134/ |
| D | saa7134-i2c.c | 53 IDLE = 0, // no I2C command pending enumerator 122 case IDLE: in i2c_is_idle()
|
| /Linux-v5.4/drivers/media/dvb-frontends/ |
| D | bcm3510_priv.h | 41 u8 IDLE :1; member 63 u8 IDLE :1; member
|
| D | bcm3510.c | 256 if (ap.APSTAT1_a2.RESET || ap.APSTAT1_a2.IDLE || ap.APSTAT1_a2.STOP || hab.HABSTAT_a8.HABR) {
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_cm.h | 133 IDLE = 0, enumerator
|
| /Linux-v5.4/drivers/net/hamradio/ |
| D | dmascc.c | 131 #define IDLE 0 macro 744 priv->state = IDLE; in scc_open() 942 if (priv->state == IDLE) { in scc_send_packet() 1372 case IDLE: in es_isr() 1432 priv->state = IDLE; in tm_isr()
|
| /Linux-v5.4/kernel/debug/kdb/ |
| D | kdb_support.c | 558 #define IDLE (1UL << (8*sizeof(unsigned long) - 3)) macro 596 res |= IDLE; in kdb_task_state_string()
|
| /Linux-v5.4/Documentation/admin-guide/mm/ |
| D | pagemap.rst | 80 25. IDLE 126 25 - IDLE
|
| /Linux-v5.4/drivers/tty/ |
| D | synclinkmp.c | 422 #define IDLE BIT6 macro 2220 info->ie1_value &= ~(IDLE + UDRN); in isr_txeom() 2222 write_reg(info, SR1, (unsigned char)(UDRN + IDLE)); in isr_txeom() 2228 else if (status & IDLE) in isr_txeom() 2264 unsigned char status = read_reg(info, SR1) & info->ie1_value & (UDRN + IDLE + CCTS); in isr_txint() 2273 if (status & (UDRN + IDLE)) in isr_txint() 2299 info->ie1_value |= IDLE; in isr_txrdy() 2962 info->ie1_value |= IDLE; in tx_abort() 2964 write_reg(info, SR1, (unsigned char)(IDLE + UDRN)); /* clear pending */ in tx_abort() 4225 info->ie1_value &= ~IDLE; in tx_start() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
| D | rohm,bd71837-regulator.txt | 32 - rohm,dvs-idle-voltage : PMIC default "IDLE" state voltage in uV.
|
| /Linux-v5.4/fs/fscache/ |
| D | object-list.c | 222 BUSY, IDLE); in fscache_objlist_show()
|
| /Linux-v5.4/Documentation/devicetree/bindings/phy/ |
| D | nvidia,tegra20-usb-phy.txt | 43 before declare IDLE.
|
| /Linux-v5.4/Documentation/devicetree/bindings/arm/ |
| D | idle-states.txt | 49 ..__[EXEC]__|__[PREP]__|__[ENTRY]__|__[IDLE]__|__[EXIT]__|__[EXEC]__.. 71 to completion up to IDLE before anything else can happen. 73 IDLE: This is the actual energy-saving idle period. This may last
|
| /Linux-v5.4/Documentation/admin-guide/laptops/ |
| D | disk-shock-protection.rst | 21 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature.
|
| /Linux-v5.4/arch/arm/mm/ |
| D | proc-xscale.S | 179 mcr p14, 0, r0, c7, c0, 0 @ Go to IDLE
|
| /Linux-v5.4/block/ |
| D | blk-mq-debugfs.c | 273 CMD_FLAG_NAME(IDLE),
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | iw_cxgb4.h | 777 IDLE = 0, enumerator
|
| /Linux-v5.4/drivers/misc/mei/ |
| D | hbm.c | 54 MEI_HBM_STATE(IDLE); in mei_hbm_state_str()
|