Home
last modified time | relevance | path

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

1234567

/linux-6.6.21/rust/kernel/sync/lock/
Dmutex.rs95 type State = bindings::mutex; typedef
99 ptr: *mut Self::State, in init() argument
108 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState { in lock()
114 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock() argument
Dspinlock.rs94 type State = bindings::spinlock_t; typedef
98 ptr: *mut Self::State, in init() argument
107 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState { in lock()
113 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock() argument
/linux-6.6.21/rust/kernel/sync/
Dlock.rs29 type State; typedef
41 ptr: *mut Self::State, in init() argument
52 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState; in lock()
59 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock() argument
67 unsafe fn relock(ptr: *mut Self::State, guard_state: &mut Self::GuardState) { in relock() argument
81 state: Opaque<B::State>,
/linux-6.6.21/Documentation/networking/
Dxfrm_proc.rst47 State is expired
50 State has mismatch option
54 State is invalid
71 State hasn't been fully acquired before use
101 State is expired
113 State is invalid, perhaps expired
/linux-6.6.21/Documentation/w1/slaves/
Dw1_ds2413.rst29 Bit 0: PIOA Pin State
30 Bit 1: PIOA Output Latch State
31 Bit 2: PIOB Pin State
32 Bit 3: PIOB Output Latch State
/linux-6.6.21/Documentation/devicetree/bindings/memory-controllers/
Drenesas,dbsc.yaml15 different names, e.g. "DDR Bus Controller (DBSC)", "DDR3 Bus State Controller
16 (DBSC3)", or "SDRAM Bus State Controller (SBSC)").
/linux-6.6.21/Documentation/gpu/amdgpu/display/
Ddc-glossary.rst182 NBP State
183 Northbridge Power State
207 Power Gate Finite State Machine
/linux-6.6.21/Documentation/devicetree/bindings/bus/
Drenesas,bsc.yaml6 title: Renesas Bus State Controller (BSC)
12 The Renesas Bus State Controller (BSC, sometimes called "LBSC within Bus
/linux-6.6.21/Documentation/admin-guide/pm/
Dworking-state.rst4 Working-State Power Management
/linux-6.6.21/Documentation/firmware-guide/acpi/
Dnon-d0-probe.rst17 The _DSC (Device State for Configuration) object that evaluates to an integer
43 Number State Description
/linux-6.6.21/Documentation/livepatch/
Dapi.rst20 System State Changes
/linux-6.6.21/Documentation/devicetree/bindings/pwm/
Dlpc1850-sct-pwm.txt1 * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver
/linux-6.6.21/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smsm.yaml7 title: Qualcomm Shared Memory State Machine
15 The Shared Memory State Machine facilitates broadcasting of single bit state
/linux-6.6.21/Documentation/hwmon/
Dsmsc47b397.rst115 To place the chip into the Configuration State The config key (0x55) is written
140 To exit the Configuration State the write 0xAA to the CONFIG PORT (0x2E).
141 The chip returns to the RUN State. (This is important).
/linux-6.6.21/Documentation/driver-api/driver-model/
Ddesign-patterns.rst9 1. State Container
13 1. State Container
/linux-6.6.21/drivers/parisc/
DKconfig111 This has nothing to do with LED State support for A and E class.
120 That includes support for LED State front panel as found on E
121 class, and support for the GSP Virtual Front Panel (LED State and
/linux-6.6.21/Documentation/devicetree/bindings/arm/
Dpsci.yaml7 title: Power State Coordination Interface (PSCI)
14 ARM DEN 0022A ("Power State Coordination Interface System Software on ARM
31 [2] Power State Coordination Interface (PSCI) specification
/linux-6.6.21/drivers/atm/
Dsolos-attrlist.c10 SOLOS_ATTR_RO(State)
/linux-6.6.21/Documentation/devicetree/bindings/interconnect/
Dqcom,rpmh-common.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
Dqcom,osm-l3.yaml7 title: Qualcomm Operating State Manager (OSM) L3 Interconnect Provider
Dqcom,qdu1000-rpmh.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-platform-dfl-port30 Description: Read-write. Read this file for AP1 (AFU Power State 1) event.
38 Description: Read-write. Read this file for AP2 (AFU Power State 2) event.
/linux-6.6.21/Documentation/devicetree/bindings/gpio/
Dgpio-xra1403.txt12 - Output Three-State Control
/linux-6.6.21/Documentation/arch/x86/
Dmds.rst170 2. C-State transition
173 When a CPU goes idle and enters a C-State the CPU buffers need to be
176 a C-State.
192 The buffer clear is only invoked before entering the C-State to prevent
/linux-6.6.21/Documentation/devicetree/bindings/reset/
Dnxp,lpc1850-rgu.txt38 37 State Configurable Timer (SCT)

1234567