Home
last modified time | relevance | path

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

12345

/linux/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>,
159 pub unsafe fn from_raw<'a>(ptr: *mut B::State) -> &'a Self { in from_raw()
/linux/rust/kernel/
H A Dregulator.rs65 pub struct Error<State: RegulatorState> {
70 pub regulator: Regulator<State>,
239 pub struct Regulator<State>
241 State: RegulatorState,
244 _phantom: PhantomData<State>,
/linux/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/Documentation/admin-guide/pm/
H A Dworking-state.rst4 Working-State Power Management
/linux/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/Documentation/livepatch/
H A Dapi.rst20 System State Changes
/linux/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/Documentation/driver-api/driver-model/
H A Ddesign-patterns.rst9 1. State Container
13 1. State Container
/linux/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/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.
H A Dsysfs-platform-dell-privacy-wmi43 Describes the Device State class exposed by BIOS which can be
H A Dsysfs-driver-genwqe61 Description: State of the card: "unused", "used", "error".
/linux/drivers/atm/
H A Dsolos-attrlist.c10 SOLOS_ATTR_RO(State)
/linux/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
/linux/arch/riscv/crypto/
H A DKconfig57 Organization of State Commercial Administration of China (OSCCA)
/linux/Documentation/misc-devices/
H A Dtps6594-pfsm.rst12 Strictly speaking, PFSM (Pre-configurable Finite State Machine) is not
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_raid.h296 U8 State; /*0x00 */ member
/linux/Documentation/admin-guide/laptops/
H A Dtoshiba_haps.rst46 The presence of Solid State Drives (SSD) can make this driver to fail loading,
/linux/Documentation/ABI/stable/
H A Dsysfs-transport-srp51 Description: State of the transport layer used for communication with the
/linux/Documentation/virt/kvm/devices/
H A Dxive.rst42 2. Event State Buffer (ESB)
44 Each source is associated with an Event State Buffer (ESB) with
/linux/Documentation/networking/
H A Dcan_ucan_protocol.rst172 Legal Device State Command New Device State
/linux/Documentation/input/devices/
H A Diforce-protocol.rst323 Set Effect State
330 00 State
/linux/Documentation/scsi/
H A Dbnx2fc.rst66 State: Online
/linux/Documentation/networking/device_drivers/ethernet/amd/
H A Dpds_core.rst115 Status: healthy State: 1 Generation: 0 Recoveries: 0
/linux/Documentation/trace/coresight/
H A Dcoresight-cpu-debug.rst188 …coresight-cpu-debug 850000.debug: EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMI…
193 …coresight-cpu-debug 852000.debug: EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMI…

12345