Home
last modified time | relevance | path

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

123456

/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/Documentation/gpu/amdgpu/display/
Ddc-glossary.rst182 NBP State
183 Northbridge Power State
207 Power Gate Finite State Machine
/Linux-v6.6/Documentation/admin-guide/pm/
Dworking-state.rst4 Working-State Power Management
/Linux-v6.6/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-v6.6/Documentation/livepatch/
Dapi.rst20 System State Changes
/Linux-v6.6/Documentation/devicetree/bindings/pwm/
Dlpc1850-sct-pwm.txt1 * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver
/Linux-v6.6/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-v6.6/Documentation/driver-api/driver-model/
Ddesign-patterns.rst9 1. State Container
13 1. State Container
/Linux-v6.6/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-v6.6/drivers/atm/
Dsolos-attrlist.c10 SOLOS_ATTR_RO(State)
/Linux-v6.6/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.
Dsysfs-platform-dell-privacy-wmi43 Describes the Device State class exposed by BIOS which can be
Dsysfs-driver-genwqe61 Description: State of the card: "unused", "used", "error".
/Linux-v6.6/Documentation/arch/x86/
Dmds.rst154 2. C-State transition
157 When a CPU goes idle and enters a C-State the CPU buffers need to be
160 a C-State.
176 The buffer clear is only invoked before entering the C-State to prevent
/Linux-v6.6/Documentation/devicetree/bindings/gpio/
Dgpio-xra1403.txt12 - Output Three-State Control
/Linux-v6.6/Documentation/devicetree/bindings/reset/
Dnxp,lpc1850-rgu.txt38 37 State Configurable Timer (SCT)
/Linux-v6.6/Documentation/misc-devices/
Dtps6594-pfsm.rst12 Strictly speaking, PFSM (Pre-configurable Finite State Machine) is not
/Linux-v6.6/drivers/scsi/mpt3sas/mpi/
Dmpi2_raid.h296 U8 State; /*0x00 */ member
/Linux-v6.6/drivers/cpufreq/
DKconfig.x8638 bool "AMD Processor P-State driver"
55 int "AMD Processor P-State default mode"
72 tristate "selftest for AMD Processor P-State driver"
/Linux-v6.6/Documentation/ABI/stable/
Dsysfs-transport-srp51 Description: State of the transport layer used for communication with the
/Linux-v6.6/Documentation/admin-guide/laptops/
Dtoshiba_haps.rst46 The presence of Solid State Drives (SSD) can make this driver to fail loading,

123456