Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/misc/altera-stapl/
Daltera-jtag.c49 /* RESET */ { RESET, IDLE },
50 /* IDLE */ { DRSELECT, IDLE },
57 /* DRUPDATE */ { DRSELECT, IDLE },
64 /* IRUPDATE */ { DRSELECT, IDLE }
97 js->drstop_state = IDLE; in altera_jinit()
98 js->irstop_state = IDLE; in altera_jinit()
296 js->jtag_state = IDLE; in altera_jreset_idle()
317 if ((state == IDLE) || (state == DRSHIFT) || in altera_goto_jstate()
613 case IDLE: in altera_irscan()
615 start_state = IDLE; in altera_irscan()
[all …]
Daltera-jtag.h33 IDLE = 1, enumerator
/Linux-v4.19/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-v4.19/drivers/scsi/
Daha1542.h13 #define IDLE BIT(4) /* SCSI Host Adapter Idle */ macro
18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
Daha1542.c204 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
870 STATMASK, IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { in aha1542_reset()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_breadcrumbs.c269 #define IDLE 1 macro
278 set_bit(IDLE, &w->flags); in wait_for_ready()
295 clear_bit(IDLE, &w->flags); in wait_for_ready()
373 waiters[n].flags = BIT(IDLE); in igt_wakeup()
392 GEM_BUG_ON(!test_bit(IDLE, &waiters[n].flags)); in igt_wakeup()
/Linux-v4.19/drivers/input/misc/
Dad714x.c68 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
220 case IDLE: in ad714x_button_state_machine()
236 sw->state = IDLE; in ad714x_button_state_machine()
352 case IDLE: in ad714x_slider_state_machine()
387 sw->state = IDLE; in ad714x_slider_state_machine()
524 case IDLE: in ad714x_wheel_state_machine()
560 sw->state = IDLE; in ad714x_wheel_state_machine()
808 case IDLE: in ad714x_touchpad_state_machine()
857 sw->state = IDLE; in ad714x_touchpad_state_machine()
/Linux-v4.19/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-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c36 IDLE, enumerator
113 return IDLE; in brcmf_nvram_handle_idle()
166 return IDLE; in brcmf_nvram_handle_value()
190 return IDLE; in brcmf_nvram_handle_comment()
/Linux-v4.19/Documentation/isdn/
DINTERFACE.fax63 only necessary on call establishment (from IDLE to PHASE_A).
64 (one of the constants ISDN_FAX_PHASE_[IDLE,A,B,C,D,E])
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-i2c.c62 IDLE = 0, // no I2C command pending enumerator
131 case IDLE: in i2c_is_idle()
/Linux-v4.19/drivers/media/dvb-frontends/
Dbcm3510_priv.h50 u8 IDLE :1; member
72 u8 IDLE :1; member
Dbcm3510.c256 if (ap.APSTAT1_a2.RESET || ap.APSTAT1_a2.IDLE || ap.APSTAT1_a2.STOP || hab.HABSTAT_a8.HABR) {
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_cm.h133 IDLE = 0, enumerator
/Linux-v4.19/drivers/net/hamradio/
Ddmascc.c144 #define IDLE 0 macro
757 priv->state = IDLE; in scc_open()
955 if (priv->state == IDLE) { in scc_send_packet()
1385 case IDLE: in es_isr()
1445 priv->state = IDLE; in tm_isr()
/Linux-v4.19/Documentation/admin-guide/mm/
Dpagemap.rst80 25. IDLE
125 25 - IDLE
/Linux-v4.19/kernel/debug/kdb/
Dkdb_support.c558 #define IDLE (1UL << (8*sizeof(unsigned long) - 3)) macro
596 res |= IDLE; in kdb_task_state_string()
/Linux-v4.19/drivers/tty/
Dsynclinkmp.c422 #define IDLE BIT6 macro
2221 info->ie1_value &= ~(IDLE + UDRN); in isr_txeom()
2223 write_reg(info, SR1, (unsigned char)(UDRN + IDLE)); in isr_txeom()
2229 else if (status & IDLE) in isr_txeom()
2265 unsigned char status = read_reg(info, SR1) & info->ie1_value & (UDRN + IDLE + CCTS); in isr_txint()
2274 if (status & (UDRN + IDLE)) in isr_txint()
2300 info->ie1_value |= IDLE; in isr_txrdy()
2963 info->ie1_value |= IDLE; in tx_abort()
2965 write_reg(info, SR1, (unsigned char)(IDLE + UDRN)); /* clear pending */ in tx_abort()
4226 info->ie1_value &= ~IDLE; in tx_start()
[all …]
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c821 a->ncci_state[ncci] = IDLE; in get_ncci()
957 a->ncci_state[ncci] = IDLE; in ncci_remove()
987 a->ncci_state[ncci] = IDLE; in ncci_remove()
1525 if (plci->State != SUSPENDING) plci->State = IDLE; in disconnect_res()
1557 dummy_plci.State = IDLE; in listen_req()
1850 if (plci && plci->State && plci->SuppState == IDLE) in facility_req()
1973 if (plci && plci->State && ((plci->SuppState == IDLE) || (plci->SuppState == CALL_HELD))) in facility_req()
2510 if ((plci->State == IDLE) || (plci->State == OUTG_DIS_PENDING) in connect_b3_req()
2511 || (plci->State == INC_DIS_PENDING) || (plci->SuppState != IDLE)) in connect_b3_req()
2851 if (plci && ncci && (plci->State != IDLE) && (plci->State != INC_DIS_PENDING) in connect_b3_a_res()
[all …]
Ddivacapi.h644 #define IDLE 0 macro
669 #define IDLE 0 macro
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dnvidia,tegra20-usb-phy.txt43 before declare IDLE.
/Linux-v4.19/fs/fscache/
Dobject-list.c226 BUSY, IDLE); in fscache_objlist_show()
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Didle-states.txt49 ..__[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-v4.19/Documentation/laptops/
Ddisk-shock-protection.txt20 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature.
/Linux-v4.19/arch/arm/mm/
Dproc-xscale.S182 mcr p14, 0, r0, c7, c0, 0 @ Go to IDLE

12