Home
last modified time | relevance | path

Searched full:linked (Results 1 – 25 of 1535) sorted by relevance

12345678910>>...62

/openbmc/linux/drivers/usb/gadget/udc/
H A DKconfig43 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 …]
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst53 …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 …]
/openbmc/linux/drivers/usb/gadget/legacy/
H A DKconfig63 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 …]
/openbmc/phosphor-host-ipmid/scripts/
H A Dentity-example.md43 # Records can be linked if necessary to extend the number of contained
44 # entities within a container entity; this record is not linked
65 # This record is linked with the below record; this record and the
83 # This record is linked with the above record; this record and the
105 # This record is not linked
126 # This record is linked with the below record; this record and the
144 # This record is linked with the above record; this record and the
/openbmc/linux/Documentation/locking/
H A Drobust-futex-ABI.rst12 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
/openbmc/linux/drivers/scsi/aic7xxx/
H A Dqueue.h34 * 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 …]
/openbmc/linux/drivers/staging/most/net/
H A Dnet.c57 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()
/openbmc/linux/drivers/usb/usbip/
H A Dstub.h31 * 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.
/openbmc/linux/drivers/usb/typec/
H A DKconfig64 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
/openbmc/linux/drivers/usb/cdns3/
H A DKconfig23 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
/openbmc/linux/drivers/crypto/intel/keembay/
H A Docs-aes.h56 * 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.
H A Docs-aes.c80 * 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 …]
/openbmc/u-boot/arch/arm/lib/
H A Drelocate_64.S34 * running at an address other than it was linked to, that instruction
36 * correctly apply relocations, we need to know the linked value.
38 * Linked &__image_copy_start, which we know was at
42 ldr x1, _TEXT_BASE /* x1 <- Linked &__image_copy_start */
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-with-zeromq-exception29 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
175 meet, for each linked independent module, the terms and conditions of
H A DLGPL-3.0-only18 …r version of the Library with which the Combined Work was made is also called the “Linked Version”.
20 …ed Work that, considered in isolation, are based on the Application, and not on the Linked Version.
48 …er to recombine or relink the Application with a modified version of the Linked Version to produce…
49 …operly with a modified version of the Library that is interface-compatible with the Linked Version.
50 … recombining or relinking the Application with a modified version of the Linked Version. (If you u…
H A DLGPL-3.0-or-later38 Work was made is also called the "Linked Version".
45 and not on the Linked Version.
110 version of the Linked Version to produce a modified Combined Work, in the
117 Linked Version.
123 with a modified version of the Linked Version. (If you use option 4d0, the
/openbmc/linux/security/integrity/ima/
H A Dima_asymmetric_keys.c19 * @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()
/openbmc/linux/include/net/
H A Dfq.h23 * @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
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint-cfs.rst89 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.
/openbmc/linux/drivers/staging/greybus/
H A Daudio_helper.c39 * 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()
/openbmc/linux/drivers/staging/emxx_udc/
H A DKconfig10 dynamically linked module called "emxx_udc" and force all
11 gadget drivers to also be dynamically linked.
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A DKconfig10 dynamically linked module called "cdns2-udc-pci.ko" and to
11 force all gadget drivers to also be dynamically linked.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-kunpeng_hccs17 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
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dmkinitrd.sh24 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"
/openbmc/qemu/include/qemu/
H A Dqueue.h5 * the implementations. Left in singly-linked lists, lists, simple
44 * This file defines four types of data structures: singly-linked lists,
47 * A singly-linked list is headed by a single forward pointer. The
48 * elements are singly linked for minimum space and pointer manipulation
53 * efficiency. A singly-linked list may only be traversed in the forward
54 * direction. Singly-linked lists are ideal for applications with large
58 * pointers for a hash table header). The elements are doubly linked
66 * linked to save space, so elements can only be removed from the
73 * linked so that an arbitrary element can be removed without a need to
185 * Singly-linked List definitions.
[all …]

12345678910>>...62