/linux-6.1.9/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-6.1.9/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-6.1.9/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 | 225 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port() 939 STATMASK, IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { in aha1542_reset()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/media/pci/saa7134/ |
D | saa7134-i2c.c | 53 IDLE = 0, // no I2C command pending enumerator 122 case IDLE: in i2c_is_idle()
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | firmware.c | 28 IDLE, enumerator 107 return IDLE; in brcmf_nvram_handle_idle() 164 return IDLE; in brcmf_nvram_handle_value() 188 return IDLE; in brcmf_nvram_handle_comment()
|
/linux-6.1.9/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-6.1.9/Documentation/devicetree/bindings/sound/ |
D | mt6359.yaml | 35 - 0 # IDLE - mic in turn-off status
|
/linux-6.1.9/Documentation/devicetree/bindings/regulator/ |
D | rohm,bd71828-regulator.yaml | 61 PMIC default "IDLE" state voltage in uV. See below table for
|
D | rohm,bd71837-regulator.yaml | 70 PMIC default "IDLE" state voltage in uV. See below table for
|
D | rohm,bd71847-regulator.yaml | 69 PMIC default "IDLE" state voltage in uV. See below table for
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | pagemap.rst | 82 25. IDLE 129 25 - IDLE
|
/linux-6.1.9/drivers/infiniband/core/ |
D | cm_trace.h | 25 ib_cm_state(IDLE) \
|
/linux-6.1.9/drivers/dma/ |
D | hisi_dma.c | 102 IDLE = 0, enumerator 453 FIELD_GET(HISI_DMA_Q_FSM_STS_MASK, tmp) == IDLE, in hisi_dma_reset_or_disable_hw_chan()
|
/linux-6.1.9/Documentation/devicetree/bindings/cpu/ |
D | idle-states.yaml | 77 ..__[EXEC]__|__[PREP]__|__[ENTRY]__|__[IDLE]__|__[EXIT]__|__[EXEC]__.. 99 to completion up to IDLE before anything else can happen. 101 IDLE: This is the actual energy-saving idle period. This may last
|
/linux-6.1.9/Documentation/devicetree/bindings/phy/ |
D | nvidia,tegra20-usb-phy.yaml | 153 Number of 480 MHz clock cycles of idle to wait before declare IDLE.
|
/linux-6.1.9/Documentation/translations/zh_CN/loongarch/ |
D | introduction.rst | 248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
|
/linux-6.1.9/Documentation/admin-guide/laptops/ |
D | disk-shock-protection.rst | 21 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature.
|
/linux-6.1.9/arch/arm/mm/ |
D | proc-xscale.S | 179 mcr p14, 0, r0, c7, c0, 0 @ Go to IDLE
|
/linux-6.1.9/drivers/md/ |
D | dm-cache-target.c | 1561 IDLE, enumerator 1572 return IDLE; in spare_migration_bandwidth() 1857 r = policy_get_background_work(cache->policy, b == IDLE, &op); in check_migrations()
|
/linux-6.1.9/block/ |
D | blk-mq-debugfs.c | 256 CMD_FLAG_NAME(IDLE),
|