/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_udc.c | 87 IDLE = 0, enumerator 91 } ep0_state = IDLE; 197 SET_EP0_STATE(IDLE); in musb_peri_reset() 260 SET_EP0_STATE(IDLE); in musb_peri_ep0_set_address() 298 SET_EP0_STATE(IDLE); in musb_peri_ep0_zero_data_request() 349 SET_EP0_STATE(IDLE); in musb_peri_ep0_tx_data_request() 467 SET_EP0_STATE(IDLE); in musb_peri_ep0_rx() 544 SET_EP0_STATE(IDLE); in musb_peri_ep0_tx() 556 SET_EP0_STATE(IDLE); in musb_peri_ep0_tx() 585 SET_EP0_STATE(IDLE); in musb_peri_ep0_tx() [all …]
|
/openbmc/linux/drivers/misc/altera-stapl/ |
H A D | altera-jtag.c | 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() 599 case IDLE: in altera_irscan() 601 start_state = IDLE; in altera_irscan() 698 case IDLE: in altera_swap_ir() 700 start_state = IDLE; in altera_swap_ir() 802 case IDLE: in altera_drscan() 804 start_state = IDLE; in altera_drscan() 893 case IDLE: in altera_swap_dr() [all …]
|
H A D | altera-jtag.h | 19 IDLE = 1, enumerator
|
/openbmc/qemu/python/tests/ |
H A D | protocol.py | 174 Runstate.IDLE 212 self.assertEqual(self.proto.runstate, Runstate.IDLE) 216 self.assertEqual(self.proto.runstate, Runstate.IDLE) 246 Runstate.IDLE, 254 Runstate.IDLE, 288 Runstate.IDLE, 395 self.assertEqual(context.exception.required, Runstate.IDLE) 415 await self._watch_runstates(Runstate.DISCONNECTING, Runstate.IDLE) 515 self.assertEqual(context.exception.required, Runstate.IDLE)
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | protocol.py | 62 IDLE = 0 variable in Runstate 151 elif proto.runstate == Runstate.IDLE: 242 self._runstate = Runstate.IDLE 271 @require(Runstate.IDLE) 301 @require(Runstate.IDLE) 358 @require(Runstate.IDLE) 551 assert self.runstate == Runstate.IDLE 614 assert self.runstate == Runstate.IDLE 722 self._set_state(Runstate.IDLE)
|
H A D | legacy.py | 306 if self._qmp.runstate == Runstate.IDLE:
|
H A D | qmp_tui.py | 337 if self.runstate == Runstate.IDLE: 352 if state == Runstate.IDLE:
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
H A D | idle.fuc | 30 * IDLE data segment 36 * IDLE code segment 55 // count IDLE invocations for debugging purposes
|
/openbmc/linux/drivers/scsi/ |
H A D | aha1542.h | 13 #define IDLE BIT(4) /* SCSI Host Adapter Idle */ macro 18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
|
/openbmc/u-boot/drivers/fpga/ |
H A D | ivm_core.c | 252 { RESET, IDLE, 0x00, 1 }, 255 { IDLE, RESET, 0xE0, 3 }, /* Transitions from IDLE */ 256 { IDLE, DRPAUSE, 0xA0, 4 }, 257 { IDLE, IRPAUSE, 0xD0, 5 }, 259 { DRPAUSE, IDLE, 0xC0, 3 }, 263 { IRPAUSE, IDLE, 0xC0, 3 }, 268 { SHIFTDR, IDLE, 0xC0, 3 }, 271 { SHIFTIR, IDLE, 0xC0, 3 }, 274 { IDLE, DRCAPTURE, 0x80, 2 }, 335 case IDLE: in GetState() [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A 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()
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-i2c.c | 53 IDLE = 0, // no I2C command pending enumerator 122 case IDLE: in i2c_is_idle()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A 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()
|
/openbmc/u-boot/include/ |
H A D | lattice.h | 30 #define IDLE 0x01 macro
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | bcm3510_priv.h | 41 u8 IDLE :1; member 63 u8 IDLE :1; member
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | mt6359.yaml | 35 - 0 # IDLE - mic in turn-off status
|
/openbmc/linux/drivers/block/zram/ |
H A D | Kconfig | 88 compression algorithm. Note, that IDLE page recompression
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | rohm,bd71828-regulator.yaml | 61 PMIC default "IDLE" state voltage in uV. See below table for
|
H A D | rohm,bd71847-regulator.yaml | 69 PMIC default "IDLE" state voltage in uV. See below table for
|
H A D | rohm,bd71837-regulator.yaml | 70 PMIC default "IDLE" state voltage in uV. See below table for
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | pagemap.rst | 80 25. IDLE 126 25 - IDLE
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | cm_trace.h | 25 ib_cm_state(IDLE) \
|
/openbmc/linux/drivers/dma/ |
H A 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()
|
/openbmc/u-boot/drivers/net/ |
H A D | macb.c | 186 } while (!(netstat & MACB_BIT(IDLE))); in macb_mdio_write() 212 } while (!(netstat & MACB_BIT(IDLE))); in macb_mdio_read()
|