Home
last modified time | relevance | path

Searched full:dynamic (Results 1 – 25 of 1228) sorted by relevance

12345678910>>...50

/linux/samples/kfifo/
H A Drecord-example.c3 * Sample dynamic sized record fifo implementation
31 * define DYNAMIC in this example for a dynamically allocated fifo.
36 #define DYNAMIC
47 #ifdef DYNAMIC
164 #ifdef DYNAMIC in example_init()
176 #ifdef DYNAMIC in example_init()
183 #ifdef DYNAMIC in example_init()
194 #ifdef DYNAMIC in example_exit()
201 MODULE_DESCRIPTION("Sample dynamic sized record fifo implementation");
H A Dinttype-example.c31 * define DYNAMIC in this example for a dynamically allocated fifo.
36 #define DYNAMIC
39 #ifdef DYNAMIC
150 #ifdef DYNAMIC in example_init()
160 #ifdef DYNAMIC in example_init()
167 #ifdef DYNAMIC in example_init()
178 #ifdef DYNAMIC in example_exit()
H A Dbytestream-example.c31 * define DYNAMIC in this example for a dynamically allocated fifo.
36 #define DYNAMIC
39 #ifdef DYNAMIC
157 #ifdef DYNAMIC in example_init()
169 #ifdef DYNAMIC in example_init()
176 #ifdef DYNAMIC in example_init()
187 #ifdef DYNAMIC in example_exit()
/linux/include/sound/
H A Dsoc-topology.h34 /* dynamic object type */
36 SND_SOC_DOBJ_NONE = 0, /* object is not dynamic */
48 /* dynamic control object */
55 /* dynamic widget object */
60 /* generic dynamic object - all dynamic objects belong to this struct */
105 * Public API - Used by component drivers to load and unload dynamic objects
179 /* Dynamic Object loading and removal for component drivers */
184 /* Binds event handlers to dynamic widgets */
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-cpus.dtsi66 dynamic-power-coefficient = <90>;
79 dynamic-power-coefficient = <90>;
92 dynamic-power-coefficient = <90>;
105 dynamic-power-coefficient = <90>;
118 dynamic-power-coefficient = <310>;
131 dynamic-power-coefficient = <310>;
144 dynamic-power-coefficient = <310>;
157 dynamic-power-coefficient = <310>;
/linux/arch/powerpc/mm/
H A Ddrmem.c3 * Dynamic reconfiguration memory support
178 memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in drmem_update_dt()
187 prop = of_find_property(memory, "ibm,dynamic-memory", NULL); in drmem_update_dt()
191 prop = of_find_property(memory, "ibm,dynamic-memory-v2", NULL); in drmem_update_dt()
303 prop = of_get_flat_dt_prop(node, "ibm,dynamic-memory", &len); in walk_drmem_lmbs_early()
307 prop = of_get_flat_dt_prop(node, "ibm,dynamic-memory-v2", in walk_drmem_lmbs_early()
340 * dynamic-reconfiguration-memory node property.
351 if (!strcmp(prop->name, "ibm,dynamic-memory")) in drmem_update_lmbs()
353 else if (!strcmp(prop->name, "ibm,dynamic-memory-v2")) in drmem_update_lmbs()
413 prop = of_get_property(dn, "ibm,dynamic-memory", NULL); in walk_drmem_lmbs()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intc_sar11 the current SAR regulatory mode on the Dynamic SAR driver using
14 from the Dynamic SAR driver.
32 This sysfs entry is used to retrieve Dynamic SAR information
33 emitted/maintained by a BIOS that supports Dynamic SAR.
48 given host. The regulatory mode configured on Dynamic SAR
/linux/Documentation/driver-api/thermal/
H A Dcpu-cooling-api.rst62 CPUs. The current power is calculated as dynamic power (static power isn't
70 The dynamic power consumption of a processor depends on many factors.
73 - The time the processor spends running, consuming dynamic power, as
74 compared to the time in idle states where dynamic consumption is
83 A high level dynamic power consumption model may then be represented as::
103 running time dynamic power coefficient in fundamental units of
/linux/Documentation/timers/
H A Dhighres.rst2 High resolution timers and dynamic ticks design notes
27 - dynamic ticks
82 functionality like high resolution timers or dynamic ticks.
132 utilize the high resolution and dynamic tick functionalities without any change
134 enabling of high resolution timers and dynamic ticks is simply provided by
136 adding the dynamic tick specific calls to the idle routine (a total of 3 lines
163 dynamic ticks on i386 SMP systems which stop the local APIC in C3 power
193 based periodic tick is designed to be extended with dynamic tick functionality.
208 dynamic ticks
211 Dynamic ticks are the logical consequence of the hrtimer based periodic tick
[all …]
/linux/drivers/acpi/dptf/
H A DKconfig4 bool "Intel DPTF (Dynamic Platform and Thermal Framework) Support"
7 Intel Dynamic Platform and Thermal Framework (DPTF) is a platform
20 This driver adds support for Dynamic Platform and Thermal Framework
36 This driver adds support for Dynamic Platform and Thermal Framework
/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S34 * space for the dynamic symbol table et al. If this amount
46 .dynamic : { *(.dynamic) } :text :dynamic
67 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-synthetic-event-dynstring.tc3 # description: event trigger - test inter-event histogram trigger trace action with dynamic string …
18 echo "Test create histogram for synthetic event using trace action and dynamic strings"
19 echo "Test histogram dynamic string variables,simple expression support and trace action"
28 fail "Failed to create dynamic string trace action inter-event histogram"
/linux/samples/trace_printk/
H A Dtrace-printk.c8 "This is a dynamic string that will use trace_puts\n";
11 "(irq) This is a dynamic string that will use trace_puts\n";
27 "(irq) ", "dynamic string"); in trace_printk_irq_work()
44 trace_printk(trace_printk_test_global_str_fmt, "", "dynamic string"); in trace_printk_init()
/linux/Documentation/devicetree/bindings/gpu/
H A Darm,mali-valhall-csf.yaml69 dynamic-power-coefficient:
72 A u32 value that represents the running time dynamic
77 The dynamic power consumption of the GPU is
80 calculate the dynamic power as below -
82 Pdyn = dynamic-power-coefficient * V^2 * f
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst1 Dynamic debug
8 Dynamic debug allows you to dynamically enable/disable kernel
11 If ``/proc/dynamic_debug/control`` exists, your kernel has dynamic
14 Dynamic debug provides:
34 Viewing Dynamic Debug Behaviour
51 Controlling dynamic debug Behaviour
168 The given string is searched for in the dynamic debug format
352 Dynamic Debug is enabled via kernel config items::
357 If you do not want to enable dynamic debug globally (i.e. in some embedded
358 system), you may set ``CONFIG_DYNAMIC_DEBUG_CORE`` as basic support of dynamic
[all …]
/linux/arch/x86/um/vdso/
H A Dvdso-layout.lds.S25 .dynamic : { *(.dynamic) } :text :dynamic
62 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/linux/kernel/trace/
H A Dtrace_probe_tmpl.h53 * Return consumed dynamic data size (>= 0), or error (< 0).
54 * If dest is NULL, don't store result and return required dynamic data size.
233 /* Sum up total data length for dynamic arrays (strings) */
242 if (unlikely(arg->dynamic)) { in __get_data_size()
266 /* Point the dynamic data area if needed */ in store_trace_args()
267 if (unlikely(arg->dynamic)) in store_trace_args()
270 if (arg->dynamic && likely(ret > 0)) { in store_trace_args()
/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S25 .dynamic : { *(.dynamic) } :text :dynamic
60 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/linux/drivers/usb/gadget/legacy/
H A Dwebcam.c74 /* .bcdUSB = DYNAMIC */
78 .bMaxPacketSize0 = 0, /* dynamic */
82 .iManufacturer = 0, /* dynamic */
83 .iProduct = 0, /* dynamic */
84 .iSerialNumber = 0, /* dynamic */
85 .bNumConfigurations = 0, /* dynamic */
93 .wTotalLength = 0, /* dynamic */
95 .bInCollection = 0, /* dynamic */
96 .baInterfaceNr[0] = 0, /* dynamic */
148 .wTotalLength = 0, /* dynamic */
[all …]
/linux/Documentation/arch/x86/
H A Dxstate.rst14 The purpose for dynamic features
23 However, that means that the size of signal stacks is dynamic, not static,
26 like AMX. Instead of universally requiring larger stack, with the dynamic
138 Dynamic features in signal frames
143 non-dynamic features which are always written regardless of their
147 Dynamic features for virtual machines
/linux/arch/sparc/vdso/
H A Dvdso-layout.lds.S39 .dynamic : { *(.dynamic) } :text :dynamic
95 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/linux/rust/kernel/
H A Dregulator.rs33 impl Sealed for super::Dynamic {} global() implementation
58 pub struct Dynamic; global() struct
68 impl RegulatorState for Dynamic { global() implementation
75 impl IsEnabled for Dynamic {} global() implementation
/linux/arch/arm64/kernel/vdso/
H A Dvdso.lds.S57 .dynamic : { *(.dynamic) } :text :dynamic
91 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/linux/drivers/memory/samsung/
H A DKconfig11 tristate "Exynos5422 Dynamic Memory Controller driver"
17 This adds driver for Samsung Exynos5422 SoC DMC (Dynamic Memory
18 Controller). The driver provides support for Dynamic Voltage and
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra210-mbdrc.yaml10 The Multi Band Dynamic Range Compressor (MBDRC) is part of Output
13 single full band or a dual band or a multi band dynamic processor.
43 dynamic-range-compressor@702d8200 {

12345678910>>...50