Home
last modified time | relevance | path

Searched refs:State (Results 1 – 88 of 88) sorted by relevance

/linux-4.4.14/arch/metag/kernel/
Dtraps.c194 static void nest_interrupts(TBIRES State, unsigned long mask) in nest_interrupts() argument
212 if (D0_8 && (State.Sig.SaveMask & TBICTX_PRIV_BIT)) { in nest_interrupts()
213 State.Sig.SaveMask |= (D0_8 >> 16); in nest_interrupts()
225 __TBINestInts(State, &dsp_ctx->regs, mask); in nest_interrupts()
228 __TBINestInts(State, NULL, mask); in nest_interrupts()
230 __TBINestInts(State, NULL, mask); in nest_interrupts()
234 void head_end(TBIRES State, unsigned long mask) in head_end() argument
236 unsigned int savemask = (unsigned short)State.Sig.SaveMask; in head_end()
237 unsigned int ctx_savemask = (unsigned short)State.Sig.pCtx->SaveMask; in head_end()
296 State.Sig.SaveMask = savemask; in head_end()
[all …]
Dkick.c69 kick_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI) in kick_handler() argument
77 head_end(State, ~INTS_OFF_MASK); in kick_handler()
80 if (State.Sig.SaveMask & TBICTX_PRIV_BIT) in kick_handler()
81 restart_critical_section(State); in kick_handler()
85 old_regs = set_irq_regs((struct pt_regs *)State.Sig.pCtx); in kick_handler()
97 ret = kh->func(State, SigNum, Triggers, Inst, pTBI, &handled); in kick_handler()
Dsmp.c618 static TBIRES ipi_handler(TBIRES State, int SigNum, int Triggers, in ipi_handler() argument
623 return State; in ipi_handler()
/linux-4.4.14/drivers/staging/rtl8192e/
Ddot11d.c51 pDot11dInfo->State = DOT11D_STATE_NONE; in dot11d_init()
114 pDot11dInfo->State = DOT11D_STATE_NONE; in Dot11d_Reset()
156 pDot11dInfo->State = DOT11D_STATE_LEARNED; in Dot11d_UpdateCountryIe()
163 switch (pDot11dInfo->State) { in DOT11D_ScanComplete()
165 pDot11dInfo->State = DOT11D_STATE_DONE; in DOT11D_ScanComplete()
Ddot11d.h56 enum dot11d_state State; member
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Ddot11d.c11 pDot11dInfo->State = DOT11D_STATE_NONE; in Dot11d_Init()
36 pDot11dInfo->State = DOT11D_STATE_NONE; in Dot11d_Reset()
97 pDot11dInfo->State = DOT11D_STATE_LEARNED; in Dot11d_UpdateCountryIe()
121 switch (pDot11dInfo->State) { in DOT11D_ScanComplete()
123 pDot11dInfo->State = DOT11D_STATE_DONE; in DOT11D_ScanComplete()
Ddot11d.h32 DOT11D_STATE State; member
59 #define IS_DOT11D_STATE_DONE(__pIeeeDev) (GET_DOT11D_INFO(__pIeeeDev)->State == DOT11D_STATE_DONE)
/linux-4.4.14/Documentation/networking/
Dxfrm_proc.txt33 State is expired
35 State has mismatch option
38 State is invalid
68 State is expired
Dswitchdev.txt258 STP State Change on Port
266 State is one of BR_STATE_*. The switch driver can use STP state updates to
Dz8530drv.txt385 Tx State : idle
394 Tx State - status of the Tx interrupt handler: idle/busy/active/tail (2)
Dnetdev-FAQ.txt104 The "State" field will tell you exactly where things are at with
/linux-4.4.14/arch/metag/include/asm/
Dtbx.h706 typedef TBIRES (*PTBIAPIFN)( TBIRES State, int SigNum,
754 extern TBIRES __TBIHandleDFR ( TBIRES State, int SigNum,
963 TBIRES __TBIUnExpXXX( TBIRES State, int SigNum,
974 TBIRES __TBISyncTrigger( TBIRES State, int Id );
987 TBIRES __TBIASyncTrigger( TBIRES State );
1019 void *__TBICtxSave( TBIRES State, void *pExt );
1020 void *__TBICtxRestore( TBIRES State, void *pExt );
1038 void *__TBICtxFPUSave( TBIRES State, void *pExt );
1039 void *__TBICtxFPURestore( TBIRES State, void *pExt );
1081 TBIRES __TBINestInts( TBIRES State, void *pExt, int NoNestMask );
[all …]
Dtraps.h28 extern void restart_critical_section(TBIRES State);
43 extern TBIRES __TBIUnExpXXX(TBIRES State, int SigNum, int Triggers, int Inst,
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt162 (1) State FSCACHE_OBJECT_INIT.
172 (2) State FSCACHE_OBJECT_LOOKING_UP.
190 (3) State FSCACHE_OBJECT_CREATING.
208 (4) State FSCACHE_OBJECT_AVAILABLE.
214 (5) State FSCACHE_OBJECT_ACTIVE.
219 (6) State FSCACHE_OBJECT_INVALIDATING.
226 (7) State FSCACHE_OBJECT_UPDATING.
235 (8) State FSCACHE_OBJECT_LC_DYING.
241 (9) State FSCACHE_OBJECT_DYING.
251 (10) State FSCACHE_OBJECT_ABORT_INIT.
[all …]
/linux-4.4.14/Documentation/power/
Dstates.txt42 State: Standby / Power-On Suspend
43 ACPI State: S1
59 State: Suspend-to-RAM
60 ACPI State: S3
82 State: Suspend-to-disk
83 ACPI State: S4
Dpci.txt112 | Current State | New State |
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt6 by different names ("DDR Bus Controller (DBSC)", "DDR3 Bus State Controller
7 (DBSC3)", "SDRAM Bus State Controller (SBSC)").
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dpsci.txt1 * Power State Coordination Interface (PSCI)
4 ARM DEN 0022A ("Power State Coordination Interface System Software on ARM
107 [2] Power State Coordination Interface (PSCI) specification
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmessage.c423 || (plci->State == INC_CON_PENDING) in api_put()
424 || (plci->State == INC_CON_ALERT) in api_put()
1085 if ((plci->State == INC_CON_PENDING) || (plci->State == INC_CON_ALERT)) in plci_remove()
1086 plci->State = OUTG_DIS_PENDING; in plci_remove()
1317 plci->State = LOCAL_CONNECT; in connect_req()
1427 dbug(1, dprintf("connect_res(State=0x%x)", plci->State)); in connect_res()
1446 if (plci->State == INC_CON_CONNECTED_ALERT) in connect_res()
1457 plci->State = INC_CON_ACCEPT; in connect_res()
1461 else if (plci->State == INC_CON_PENDING || plci->State == INC_CON_ALERT) { in connect_res()
1554 plci->State = INC_CON_ACCEPT; in connect_res()
[all …]
Ddivasync.h225 SERIAL_STATE State; member
Dio.h63 int State; /* from NT4 1.srv, a good idea, but a poor achievement */ member
Ddivacapi.h227 byte State; member
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Drenesas,bsc.txt1 Renesas Bus State Controller (BSC)
4 The Renesas Bus State Controller (BSC, sometimes called "LBSC within Bus
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dlpc1850-sct-pwm.txt1 * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver
/linux-4.4.14/Documentation/hwmon/
Dsmsc47b39791 To place the chip into the Configuration State The config key (0x55) is written
110 To exit the Configuration State the write 0xAA to the CONFIG PORT (0x2E).
111 The chip returns to the RUN State. (This is important).
/linux-4.4.14/Documentation/driver-model/
Ddesign-patterns.txt9 1. State Container
13 1. State Container
/linux-4.4.14/drivers/atm/
Dsolos-attrlist.c9 SOLOS_ATTR_RO(State)
/linux-4.4.14/drivers/parisc/
DKconfig137 This has nothing to do with LED State support for A and E class.
146 That includes support for LED State front panel as found on E
147 class, and support for the GSP Virtual Front Panel (LED State and
/linux-4.4.14/drivers/misc/mic/
DKconfig93 comment "Intel MIC Coprocessor State Management (COSM) Drivers"
96 tristate "Intel MIC Coprocessor State Management (COSM) Drivers"
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dnxp,lpc1850-rgu.txt38 37 State Configurable Timer (SCT)
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Ddscr.txt1 Device State Configuration Registers
8 In general, the Device State Configuration Registers (DSCR) will provide one or
/linux-4.4.14/drivers/pci/pcie/
DKconfig35 This enables OS control over PCI Express ASPM (Active State
/linux-4.4.14/drivers/scsi/mpt3sas/mpi/
Dmpi2_raid.h294 U8 State; /*0x00 */ member
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-transport-srp51 Description: State of the transport layer used for communication with the
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-genwqe57 Description: State of the card: "unused", "used", "error".
/linux-4.4.14/Documentation/laptops/
Dtoshiba_haps.txt42 The presence of Solid State Drives (SSD) can make this driver to fail loading,
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx7d-pinctrl.txt30 "fsl,imx7d-iomuxc-lpsr" for Low Power State Retention IOMUXC controller.
/linux-4.4.14/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt32 0: Three-State Output (default)
/linux-4.4.14/Documentation/scsi/
Dbnx2fc.txt60 State: Online
Dufs.txt27 is defined by JEDEC Solid State Technology Association. UFS is based
Dscsi-changer.txt60 Current State
Dscsi_fc_transport.txt254 State Event New State
DChangeLog.megaraid_sas559 vii. Added print : FW now in Ready State during initialization
DChangeLog.lpfc342 State Transition" messages.
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt209 **** Set Effect State ****
212 00 State
/linux-4.4.14/Documentation/mic/
Dmic_overview.txt31 The Coprocessor State Management (COSM) driver on the host allows for
/linux-4.4.14/drivers/bus/
DKconfig119 An example of such a bus controller is the Renesas Bus State
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-core.c589 if (chan->State == KSSTATE_RUN) { in ngene_command_stream_control()
590 chan->State = KSSTATE_ACQUIRE; in ngene_command_stream_control()
692 chan->State = KSSTATE_RUN; in ngene_command_stream_control()
1085 dev->channel[i].State = KSSTATE_STOP; in AllocCommonBuffers()
Dngene.h660 enum KSSTATE State; member
/linux-4.4.14/drivers/usb/core/
DKconfig83 Implements OTG Finite State Machine as specified in On-The-Go
/linux-4.4.14/Documentation/arm/pxa/
Dmfp.txt241 * bit 16..18 - Low Power Mode State
243 * bit 21..22 - Run Mode Pull State
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-osd-api.txt178 State: 0=off, 1=on
Dfw-encoder-api.txt393 State of the transfer (1 if last buffer)
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,brcmstb.txt129 modes) hardware, such as the Power Management State Machine (PMSM).
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_avx-x86_64.S216 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register)
217 TMP3 = 16*2 # Temporary storage for AES State 3
218 TMP4 = 16*3 # Temporary storage for AES State 4
219 TMP5 = 16*4 # Temporary storage for AES State 5
220 TMP6 = 16*5 # Temporary storage for AES State 6
221 TMP7 = 16*6 # Temporary storage for AES State 7
222 TMP8 = 16*7 # Temporary storage for AES State 8
/linux-4.4.14/Documentation/x86/
Dkernel-stacks39 index into the Task State Segment (TSS). The IST entries in the TSS
/linux-4.4.14/Documentation/devicetree/bindings/
Dvendor-prefixes.txt122 jedec JEDEC Solid State Technology Association
/linux-4.4.14/Documentation/
Dmemory-hotplug.txt22 5.1. State of memory
246 5.1. State of memory
DDMA-API-HOWTO.txt870 Optimizing Unmap State Space Consumption
Ddevices.txt1698 2 = /dev/ipstate State information log file
Dkernel-parameters.txt2884 pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_ioc.h747 U8 State; /* 00h */ member
Dmpi_cnfg.h2248 U8 State; /* 01h */ member
2396 U8 State; /* 01h */ member
Dmpi_history.txt440 * Added Previous State defines to RAID Physical Disk
519 * Added Solid State Drives Supported bit to IOC Page 6
/linux-4.4.14/Documentation/arm64/
Dbooting.txt233 DEN 0022A ("Power State Coordination Interface System Software on ARM
Dacpi_object_usage.txt176 == Memory Power State Table ==
/linux-4.4.14/drivers/zorro/
Dzorro.ids23 0200 3-State
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt27 State
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt189 - SHDLC State Machine worker (SMW)
/linux-4.4.14/Documentation/serial/
Ddriver259 port. State indicates the new state (defined by
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt221 Active-low State and Raw GPIO Values
/linux-4.4.14/Documentation/isdn/
DREADME.gigaset222 Connection State: 0, Response: -1
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt396 State flags are placed inside the pointer to the page. To do this,
/linux-4.4.14/Documentation/RCU/
DRTFP.txt2128 State-based RCU. One key thing that this patch does is to
2541 ,institution = {Portland State University}
2636 ,school="Portland State University"
/linux-4.4.14/arch/arm/
DKconfig1483 bool "Support for the ARM Power State Coordination Interface (PSCI)"
1490 0022A ("Power State Coordination Interface System Software on
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg2065 * LQI Manager Current State
2086 * LQO Manager Current State
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt309 State diagram:
Dproc.txt158 State: R (running)
214 State state (R is running, S is sleeping, D is sleeping
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped439 /* YYFINAL -- State number of the termination state. */
/linux-4.4.14/Documentation/s390/
DDebugging390.txt104 14 14 Wait State. Set this to 1 to stop the processor except for
1991 State: S (sleeping)
/linux-4.4.14/drivers/message/fusion/
Dmptbase.c5656 buffer->VolumeStatus.State == MPI_RAIDVOL0_STATUS_STATE_FAILED || in mpt_inactive_raid_volumes()
5657 buffer->VolumeStatus.State == MPI_RAIDVOL0_STATUS_STATE_MISSING) ? 1 : 0; in mpt_inactive_raid_volumes()
/linux-4.4.14/arch/x86/
DKconfig2252 power manage devices, enter the Standby State, enter the Suspend
2253 State, or take power saving steps in response to CPU Idle calls."
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped436 /* YYFINAL -- State number of the termination state. */
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped430 /* YYFINAL -- State number of the termination state. */
/linux-4.4.14/drivers/net/wireless/
Datmel.c170 u8 State; member
/linux-4.4.14/Documentation/security/
Dkeys.txt47 - State.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt1371 C. State on the Title page the name of the publisher of the
/linux-4.4.14/
DMAINTAINERS11160 USB OTG FSM (Finite State Machine)