/linux/samples/kfifo/ |
H A D | record-example.c | 3 * 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 D | inttype-example.c | 31 * 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 D | bytestream-example.c | 31 * 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 D | soc-topology.h | 34 /* 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 */
|
H A D | soc-dpcm.h | 3 * linux/sound/soc-dpcm.h -- ALSA SoC Dynamic PCM Support 28 * Dynamic PCM Frontend -> Backend link management states. 36 * Dynamic PCM Frontend -> Backend link PCM states. 52 * Dynamic PCM trigger ordering. Triggering flexibility is required as some 64 * Dynamic PCM link 86 * Dynamic PCM runtime data.
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-cpus.dtsi | 66 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/sound/soc/mediatek/mt6797/ |
H A D | mt6797-mt6351.c | 80 .dynamic = 1, 89 .dynamic = 1, 98 .dynamic = 1, 107 .dynamic = 1, 116 .dynamic = 1, 125 .dynamic = 1, 134 .dynamic = 1, 143 .dynamic = 1, 154 .dynamic = 1,
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-intc_sar | 11 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/arch/powerpc/mm/ |
H A D | drmem.c | 3 * 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/driver-api/thermal/ |
H A D | cpu-cooling-api.rst | 62 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/drivers/acpi/dptf/ |
H A D | Kconfig | 4 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 D | vsyscall.lds.S | 34 * 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/Documentation/timers/ |
H A D | highres.rst | 2 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/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
H A D | trigger-synthetic-event-dynstring.tc | 3 # 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 D | trace-printk.c | 8 "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/driver-api/i3c/ |
H A D | protocol.rst | 46 Each device on the I3C bus has to be assigned a dynamic address to be able to 54 Once a dynamic address has been assigned to a device, this address will be used 56 assigned a dynamic address, the device should still process broadcast messages. 65 The discovery mechanism is called DAA (Dynamic Address Assignment), because it 66 not only discovers devices but also assigns them a dynamic address. 89 dynamic address the higher the priority). 107 device joined the bus and is waiting for a dynamic address. 110 assign a dynamic address to the slave. 151 passed the device address (dynamic address assigned during DAA), a payload
|
/linux/arch/csky/kernel/vdso/ |
H A D | vdso.lds.S | 21 .dynamic : { *(.dynamic) } :text :dynamic 42 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/linux/sound/soc/mediatek/mt8192/ |
H A D | mt8192-mt6359-rt1015-rt5682.c | 600 .dynamic = 1, 609 .dynamic = 1, 618 .dynamic = 1, 627 .dynamic = 1, 637 .dynamic = 1, 646 .dynamic = 1, 655 .dynamic = 1, 664 .dynamic = 1, 673 .dynamic = 1, 682 .dynamic = 1, [all …]
|
/linux/Documentation/devicetree/bindings/gpu/ |
H A D | arm,mali-valhall-csf.yaml | 69 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/arch/loongarch/vdso/ |
H A D | vdso.lds.S | 34 .dynamic : { *(.dynamic) } :text :dynamic 52 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/linux/Documentation/admin-guide/ |
H A D | dynamic-debug-howto.rst | 1 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 D | vdso-layout.lds.S | 25 .dynamic : { *(.dynamic) } :text :dynamic 62 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/linux/arch/arm/vdso/ |
H A D | vdso.lds.S | 40 .dynamic : { *(.dynamic) } :text :dynamic 63 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/linux/kernel/trace/ |
H A D | trace_probe_tmpl.h | 53 * 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 D | vdso.lds.S | 26 .dynamic : { *(.dynamic) } :text :dynamic 61 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|