Home
last modified time | relevance | path

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

1234

/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>,
155 /// The caller promises that `ptr` points to a valid initialised instance of [`State`] during
158 /// [`State`]
[all...]
/linux/rust/kernel/
H A Dregulator.rs65 pub struct Error<State: RegulatorState> {
70 pub regulator: Regulator<State>,
236 pub struct Regulator<State>
238 State: RegulatorState,
241 _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/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/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/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…
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A DTESTING89 State 0: CONNECTED
/linux/drivers/media/pci/ngene/
H A Dngene-core.c571 if (chan->State == KSSTATE_RUN) { in ngene_command_stream_control()
572 chan->State = KSSTATE_ACQUIRE; in ngene_command_stream_control()
670 chan->State = KSSTATE_RUN; in ngene_command_stream_control()
1060 dev->channel[i].State = KSSTATE_STOP; in AllocCommonBuffers()
/linux/Documentation/filesystems/caching/
H A Dfscache.rst246 S State
312 S State of the cookie

1234