/Linux-v5.10/include/sound/ |
D | soc-topology.h | 37 /* dynamic object type */ 39 SND_SOC_DOBJ_NONE = 0, /* object is not dynamic */ 51 /* dynamic control object */ 58 /* dynamic widget object */ 63 /* generic dynamic object - all dynamic objects belong to this struct */ 108 * Public API - Used by component drivers to load and unload dynamic objects 182 /* Dynamic Object loading and removal for component drivers */ 193 /* Binds event handlers to dynamic widgets */
|
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 65 * Dynamic PCM link 89 * Dynamic PCM runtime data.
|
/Linux-v5.10/drivers/acpi/dptf/ |
D | Kconfig | 4 bool "Intel DPTF (Dynamic Platform and Thermal Framework) Support" 7 Intel Dynamic Platform and Thermal Framework (DPTF) is a platform 15 <https://01.org/intel%C2%AE-dynamic-platform-and-thermal-framework-dptf-chromium-os/overview> 23 This driver adds support for Dynamic Platform and Thermal Framework 39 This driver adds support for Dynamic Platform and Thermal Framework
|
/Linux-v5.10/sound/soc/mediatek/mt6797/ |
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-v5.10/samples/kfifo/ |
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 160 #ifdef DYNAMIC in example_init() 172 #ifdef DYNAMIC in example_init() 179 #ifdef DYNAMIC in example_init() 190 #ifdef DYNAMIC in example_exit()
|
D | inttype-example.c | 31 * define DYNAMIC in this example for a dynamically allocated fifo. 36 #define DYNAMIC 39 #ifdef DYNAMIC 146 #ifdef DYNAMIC in example_init() 156 #ifdef DYNAMIC in example_init() 163 #ifdef DYNAMIC in example_init() 174 #ifdef DYNAMIC in example_exit()
|
D | bytestream-example.c | 31 * define DYNAMIC in this example for a dynamically allocated fifo. 36 #define DYNAMIC 39 #ifdef DYNAMIC 153 #ifdef DYNAMIC in example_init() 165 #ifdef DYNAMIC in example_init() 172 #ifdef DYNAMIC in example_init() 183 #ifdef DYNAMIC in example_exit()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | exynos5422-cpus.dtsi | 34 dynamic-power-coefficient = <90>; 47 dynamic-power-coefficient = <90>; 60 dynamic-power-coefficient = <90>; 73 dynamic-power-coefficient = <90>; 86 dynamic-power-coefficient = <310>; 99 dynamic-power-coefficient = <310>; 112 dynamic-power-coefficient = <310>; 125 dynamic-power-coefficient = <310>;
|
/Linux-v5.10/arch/riscv/kernel/vdso/ |
D | vdso.lds.S | 23 .dynamic : { *(.dynamic) } :text :dynamic 33 * space for the dynamic symbol table, etc. If this amount is 54 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/Linux-v5.10/Documentation/driver-api/thermal/ |
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-v5.10/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
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-v5.10/arch/sh/kernel/vsyscall/ |
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-v5.10/drivers/usb/gadget/legacy/ |
D | webcam.c | 73 /* .bcdUSB = DYNAMIC */ 77 .bMaxPacketSize0 = 0, /* dynamic */ 81 .iManufacturer = 0, /* dynamic */ 82 .iProduct = 0, /* dynamic */ 83 .iSerialNumber = 0, /* dynamic */ 84 .bNumConfigurations = 0, /* dynamic */ 94 .wTotalLength = 0, /* dynamic */ 96 .bInCollection = 0, /* dynamic */ 97 .baInterfaceNr[0] = 0, /* dynamic */ 148 .wTotalLength = 0, /* dynamic */ [all …]
|
/Linux-v5.10/arch/powerpc/mm/ |
D | drmem.c | 3 * Dynamic reconfiguration memory support 177 memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in drmem_update_dt() 181 prop = of_find_property(memory, "ibm,dynamic-memory", NULL); in drmem_update_dt() 185 prop = of_find_property(memory, "ibm,dynamic-memory-v2", NULL); in drmem_update_dt() 296 prop = of_get_flat_dt_prop(node, "ibm,dynamic-memory", &len); in walk_drmem_lmbs_early() 300 prop = of_get_flat_dt_prop(node, "ibm,dynamic-memory-v2", in walk_drmem_lmbs_early() 367 prop = of_get_property(dn, "ibm,dynamic-memory", NULL); in walk_drmem_lmbs() 371 prop = of_get_property(dn, "ibm,dynamic-memory-v2", NULL); in walk_drmem_lmbs() 447 dn = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in drmem_init() 449 pr_info("No dynamic reconfiguration memory found\n"); in drmem_init() [all …]
|
/Linux-v5.10/samples/trace_printk/ |
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-v5.10/Documentation/timers/ |
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-v5.10/Documentation/driver-api/i3c/ |
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-v5.10/arch/ia64/kernel/ |
D | gate.lds.S | 25 .dynamic : { *(.dynamic) } :readable :dynamic 30 * the dynamic symbol table et al. If this amount is insufficient, 87 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/Linux-v5.10/arch/nds32/kernel/vdso/ |
D | vdso.lds.S | 33 .dynamic : { *(.dynamic) } :text :dynamic 52 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/Linux-v5.10/arch/x86/um/vdso/ |
D | vdso-layout.lds.S | 25 .dynamic : { *(.dynamic) } :text :dynamic 62 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/Linux-v5.10/arch/arm64/kernel/vdso32/ |
D | vdso.lds.S | 36 .dynamic : { *(.dynamic) } :text :dynamic 59 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/Linux-v5.10/arch/arm/vdso/ |
D | vdso.lds.S | 40 .dynamic : { *(.dynamic) } :text :dynamic 63 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/Linux-v5.10/kernel/trace/ |
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. 170 /* Sum up total data length for dynamic arraies (strings) */ 179 if (unlikely(arg->dynamic)) { in __get_data_size() 203 /* Point the dynamic data area if needed */ in store_trace_args() 204 if (unlikely(arg->dynamic)) in store_trace_args() 207 if (unlikely(ret < 0 && arg->dynamic)) { in store_trace_args()
|
/Linux-v5.10/arch/arm64/kernel/vdso/ |
D | vdso.lds.S | 46 .dynamic : { *(.dynamic) } :text :dynamic 67 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
/Linux-v5.10/arch/sparc/vdso/ |
D | vdso-layout.lds.S | 39 .dynamic : { *(.dynamic) } :text :dynamic 95 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|