| /linux/rust/kernel/pci/ |
| H A D | io.rs | 34 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 D | secure.txt | 4 "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 D | device.rs | 61 /// 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 D | i2c.rs | 380 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 D | pci.rs | 49 Normal, // 338 pub struct Device<Ctx: device::DeviceContext = device::Normal>(
|
| H A D | usb.rs | 339 pub struct Interface<Ctx: device::DeviceContext = device::Normal>( 418 struct Device<Ctx: device::DeviceContext = device::Normal>(
|
| H A D | auxiliary.rs | 234 pub struct Device<Ctx: device::DeviceContext = device::Normal>(
|
| /linux/rust/pin-init/internal/src/ |
| H A D | init.rs | 123 InitKind::Normal => quote!(), 187 Normal, 193 return InitKind::Normal; 222 InitKind::Normal 366 InitKind::Normal => None,
|
| /linux/Documentation/input/devices/ |
| H A D | sentelic.rst | 108 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 D | sysfs-class-leds-gt683r | 16 Normal: LEDs are fully on when enabled
|
| H A D | sysfs-bus-iio-magnetometer-hmc5843 | 10 normal Normal measurement configurations (default)
|
| H A D | sysfs-devices-memory | 58 applicable kernel zone (DMA, DMA32, or Normal). However, 86 the kernel zones (DMA, DMA32, Normal) is applicable for a single
|
| H A D | sysfs-driver-toshiba_acpi | 167 * 0 -> Normal Operation 170 In the "Normal Operation" mode, the F{1-12} keys are as usual
|
| H A D | sysfs-platform-dfl-port | 24 returns "0" - Normal / "1" - AP1 / "2" - AP2 / "6" - AP6.
|
| H A D | sysfs-driver-chromeos-acpi | 22 1 Normal.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgo.rst | 45 .. 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 D | Kconfig | 11 the Secure world and Normal world. It also leverages the
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-axxia.txt | 15 the default 100 kHz frequency will be used. As only Normal and Fast modes
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-driver-misc-cp500 | 14 bitstream on reset. Normal FPGA behavior and default is to keep
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | pmsu_ll.S | 20 strb r0, [r1] @ switch SCU power state to Normal mode
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | cs53l30.txt | 31 * 1) Normal I2S mode on two data pins -- each SDOUT
|
| /linux/Documentation/hwmon/ |
| H A D | hp-wmi-sensors.rst | 91 ``possible_states`` ``Normal,Caution,Critical,Not Present`` 92 ``current_state`` ``Normal``
|
| /linux/arch/arc/kernel/ |
| H A D | entry.S | 234 ;============ Normal syscall case
|
| /linux/Documentation/admin-guide/ |
| H A D | ldm.rst | 18 longer any primary or extended partitions. Normal MSDOS style partitions are
|
| /linux/Documentation/arch/powerpc/ |
| H A D | vas-api.rst | 26 The GZIP engine provides two priority levels of requests: Normal and 27 High. Only Normal requests are supported from userspace right now.
|