Home
last modified time | relevance | path

Searched refs:Global (Results 1 – 25 of 92) sorted by relevance

1234

/Linux-v6.6/Documentation/devicetree/bindings/arm/marvell/
Dmarvell,dove.txt9 * 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/
DKconfig104 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/
Dalloc.rs58 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()
Draw_vec.rs14 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()
Dboxed.rs172 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/
Dcx88-cardlist.rst262 - 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/
Dmarvell,armada-370-xp-timer.txt9 - interrupts: Should contain the list of Global Timer interrupts and
12 pair for the Global Timer registers, second pair for the
Dsnps,archs-gfrc.txt1 Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
/Linux-v6.6/arch/arm64/boot/dts/socionext/
Duniphier-ld20-global.dts3 // Device Tree Source for UniPhier LD20 Global Board
14 model = "UniPhier LD20 Global Board (REF_LD20_GP)";
Duniphier-ld11-global.dts3 // Device Tree Source for UniPhier LD11 Global Board
14 model = "UniPhier LD11 Global Board (REF_LD11_GP)";
/Linux-v6.6/rust/alloc/vec/
Ddrain_filter.rs3 use crate::alloc::{Allocator, Global};
29 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
Ddrain.rs3 use crate::alloc::{Allocator, Global};
27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global,
Dmod.rs70 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()
Dinto_iter.rs5 use crate::alloc::{Allocator, Global};
37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
/Linux-v6.6/Documentation/filesystems/ext4/
Dglobals.rst3 Global Structures
/Linux-v6.6/drivers/mtd/spi-nor/
DKconfig38 bits or does a "Global Unprotect" command.
56 "Global Unprotect" command is issued.
/Linux-v6.6/arch/arm64/boot/dts/tesla/
Dfsd.dtsi366 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/
Dskeleton_hs_idu.dtsi51 /* 64-bit Global Free Running Counter */
/Linux-v6.6/kernel/debug/kdb/
Dkdb_cmds5 # be safe. Global breakpoint commands affect each cpu as it is booted.
/Linux-v6.6/drivers/hwtracing/intel_th/
DKconfig42 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/
DKconfig7 tristate "Loongson-2 SoC Global UtiliTieS (GUTS) register block"
/Linux-v6.6/Documentation/devicetree/bindings/soc/fsl/
Dguts.txt1 * Global Utilities Block
/Linux-v6.6/arch/arm/mach-imx/
DKconfig251 bool "Use ARM Global Timer"
256 Use the ARM Global Timer as clocksource
/Linux-v6.6/Documentation/hwmon/
Dg760a.rst6 * Global Mixed-mode Technology Inc. G760A
/Linux-v6.6/Documentation/gpu/amdgpu/display/
Ddcn-overview.rst67 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

1234