Home
last modified time | relevance | path

Searched refs:Normal (Results 1 – 25 of 56) sorted by relevance

123

/linux/rust/kernel/pci/
H A Dio.rs34 Normal = 256, enumerator
51 pub struct Normal; struct
65 impl ConfigSpaceKind for Normal { implementation
274 256 => ConfigSpaceSize::Normal, in cfg_size()
285 pub fn config_space<'a>(&'a self) -> ConfigSpace<'a, Normal> { in config_space() argument
/linux/Documentation/devicetree/bindings/arm/
H A Dsecure.txt4 "Normal" and "Secure". Most devicetree consumers (including the Linux
5 kernel) are not TrustZone aware and run entirely in either the Normal
8 visible only in the Secure address space, only in the Normal address
19 world value is the same as specified for the Normal world by the
32 secure- bindings only need to be used where both the Secure and Normal
70 Normal world OS).
/linux/rust/kernel/
H A Ddevice.rs61 /// Other [`DeviceContext`] types besides [`Bound`] are [`Normal`], [`Core`] and [`CoreInternal`].
63 /// Unless selected otherwise [`Device`] defaults to the [`Normal`] [`DeviceContext`], which by
69 /// All [`DeviceContext`] types other than [`Normal`] are intended to be used with
82 /// pub struct Device<Ctx: device::DeviceContext = device::Normal>(
89 /// (i.e. `Device<Normal>`). Note that [`AlwaysRefCounted`] must not be implemented for any other
170 pub struct Device<Ctx: DeviceContext = Normal>(Opaque<bindings::device>, PhantomData<Ctx>);
535 /// The specific device context types are: [`CoreInternal`], [`Core`], [`Bound`] and [`Normal`].
543 /// - [`CoreInternal`] => [`Core`] => [`Bound`] => [`Normal`]
554 /// The [`Normal`] context is the default [`DeviceContext`] of any [`Device`].
557 /// [`Device<Normal>`]
550 pub struct Normal; global() struct
596 impl Sealed for super::Normal {} global() implementation
602 impl DeviceContext for Normal {} global() implementation
[all...]
H A Di2c.rs380 pub struct I2cAdapter<Ctx: device::DeviceContext = device::Normal>(
408 Ok(unsafe { (&*adapter.as_ptr().cast::<I2cAdapter<device::Normal>>()).into() }) in get()
471 pub struct I2cClient<Ctx: device::DeviceContext = device::Normal>(
542 // (i.e. `I2cClient<Normal>) are thread safe.
H A Dpci.rs49 Normal, //
338 pub struct Device<Ctx: device::DeviceContext = device::Normal>(
H A Dusb.rs339 pub struct Interface<Ctx: device::DeviceContext = device::Normal>(
418 struct Device<Ctx: device::DeviceContext = device::Normal>(
H A Dauxiliary.rs234 pub struct Device<Ctx: device::DeviceContext = device::Normal>(
/linux/rust/pin-init/internal/src/
H A Dinit.rs123 InitKind::Normal => quote!(),
187 Normal,
193 return InitKind::Normal;
222 InitKind::Normal
366 InitKind::Normal => None,
/linux/Documentation/input/devices/
H A Dsentelic.rst108 Byte 1: Bit7~Bit6 => 00, Normal data packet
132 Byte 1: Bit7~Bit6 => 00, Normal data packet
142 Mode Type => 0xA5 (Normal/Icon mode status)
145 Mode Type => 0x00 (Normal)
160 Byte 1: Bit7~Bit6 => 00, Normal data packet
163 => 11, Normal data packet with on-pad click
185 Byte 1: Bit7~Bit6 => 00, Normal data packet
188 => 11, Normal data packet with on-pad click
210 Byte 1: Bit7~Bit6 => 00, Normal data packet
213 => 11, Normal data packet with on-pad click
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-leds-gt683r16 Normal: LEDs are fully on when enabled
H A Dsysfs-bus-iio-magnetometer-hmc584310 normal Normal measurement configurations (default)
H A Dsysfs-devices-memory58 applicable kernel zone (DMA, DMA32, or Normal). However,
86 the kernel zones (DMA, DMA32, Normal) is applicable for a single
H A Dsysfs-driver-toshiba_acpi167 * 0 -> Normal Operation
170 In the "Normal Operation" mode, the F{1-12} keys are as usual
H A Dsysfs-platform-dfl-port24 returns "0" - Normal / "1" - AP1 / "2" - AP2 / "6" - AP6.
H A Dsysfs-driver-chromeos-acpi22 1 Normal.
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgo.rst45 .. flat-table:: VSP1 HGO Data - 64 Bins, Normal Mode (792 bytes)
121 .. flat-table:: VSP1 HGO Data - 256 Bins, Normal Mode (1032 bytes)
/linux/drivers/firmware/arm_ffa/
H A DKconfig11 the Secure world and Normal world. It also leverages the
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-axxia.txt15 the default 100 kHz frequency will be used. As only Normal and Fast modes
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-misc-cp50014 bitstream on reset. Normal FPGA behavior and default is to keep
/linux/arch/arm/mach-mvebu/
H A Dpmsu_ll.S20 strb r0, [r1] @ switch SCU power state to Normal mode
/linux/Documentation/devicetree/bindings/sound/
H A Dcs53l30.txt31 * 1) Normal I2S mode on two data pins -- each SDOUT
/linux/Documentation/hwmon/
H A Dhp-wmi-sensors.rst91 ``possible_states`` ``Normal,Caution,Critical,Not Present``
92 ``current_state`` ``Normal``
/linux/arch/arc/kernel/
H A Dentry.S234 ;============ Normal syscall case
/linux/Documentation/admin-guide/
H A Dldm.rst18 longer any primary or extended partitions. Normal MSDOS style partitions are
/linux/Documentation/arch/powerpc/
H A Dvas-api.rst26 The GZIP engine provides two priority levels of requests: Normal and
27 High. Only Normal requests are supported from userspace right now.

123