Home
last modified time | relevance | path

Searched refs:IDLE (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.1.9/drivers/misc/altera-stapl/
Daltera-jtag.c35 /* 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 …]
Daltera-jtag.h19 IDLE = 1, enumerator
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Didle.fuc30 * IDLE data segment
36 * IDLE code segment
55 // count IDLE invocations for debugging purposes
/linux-6.1.9/drivers/scsi/
Daha1542.h13 #define IDLE BIT(4) /* SCSI Host Adapter Idle */ macro
18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
Daha1542.c225 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/
Dad714x.c67 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/
Dctxnv40.c609 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/
Dsaa7134-i2c.c53 IDLE = 0, // no I2C command pending enumerator
122 case IDLE: in i2c_is_idle()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c28 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/
Dbcm3510_priv.h41 u8 IDLE :1; member
63 u8 IDLE :1; member
Dbcm3510.c256 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/
Dmt6359.yaml35 - 0 # IDLE - mic in turn-off status
/linux-6.1.9/Documentation/devicetree/bindings/regulator/
Drohm,bd71828-regulator.yaml61 PMIC default "IDLE" state voltage in uV. See below table for
Drohm,bd71837-regulator.yaml70 PMIC default "IDLE" state voltage in uV. See below table for
Drohm,bd71847-regulator.yaml69 PMIC default "IDLE" state voltage in uV. See below table for
/linux-6.1.9/Documentation/admin-guide/mm/
Dpagemap.rst82 25. IDLE
129 25 - IDLE
/linux-6.1.9/drivers/infiniband/core/
Dcm_trace.h25 ib_cm_state(IDLE) \
/linux-6.1.9/drivers/dma/
Dhisi_dma.c102 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/
Didle-states.yaml77 ..__[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/
Dnvidia,tegra20-usb-phy.yaml153 Number of 480 MHz clock cycles of idle to wait before declare IDLE.
/linux-6.1.9/Documentation/translations/zh_CN/loongarch/
Dintroduction.rst248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux-6.1.9/Documentation/admin-guide/laptops/
Ddisk-shock-protection.rst21 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature.
/linux-6.1.9/arch/arm/mm/
Dproc-xscale.S179 mcr p14, 0, r0, c7, c0, 0 @ Go to IDLE
/linux-6.1.9/drivers/md/
Ddm-cache-target.c1561 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/
Dblk-mq-debugfs.c256 CMD_FLAG_NAME(IDLE),

12