/Linux-v6.6/Documentation/devicetree/bindings/arm/marvell/ |
D | marvell,dove.txt | 9 * Global Configuration registers 11 Global Configuration registers of Dove SoC are shared by a syscon node. 15 - reg: base address and size of the Global Configuration registers.
|
/Linux-v6.6/drivers/clk/qcom/ |
D | Kconfig | 104 tristate "APQ8084 Global Clock Controller" 142 tristate "IPQ4019 Global Clock Controller" 149 tristate "IPQ5018 Global Clock Controller" 157 tristate "IPQ5332 Global Clock Controller" 165 tristate "IPQ6018 Global Clock Controller" 173 tristate "IPQ806x Global Clock Controller" 190 tristate "IPQ8074 Global Clock Controller" 199 tristate "IPQ9574 Global Clock Controller" 207 tristate "MSM8660 Global Clock Controller" 215 tristate "MSM8909 Global Clock Controller" [all …]
|
/Linux-v6.6/rust/alloc/ |
D | alloc.rs | 58 pub struct Global; struct 61 pub use std::alloc::Global; 180 impl Global { impl 244 unsafe impl Allocator for Global { implementation 336 match Global.allocate(layout) { in exchange_malloc()
|
D | raw_vec.rs | 14 use crate::alloc::{Allocator, Global, Layout}; 53 pub(crate) struct RawVec<T, A: Allocator = Global> { 59 impl<T> RawVec<T, Global> { 74 Self::new_in(Global) in new() 94 Self::with_capacity_in(capacity, Global) in with_capacity() 102 Self::with_capacity_zeroed_in(capacity, Global) in with_capacity_zeroed()
|
D | boxed.rs | 172 use crate::alloc::{AllocError, Allocator, Global, Layout}; 201 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 247 Self::new_uninit_in(Global) in new_uninit() 273 Self::new_zeroed_in(Global) in new_zeroed() 307 Self::try_new_in(x, Global) in try_new() 334 Box::try_new_uninit_in(Global) in try_new_uninit() 360 Box::try_new_zeroed_in(Global) in try_new_zeroed() 687 let ptr = Global.allocate(layout)?; in try_new_uninit_slice() 688 Ok(RawVec::from_raw_parts_in(ptr.as_mut_ptr() as *mut _, len, Global).into_box(len)) in try_new_uninit_slice() 719 let ptr = Global.allocate_zeroed(layout)?; in try_new_zeroed_slice() [all …]
|
/Linux-v6.6/Documentation/admin-guide/media/ |
D | cx88-cardlist.rst | 262 - Leadtek TV2000 XP Global 314 - Prolink Pixelview Global Extreme 374 - Leadtek TV2000 XP Global (SC4100) 378 - Leadtek TV2000 XP Global (XC4100)
|
/Linux-v6.6/Documentation/devicetree/bindings/timer/ |
D | marvell,armada-370-xp-timer.txt | 9 - interrupts: Should contain the list of Global Timer interrupts and 12 pair for the Global Timer registers, second pair for the
|
D | snps,archs-gfrc.txt | 1 Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
|
/Linux-v6.6/arch/arm64/boot/dts/socionext/ |
D | uniphier-ld20-global.dts | 3 // Device Tree Source for UniPhier LD20 Global Board 14 model = "UniPhier LD20 Global Board (REF_LD20_GP)";
|
D | uniphier-ld11-global.dts | 3 // Device Tree Source for UniPhier LD11 Global Board 14 model = "UniPhier LD11 Global Board (REF_LD11_GP)";
|
/Linux-v6.6/rust/alloc/vec/ |
D | drain_filter.rs | 3 use crate::alloc::{Allocator, Global}; 29 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
|
D | drain.rs | 3 use crate::alloc::{Allocator, Global}; 27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global,
|
D | mod.rs | 70 use crate::alloc::{Allocator, Global}; 399 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { 482 Self::with_capacity_in(capacity, Global) in with_capacity() 537 Self::try_with_capacity_in(capacity, Global) in try_with_capacity() 646 unsafe { Self::from_raw_parts_in(ptr, length, capacity, Global) } in from_raw_parts() 2795 <T as SpecFromElem>::from_elem(elem, n, Global) in from_elem() 3386 crate::slice::to_vec(s, Global) in from() 3406 crate::slice::to_vec(s, Global) in from()
|
D | into_iter.rs | 5 use crate::alloc::{Allocator, Global}; 37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
|
/Linux-v6.6/Documentation/filesystems/ext4/ |
D | globals.rst | 3 Global Structures
|
/Linux-v6.6/drivers/mtd/spi-nor/ |
D | Kconfig | 38 bits or does a "Global Unprotect" command. 56 "Global Unprotect" command is issued.
|
/Linux-v6.6/arch/arm64/boot/dts/tesla/ |
D | fsd.dtsi | 366 interrupts = <GIC_SPI 438 IRQ_TYPE_LEVEL_HIGH>, /* Global secure fault */ 367 <GIC_SPI 439 IRQ_TYPE_LEVEL_HIGH>, /* Global non-secure fault */ 386 interrupts = <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>, /* Global secure fault */ 387 <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>, /* Global non-secure fault */ 414 interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>, /* Global secure fault */ 415 <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>, /* Global non-secure fault */ 430 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>, /* Global secure fault */ 431 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>, /* Global non-secure fault */
|
/Linux-v6.6/arch/arc/boot/dts/ |
D | skeleton_hs_idu.dtsi | 51 /* 64-bit Global Free Running Counter */
|
/Linux-v6.6/kernel/debug/kdb/ |
D | kdb_cmds | 5 # be safe. Global breakpoint commands affect each cpu as it is booted.
|
/Linux-v6.6/drivers/hwtracing/intel_th/ |
D | Kconfig | 42 tristate "Intel(R) Trace Hub Global Trace Hub" 44 Global Trace Hub (GTH) is the central component of the
|
/Linux-v6.6/drivers/soc/loongson/ |
D | Kconfig | 7 tristate "Loongson-2 SoC Global UtiliTieS (GUTS) register block"
|
/Linux-v6.6/Documentation/devicetree/bindings/soc/fsl/ |
D | guts.txt | 1 * Global Utilities Block
|
/Linux-v6.6/arch/arm/mach-imx/ |
D | Kconfig | 251 bool "Use ARM Global Timer" 256 Use the ARM Global Timer as clocksource
|
/Linux-v6.6/Documentation/hwmon/ |
D | g760a.rst | 6 * Global Mixed-mode Technology Inc. G760A
|
/Linux-v6.6/Documentation/gpu/amdgpu/display/ |
D | dcn-overview.rst | 67 2. Global sync signals (green): It is a set of synchronization signals composed 73 the Global Sync deserves an extra level of detail described in the next 186 Global Sync 202 Global sync consists of three signals, VSTARTUP, VUPDATE, and VREADY. These are
|