/Linux-v6.1/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.1/drivers/clk/qcom/ |
D | Kconfig | 102 tristate "APQ8084 Global Clock Controller" 138 tristate "IPQ4019 Global Clock Controller" 145 tristate "IPQ6018 Global Clock Controller" 153 tristate "IPQ806x Global Clock Controller" 168 tristate "IPQ8074 Global Clock Controller" 177 tristate "MSM8660 Global Clock Controller" 184 tristate "MSM8909 Global Clock Controller" 192 tristate "MSM8916 Global Clock Controller" 200 tristate "MSM8939 Global Clock Controller" 208 tristate "APQ8064/MSM8960 Global Clock Controller" [all …]
|
/Linux-v6.1/rust/alloc/ |
D | raw_vec.rs | 15 use crate::alloc::{Allocator, Global, Layout}; 54 pub(crate) struct RawVec<T, A: Allocator = Global> { 60 impl<T> RawVec<T, Global> { 75 Self::new_in(Global) in new() 95 Self::with_capacity_in(capacity, Global) in with_capacity() 103 Self::with_capacity_zeroed_in(capacity, Global) in with_capacity_zeroed()
|
D | alloc.rs | 54 pub struct Global; struct 57 pub use std::alloc::Global; 166 impl Global { implementation 230 unsafe impl Allocator for Global { implementation 322 match Global.allocate(layout) { in exchange_malloc()
|
D | boxed.rs | 159 use crate::alloc::{AllocError, Allocator, Global, Layout}; 186 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 230 Self::new_uninit_in(Global) in new_uninit() 256 Self::new_zeroed_in(Global) in new_zeroed() 285 Self::try_new_in(x, Global) in try_new() 312 Box::try_new_uninit_in(Global) in try_new_uninit() 338 Box::try_new_zeroed_in(Global) in try_new_zeroed() 673 let ptr = Global.allocate(layout)?; in try_new_uninit_slice() 674 Ok(RawVec::from_raw_parts_in(ptr.as_mut_ptr() as *mut _, len, Global).into_box(len)) in try_new_uninit_slice() 705 let ptr = Global.allocate_zeroed(layout)?; in try_new_zeroed_slice() [all …]
|
/Linux-v6.1/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.1/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.1/rust/alloc/vec/ |
D | drain_filter.rs | 3 use crate::alloc::{Allocator, Global}; 28 #[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 | 74 use crate::alloc::{Allocator, Global}; 402 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { 472 Self::with_capacity_in(capacity, Global) in with_capacity() 546 unsafe { Self::from_raw_parts_in(ptr, length, capacity, Global) } in from_raw_parts() 2448 <T as SpecFromElem>::from_elem(elem, n, Global) in from_elem() 2972 crate::slice::to_vec(s, Global) in from() 2992 crate::slice::to_vec(s, Global) in from()
|
D | into_iter.rs | 5 use crate::alloc::{Allocator, Global}; 34 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
|
/Linux-v6.1/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.1/Documentation/filesystems/ext4/ |
D | globals.rst | 3 Global Structures
|
/Linux-v6.1/arch/arm64/boot/dts/tesla/ |
D | fsd.dtsi | 364 interrupts = <GIC_SPI 438 IRQ_TYPE_LEVEL_HIGH>, /* Global secure fault */ 365 <GIC_SPI 439 IRQ_TYPE_LEVEL_HIGH>, /* Global non-secure fault */ 384 interrupts = <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>, /* Global secure fault */ 385 <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>, /* Global non-secure fault */ 412 interrupts = <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>, /* Global secure fault */ 413 <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>, /* Global non-secure fault */ 428 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>, /* Global secure fault */ 429 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>, /* Global non-secure fault */
|
/Linux-v6.1/drivers/mtd/spi-nor/ |
D | Kconfig | 38 bits or does a "Global Unprotect" command. 56 "Global Unprotect" command is issued.
|
/Linux-v6.1/arch/arc/boot/dts/ |
D | skeleton_hs_idu.dtsi | 51 /* 64-bit Global Free Running Counter */
|
/Linux-v6.1/kernel/debug/kdb/ |
D | kdb_cmds | 5 # be safe. Global breakpoint commands affect each cpu as it is booted.
|
/Linux-v6.1/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.1/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,kpss-gcc.txt | 1 Krait Processor Sub-system (KPSS) Global Clock Controller (GCC)
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/fsl/ |
D | guts.txt | 1 * Global Utilities Block
|
/Linux-v6.1/arch/arm/mach-imx/ |
D | Kconfig | 251 bool "Use ARM Global Timer" 256 Use the ARM Global Timer as clocksource
|
/Linux-v6.1/Documentation/hwmon/ |
D | g760a.rst | 6 * Global Mixed-mode Technology Inc. G760A
|
/Linux-v6.1/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
|