Home
last modified time | relevance | path

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

1234567

/linux-6.15/rust/kernel/sync/lock/
H A Dmutex.rs102 type State = bindings::mutex; typedef
106 ptr: *mut Self::State, in init() argument
115 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState { in lock()
121 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock() argument
127 unsafe fn try_lock(ptr: *mut Self::State) -> Option<Self::GuardState> { in try_lock()
138 unsafe fn assert_is_held(ptr: *mut Self::State) { in assert_is_held() argument
H A Dspinlock.rs101 type State = bindings::spinlock_t; typedef
105 ptr: *mut Self::State, in init() argument
114 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState { in lock()
120 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock() argument
126 unsafe fn try_lock(ptr: *mut Self::State) -> Option<Self::GuardState> { in try_lock()
137 unsafe fn assert_is_held(ptr: *mut Self::State) { in assert_is_held() argument
/linux-6.15/rust/kernel/sync/
H A Dlock.rs39 type State; typedef
54 ptr: *mut Self::State, in init() argument
65 unsafe fn lock(ptr: *mut Self::State) -> Self::GuardState; in lock()
72 unsafe fn try_lock(ptr: *mut Self::State) -> Option<Self::GuardState>; in try_lock()
79 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock() argument
87 unsafe fn relock(ptr: *mut Self::State, guard_state: &mut Self::GuardState) { in relock() argument
97 unsafe fn assert_is_held(ptr: *mut Self::State); in assert_is_held() argument
109 state: Opaque<B::State>,
154 pub unsafe fn from_raw<'a>(ptr: *mut B::State) -> &'a Self { in from_raw()
/linux-6.15/Documentation/networking/
H A Dxfrm_proc.rst47 State is expired
50 State has mismatch option
54 State is invalid
71 State hasn't been fully acquired before use
77State direction mismatch (lookup found an output state on the input path, expected input or no dir…
104 State is expired
116 State is invalid, perhaps expired
119State direction mismatch (lookup found an input state on the output path, expected output or no di…
/linux-6.15/Documentation/w1/slaves/
H A 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.15/Documentation/devicetree/bindings/memory-controllers/
H A 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.15/Documentation/gpu/amdgpu/display/
H A Ddc-glossary.rst179 NBP State
180 Northbridge Power State
204 Power Gate Finite State Machine
/linux-6.15/Documentation/devicetree/bindings/bus/
H A Drenesas,bsc.yaml6 title: Renesas Bus State Controller (BSC)
12 The Renesas Bus State Controller (BSC, sometimes called "LBSC within Bus
/linux-6.15/Documentation/admin-guide/pm/
H A Dworking-state.rst4 Working-State Power Management
/linux-6.15/Documentation/firmware-guide/acpi/
H A Dnon-d0-probe.rst17 The _DSC (Device State for Configuration) object that evaluates to an integer
43 Number State Description
/linux-6.15/Documentation/livepatch/
H A Dapi.rst20 System State Changes
/linux-6.15/Documentation/devicetree/bindings/pwm/
H A Dlpc1850-sct-pwm.txt1 * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver
/linux-6.15/Documentation/hwmon/
H A 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.15/Documentation/driver-api/driver-model/
H A Ddesign-patterns.rst9 1. State Container
13 1. State Container
/linux-6.15/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,smsm.yaml7 title: Qualcomm Shared Memory State Machine
15 The Shared Memory State Machine facilitates broadcasting of single bit state
/linux-6.15/Documentation/devicetree/bindings/arm/
H A 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.15/drivers/parisc/
H A 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.15/Documentation/devicetree/bindings/sound/
H A Dsimple-audio-mux.yaml28 description: State of input line. default is "Input 1", "Input 2"
/linux-6.15/drivers/atm/
H A Dsolos-attrlist.c10 SOLOS_ATTR_RO(State)
/linux-6.15/Documentation/devicetree/bindings/interconnect/
H A Dqcom,rpmh-common.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
H A Dqcom,osm-l3.yaml7 title: Qualcomm Operating State Manager (OSM) L3 Interconnect Provider
H A Dqcom,qdu1000-rpmh.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
/linux-6.15/Documentation/ABI/testing/
H A 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.15/Documentation/devicetree/bindings/gpio/
H A Dgpio-xra1403.txt12 - Output Three-State Control
/linux-6.15/Documentation/arch/x86/
H A 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

1234567