/Linux-v6.6/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. 129 dynamically linked module called "omap_udc" and force all 130 gadget drivers to also be dynamically linked. 145 dynamically linked module called "pxa25x_udc" and force all [all …]
|
/Linux-v6.6/Documentation/bpf/ |
D | drgn.rst | 53 …654: BPF_PROG_TYPE_TRACING test_main linked:[650->25: BPF_TRAMP_… 54 …655: BPF_PROG_TYPE_TRACING test_subprog1 linked:[650->29: BPF_TRAMP_… 55 …656: BPF_PROG_TYPE_TRACING test_subprog2 linked:[650->31: BPF_TRAMP_… 56 …657: BPF_PROG_TYPE_TRACING test_subprog3 linked:[650->21: BPF_TRAMP_… 57 …658: BPF_PROG_TYPE_EXT new_get_skb_len linked:[650->16: BPF_TRAMP_… 58 …659: BPF_PROG_TYPE_EXT new_get_skb_ifindex linked:[650->23: BPF_TRAMP_… 59 …660: BPF_PROG_TYPE_EXT new_get_constant linked:[650->19: BPF_TRAMP_… 67 …658: BPF_PROG_TYPE_EXT new_get_skb_len linked:[650->16: BPF_TRAMP_… 109 if linked: 110 linked = f" linked:[{linked}]" [all …]
|
/Linux-v6.6/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 …]
|
/Linux-v6.6/Documentation/locking/ |
D | robust-futex-ABI.rst | 12 linked list in user space, where it can be updated efficiently as locks 30 as glibc linked with the application) has to manage and place the 56 pointer to a single linked list of 'lock entries', one per lock, 73 Each 'lock entry' on the single linked list starting at 'head' consists 109 linked list, but that doesn't matter to the kernel. 111 By keeping its locks linked this way, on a list starting with a 'head' 126 that thread's robust_futex linked lock list a given time. 145 of the 'lock word', to the linked list starting at 'head', and 174 1) the 'head' pointer or an subsequent linked list pointer
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | queue.h | 34 * This file defines five types of data structures: singly-linked lists, 35 * singly-linked tail queues, lists, tail queues, and circular queues. 37 * A singly-linked list is headed by a single forward pointer. The elements 38 * are singly linked for minimum space and pointer manipulation overhead at 42 * macro for this purpose for optimum efficiency. A singly-linked list may 43 * only be traversed in the forward direction. Singly-linked lists are ideal 47 * A singly-linked tail queue is headed by a pair of pointers, one to the 49 * singly linked for minimum space and pointer manipulation overhead at the 54 * A singly-linked tail queue may only be traversed in the forward direction. 55 * Singly-linked tail queues are ideal for applications with large datasets [all …]
|
/Linux-v6.6/drivers/staging/most/net/ |
D | net.c | 57 bool linked; member 71 static DEFINE_MUTEX(probe_disc_mt); /* ch->linked = true, most_nd_open */ 72 static DEFINE_SPINLOCK(list_lock); /* list_head, ch->linked = false, dev_hold */ 297 if (nd && nd->rx.linked && nd->tx.linked) in get_net_dev_hold() 342 if (ch->linked) { in comp_probe_channel() 355 ch->linked = true; in comp_probe_channel() 377 if (nd->rx.linked && channel_idx == nd->rx.ch_id) { in comp_disconnect_channel() 379 } else if (nd->tx.linked && channel_idx == nd->tx.ch_id) { in comp_disconnect_channel() 386 if (nd->rx.linked && nd->tx.linked) { in comp_disconnect_channel() 388 ch->linked = false; in comp_disconnect_channel()
|
/Linux-v6.6/drivers/usb/usbip/ |
D | stub.h | 31 * stub_priv is always linked to any one of 3 lists; 32 * priv_init: linked to this until the comletion of a urb. 33 * priv_tx : linked to this after the completion of a urb. 34 * priv_free: linked to this after the sending of the result.
|
/Linux-v6.6/drivers/usb/typec/ |
D | Kconfig | 64 If you choose to build this driver as a dynamically linked module, the 77 If you choose to build this driver as a dynamically linked module, the 88 If you choose to build this driver as a dynamically linked module, the 100 If you choose to build this driver as a dynamically linked module, the 110 If you choose to build this driver as a dynamically linked module, the
|
/Linux-v6.6/drivers/crypto/intel/keembay/ |
D | ocs-aes.h | 56 * struct ocs_dll_desc - Descriptor of an OCS DMA Linked List. 57 * @vaddr: Virtual address of the linked list head. 58 * @dma_addr: DMA address of the linked list head. 59 * @size: Size (in bytes) of the linked list.
|
D | ocs-aes.c | 80 * Source link list enable bit. When the linked list is terminated 83 * Destination link list enable bit. When the linked list is 175 * struct ocs_dma_linked_list - OCS DMA linked list entry. 285 /* Activate DMA and enable src linked list */ 293 /* Activate DMA and enable dst linked list */ 301 /* Activate DMA and enable src and dst linked lists */ 421 /* Configure DMA to OCS, linked list mode */ 430 /* Configure DMA from OCS, linked list mode */ 626 * linked-list must be defined. in ocs_aes_validate_inputs() 646 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs() [all …]
|
/Linux-v6.6/drivers/usb/cdns3/ |
D | Kconfig | 23 If you choose to build this driver is a dynamically linked 59 be dynamically linked and module will be called cdns3-pci.ko 91 be dynamically linked and module will be called cdns3-starfive.ko 103 If you choose to build this driver is a dynamically linked
|
/Linux-v6.6/security/integrity/ima/ |
D | ima_asymmetric_keys.c | 19 * @keyring: keyring to which the key is linked to 51 * which the given key is linked to. in ima_post_key_create_or_update() 60 * if the IMA policy is configured to measure a key linked in ima_post_key_create_or_update()
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 57 * Add a new entry to the beginning of the BPF linked list. 73 * Add a new entry to the end of the BPF linked list. 89 * Remove the entry at the beginning of the BPF linked list. 96 * Remove the entry at the end of the BPF linked list.
|
/Linux-v6.6/Documentation/PCI/endpoint/ |
D | pci-endpoint-cfs.rst | 89 it's linked to another EPF device, cannot be linked to a EPC device. 111 that represents a physical function can be linked to a EPC device. 116 all the EPF devices are created and linked with the EPC device.
|
/Linux-v6.6/drivers/staging/greybus/ |
D | audio_helper.c | 39 * check if widget is already linked, in gbaudio_dapm_link_dai_widget() 40 * if (w->linked) in gbaudio_dapm_link_dai_widget() 52 /* Add the DAPM path and set widget's linked status in gbaudio_dapm_link_dai_widget() 54 * w->linked = 1; in gbaudio_dapm_link_dai_widget()
|
/Linux-v6.6/include/net/ |
D | fq.h | 23 * @flowchain: can be linked to fq_tin's new_flows or old_flows. Used for DRR++ 45 * @new_flows: linked list of fq_flow 46 * @old_flows: linked list of fq_flow
|
D | bond_alb.h | 84 * There is a linked list (linked by the used_next and used_prev members) 88 * There are also linked lists of entries with identical hash(ip_src). These 91 * network. These are linked by the (src_next and src_prev members).
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-devices-platform-kunpeng_hccs | 17 linked (bool). 18 linked_full_lane: (RO) if all linked ports on this chip are full 41 linked (bool). 42 linked_full_lane: (RO) if all linked ports on this die are full
|
/Linux-v6.6/drivers/staging/emxx_udc/ |
D | Kconfig | 10 dynamically linked module called "emxx_udc" and force all 11 gadget drivers to also be dynamically linked.
|
/Linux-v6.6/drivers/usb/gadget/udc/cdns2/ |
D | Kconfig | 10 dynamically linked module called "cdns2-udc-pci.ko" and to 11 force all gadget drivers to also be dynamically linked.
|
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/ |
D | mkinitrd.sh | 24 echo "Creating a statically linked C-language initrd" 85 echo "Failed to create a statically linked C-language initrd" 90 echo "Done creating a statically linked C-language initrd"
|
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/ |
D | guc_capture_fwif.h | 33 * at an engine-instance level. We keep these nodes in a linked list. 41 * a linked list of these nodes that will eventually 218 * A linked list of parsed GuC error-capture output data before 219 * reporting with formatting via i915_gpu_coredump. Each node in this linked list shall
|
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/ |
D | Makefile | 33 ## Output of this folder is `kvm_nvhe.o`, a partially linked object 69 # 5) Compile hyp-reloc.S and link it into the existing partially linked object. 72 # so that they get updated as the hyp object is linked into `vmlinux`. 77 # 6) Produce the final 'kvm_nvhe.o', ready to be linked into 'vmlinux'.
|
/Linux-v6.6/crypto/asymmetric_keys/ |
D | restrict.c | 55 * @dest_keyring: Keyring being linked to. 113 * @dest_keyring: Keyring being linked to. 153 * @dest_keyring: Keyring being linked to. 309 * @dest_keyring: Keyring being linked to. 336 * @dest_keyring: Keyring being linked to. 342 * parameter and against the keys already linked to the destination keyring. If
|
/Linux-v6.6/arch/mips/ |
D | Kbuild | 18 # The object files are linked as core-y files would be linked
|