Searched full:dynamically (Results 1 – 25 of 913) sorted by relevance
12345678910>>...37
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | Kconfig | 43 dynamically linked module called "at91_udc" and force all 44 gadget drivers to also be dynamically linked. 55 dynamically linked module called "lpc32xx_udc" and force all 56 gadget drivers to also be dynamically linked. 89 dynamically linked module called "bcm63xx_udc". 102 dynamically linked module called "fsl_usb2_udc" and force 103 all gadget drivers to also be dynamically linked. 120 dynamically linked module called "fotg210_udc". 141 dynamically linked module called "omap_udc" and force all 142 gadget drivers to also be dynamically linked. [all …]
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
D | Kconfig | 63 dynamically linked module called "g_zero". 98 dynamically linked module called "g_audio". 151 dynamically linked module called "g_ether". 204 dynamically linked module called "g_ncm". 216 dynamically linked module called "gadgetfs". 235 a dynamically linked module called "g_ffs". 277 a dynamically linked module called "g_mass_storage". 310 dynamically linked module called "g_serial". 330 dynamically linked module called "g_midi". 344 dynamically linked module called "g_printer". [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega10_pptable.h | 132 ATOM_Vega10_State states[1]; /* Dynamically allocate entries. */ 166 ATOM_Vega10_GFXCLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 172 ATOM_Vega10_MCLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 178 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 184 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 190 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 196 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 202 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 216 ATOM_Vega10_MM_Dependency_Record entries[1]; /* Dynamically allocate entries */ 228 ATOM_Vega10_PCIE_Record entries[1]; /* Dynamically allocate entries. */ [all …]
|
D | hwmgr_ppt.h | 51 …phm_ppt_v1_clock_voltage_dependency_record entries[1]; /* Dynamically allocate count entries. … 74 …phm_ppt_v1_mm_clock_voltage_dependency_record entries[1]; /* Dynamically allocate count entries. … 89 phm_ppt_v1_voltage_lookup_record entries[1]; /* Dynamically allocate count entries. */ 106 …phm_ppt_v1_pcie_record entries[1]; /* Dynamically allocate count entries. …
|
D | pptable_v1_0.h | 167 ATOM_Tonga_State entries[1]; /* Dynamically allocate entries. */ 182 ATOM_Tonga_MCLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 197 ATOM_Tonga_SCLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 213 ATOM_Polaris_SCLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 225 ATOM_Tonga_PCIE_Record entries[1]; /* Dynamically allocate entries. */ 238 ATOM_Polaris10_PCIE_Record entries[1]; /* Dynamically allocate entries. */ 255 ATOM_Tonga_MM_Dependency_Record entries[1]; /* Dynamically allocate entries. */ 268 ATOM_Tonga_Voltage_Lookup_Record entries[1]; /* Dynamically allocate entries. */
|
/kernel/linux/linux-5.10/include/linux/ |
D | lockdep_types.h | 64 * the lock address itself as the key. Dynamically allocated lock objects can 65 * have a statically or dynamically allocated key. Dynamically allocated lock 73 /* hash_entry is used to keep track of dynamically allocated keys. */
|
D | cleancache.h | 70 * is enabled but no cleancache "backend" has dynamically enabled it, 73 * and a cleancache backend has dynamically enabled cleancache, but the
|
D | completion.h | 79 * init_completion - Initialize a dynamically allocated completion 82 * This inline function will initialize a dynamically created completion
|
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/ |
D | Kconfig | 10 dynamically linked module called "emxx_udc" and force all 11 gadget drivers to also be dynamically linked.
|
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
D | soc-acpi-intel-hda-match.c | 22 /* .fw_filename is dynamically set in skylake driver */ 24 /* .sof_fw_filename is dynamically set in sof/intel driver */
|
/kernel/linux/linux-5.10/drivers/usb/typec/ |
D | Kconfig | 61 If you choose to build this driver as a dynamically linked module, the 73 If you choose to build this driver as a dynamically linked module, the 85 If you choose to build this driver as a dynamically linked module, the
|
/kernel/linux/linux-5.10/mm/ |
D | init-mm.c | 20 * For dynamically allocated mm_structs, there is a dynamically sized cpumask
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | Kconfig | 10 If you choose to build this driver is a dynamically linked 44 be dynamically linked and module will be called cdns3-pci.ko
|
/kernel/linux/linux-5.10/Documentation/s390/ |
D | 3270.ChangeLog | 10 Sep 2002: Dynamically get 3270 input buffer 12 so get input-area buffer dynamically when sizing the device in
|
/kernel/linux/linux-5.10/drivers/of/ |
D | Kconfig | 91 Overlays are a method to dynamically modify part of the kernel's 92 device tree with dynamically loaded data.
|
D | dynamic.c | 320 * of_node_release() - release a dynamically allocated node 366 * __of_prop_dup - Copy a property dynamically. 370 * Copy a property by dynamically allocating the memory of both the 373 * dynamically allocated properties and not. 409 * __of_node_dup() - Duplicate or create an empty device node dynamically. 414 * another node. The node data are dynamically allocated and all the node
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | Kconfig | 65 association dynamically. This feature is required, for 127 The PF_KEY MIGRATE message is used to dynamically update
|
/kernel/linux/linux-5.10/lib/ |
D | kobject.c | 770 * kobject_create() - Create a struct kobject dynamically. 772 * This function creates a kobject structure dynamically and sets it up 793 * kobject_create_and_add() - Create a struct kobject dynamically and 798 * This function creates a kobject structure dynamically and registers it 800 * kobject_put() and the structure will be dynamically freed when 948 * kset_create() - Create a struct kset dynamically. 954 * This function creates a kset structure dynamically. This structure can 958 * structure will be dynamically freed when it is no longer being used. 992 * kset_create_and_add() - Create a struct kset dynamically and add it to sysfs. 998 * This function creates a kset structure dynamically and registers it [all …]
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | binderfs.rst | 7 allows to dynamically add and remove binder devices at runtime. Binder devices 61 dynamically.). After the `ioctl() <ioctl_>`_ returns there will be a new
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | mmu_64.h | 94 * tags is allocated dynamically. There is a tag storage descriptor 96 * are allocated dynamically. Since kernel will allocate a full page for
|
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
D | dp-mst.rst | 14 The new solution is to create a few PCMs and to dynamically bind pcm to 25 the device entries number is dynamically changed. If DP MST hub is connected,
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | Kconfig | 69 program shall be able to set the CPU dynamically without having 137 be able to set the CPU dynamically, like on LART 333 which are capable of changing the CPU's frequency dynamically.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 70 dynamically add a new device ID to a USB device driver. 89 Reading from this file will list all dynamically added 115 that was dynamically added via the new_id sysfs entry. 123 Reading from this file will list the dynamically added
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
D | dibusb-mb.c | 218 .rc_map_size = 111, /* wow, that is ugly ... I want to load it to the driver dynamically */ 307 .rc_map_size = 111, /* wow, that is ugly ... I want to load it to the driver dynamically */ 376 .rc_map_size = 111, /* wow, that is ugly ... I want to load it to the driver dynamically */ 438 .rc_map_size = 111, /* wow, that is ugly ... I want to load it to the driver dynamically */
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | frontswap.rst | 109 allows RAM to be dynamically load-balanced back-and-forth as needed, 112 many servers in a cluster can swap, dynamically as needed, to a single 164 dynamically) manage memory limits to ensure this doesn't happen. 224 defined dynamically depending on current memory constraints.
|
12345678910>>...37