| /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 */
|
| /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/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/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/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/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/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/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/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/arch/loongarch/vdso/ |
| H A D | vdso.lds.S | 36 .dynamic : { *(.dynamic) } :text :dynamic 54 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
| /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/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 353 Dynamic Debug is enabled via kernel config items:: 358 If you do not want to enable dynamic debug globally (i.e. in some embedded 359 system), you may set ``CONFIG_DYNAMIC_DEBUG_CORE`` as basic support of dynamic [all …]
|
| H A D | ldm.rst | 2 LDM - Logical Disk Manager (Dynamic Disks) 17 Any partitions created under the LDM are called "Dynamic Disks". There are no 22 Dynamic Disks. The journalling allows Windows to make changes to these 81 - "Windows Logical Disk Manager (Dynamic Disk) support" CONFIG_LDM_PARTITION 94 If you have Dynamic Disks but don't enable the driver, then all you will see 104 and cannot boot from a Dynamic Disk.
|
| /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 | 25 .dynamic : { *(.dynamic) } :text :dynamic 60 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
| /linux/arch/sparc/vdso/ |
| H A D | vdso-layout.lds.S | 39 .dynamic : { *(.dynamic) } :text :dynamic 95 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
| /linux/Documentation/arch/x86/ |
| H A D | xstate.rst | 14 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/drivers/memory/samsung/ |
| H A D | Kconfig | 11 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/drivers/usb/gadget/legacy/ |
| H A D | webcam.c | 74 /* .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/arch/arm64/kernel/vdso/ |
| H A D | vdso.lds.S | 57 .dynamic : { *(.dynamic) } :text :dynamic 91 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | nvidia,tegra210-mbdrc.yaml | 10 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 {
|