| /linux/rust/kernel/pci/ |
| H A D | io.rs | 36 Normal = 256, 53 pub type Normal = Region<256>; 64 /// special type of view; in such cases, `T` can be [`Normal`] for 256-byte legacy configuration 317 256 => ConfigSpaceSize::Normal, 321 // `ConfigSpaceSize::Normal` or `ConfigSpaceSize::Extended`. 328 pub fn config_space<'a>(&'a self) -> ConfigSpace<'a, Normal> { 332 ptr: Normal::ptr_from_raw_parts_mut(core::ptr::null_mut(), self.cfg_size().into_raw()), 34 Normal = 256, global() enumerator 51 pub struct Normal; global() struct 65 impl ConfigSpaceKind for Normal { global() implementation 285 config_space<'a>(&'a self) -> ConfigSpace<'a, Normal> 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 | 167 pub struct Device<Ctx: DeviceContext = Normal>(Opaque<bindings::device>, PhantomData<Ctx>); 498 pub struct Normal; struct 563 impl Sealed for super::Normal {} implementation 570 impl DeviceContext for Normal {} implementation 698 $crate::device::Bound => $crate::device::Normal
|
| H A D | i2c.rs | 377 pub struct I2cAdapter<Ctx: device::DeviceContext = device::Normal>( 407 Ok(unsafe { ARef::from_raw(adapter.cast::<I2cAdapter<device::Normal>>()) }) in get() 470 pub struct I2cClient<Ctx: device::DeviceContext = device::Normal>( 541 // (i.e. `I2cClient<Normal>) are thread safe.
|
| H A D | bitfield.rs | 565 Normal = 1, enumerator 575 1 => Ok(MemoryType::Normal), in try_from() 753 val = val.with_field_15_12(MemoryType::Normal); in test_fallible_conversion() 754 assert_eq!(val.field_15_12(), Ok(MemoryType::Normal)); in test_fallible_conversion()
|
| H A D | pci.rs | 49 Normal, // 339 pub struct Device<Ctx: device::DeviceContext = device::Normal>( 527 // (i.e. `Device<Normal>) are thread safe. 530 // SAFETY: Same as `Device<Normal>` -- the underlying `struct pci_dev` is the same;
|
| H A D | usb.rs | 342 pub struct Interface<Ctx: device::DeviceContext = device::Normal>( 421 struct Device<Ctx: device::DeviceContext = device::Normal>( 470 // SAFETY: Same as `Device<Normal>` -- the underlying `struct usb_device` is the same;
|
| H A D | auxiliary.rs | 239 pub struct Device<Ctx: device::DeviceContext = device::Normal>( 413 // (i.e. `Device<Normal>) are thread safe. 416 // SAFETY: Same as `Device<Normal>` -- the underlying `struct auxiliary_device` is the same;
|
| /linux/rust/pin-init/internal/src/ |
| H A D | init.rs | 121 InitKind::Normal => quote!(), 177 Normal, 183 return InitKind::Normal; 212 InitKind::Normal 333 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/drivers/firmware/arm_ffa/ |
| H A D | Kconfig | 11 the Secure world and Normal world. It also leverages the
|
| /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/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/Documentation/sound/codecs/ |
| H A D | tas675x.rst | 21 :Default: Normal 22 :Options: Normal, LLP, FFLP 25 Normal 39 The following controls require Normal mode (unavailable in FFLP and LLP): 313 Normal DSP mode only, at 48 kHz or 96 kHz. 585 These controls require Normal DSP mode at 48 kHz or 96 kHz. They are
|
| /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
|