Home
last modified time | relevance | path

Searched refs:linked (Results 1 – 25 of 215) sorted by relevance

123456789

/linux/drivers/usb/gadget/udc/
A DKconfig44 gadget drivers to also be dynamically linked.
56 gadget drivers to also be dynamically linked.
89 dynamically linked module called "bcm63xx_udc".
142 gadget drivers to also be dynamically linked.
158 gadget drivers to also be dynamically linked.
180 gadget drivers to also be dynamically linked.
192 gadget drivers to also be dynamically linked.
205 gadget drivers to also be dynamically linked.
219 gadget drivers to also be dynamically linked.
355 gadget drivers to also be dynamically linked.
[all …]
/linux/Documentation/bpf/
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 …]
/linux/drivers/staging/most/net/
A Dnet.c57 bool linked; member
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/drivers/usb/gadget/legacy/
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".
330 dynamically linked module called "g_midi".
368 dynamically linked module.
425 dynamically linked module called "g_multi".
465 dynamically linked module called "g_hid".
[all …]
/linux/arch/arm/mach-cns3xxx/
A Dpcie.c31 bool linked; member
60 if (!cnspci->linked && busno > 0) in cns3xxx_pci_map_bus()
203 cnspci->linked = 1; in cns3xxx_pcie_check_link()
244 if (!cnspci->linked) in cns3xxx_pcie_hw_init()
/linux/drivers/staging/emxx_udc/
A DKconfig10 dynamically linked module called "emxx_udc" and force all
11 gadget drivers to also be dynamically linked.
/linux/tools/testing/selftests/rcutorture/doc/
A Dinitrd.txt2 a single statically linked binary named "init" that loops over a
6 However, if you don't like the notion of statically linked bare-bones
/linux/Documentation/locking/
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
/linux/arch/mips/
A DKbuild18 # The object files are linked as core-y files would be linked
/linux/Documentation/PCI/endpoint/
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.
/linux/drivers/usb/gadget/function/
A Duvc_configfs.c133 unsigned linked; member
619 ++target_hdr->linked; in uvcg_control_class_allow_link()
656 --target_hdr->linked; in uvcg_control_class_drop_link()
780 unsigned linked; member
861 unsigned linked; member
892 if (src_hdr->linked) { in uvcg_streaming_header_allow_link()
929 ++target_fmt->linked; in uvcg_streaming_header_allow_link()
965 --target_fmt->linked; in uvcg_streaming_header_drop_link()
1162 if (!fmt->linked) { in uvcg_frame_b_frame_index_show()
2213 ++target_hdr->linked; in uvcg_streaming_class_allow_link()
[all …]
/linux/Documentation/admin-guide/blockdev/drbd/
A Ddata-structure-v9.rst33 linked lists. There are back pointers from peer_devices to their connections a
36 All resources are in the drbd_resources double-linked list. In addition, all
/linux/drivers/usb/cdns3/
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
92 If you choose to build this driver is a dynamically linked
/linux/Documentation/driver-api/surface_aggregator/clients/
A Dsan.rst24 A client to the SAN interface can be linked as consumer to the SAN device
31 loaded, regardless of being linked as client or not. Registration is done
/linux/Documentation/ABI/stable/
A Dsysfs-devices-node123 nodes found in this access class's linked initiators.
130 from nodes found in this access class's linked initiators.
137 found in this access class's linked initiators.
144 from nodes found in this class's linked initiators.
/linux/fs/
A Dio-wq.c569 struct io_wq_work *next_hashed, *linked; in io_worker_handle_work() local
579 linked = wq->free_work(work); in io_worker_handle_work()
581 if (!work && linked && !io_wq_is_hashed(linked)) { in io_worker_handle_work()
582 work = linked; in io_worker_handle_work()
583 linked = NULL; in io_worker_handle_work()
586 if (linked) in io_worker_handle_work()
587 io_wqe_enqueue(wqe, linked); in io_worker_handle_work()
/linux/Documentation/RCU/
A Drcu.rst12 from a linked list would first remove the item from the list, wait for
15 using RCU with linked lists.
38 linked list, and then wait until all CPUs have switched context,
/linux/Documentation/filesystems/ext4/
A Dorphan.rst14 Traditionally ext4 tracks orphan inodes in a form of single linked list where
18 global single linked list is a scalability bottleneck for workloads that result
/linux/arch/arm/include/debug/
A Dtegra.S69 ldr \rv, [\rp] @ linked addr is stored there
71 ldr \rp, [\rp, #4] @ linked tegra_uart_config
A Dbrcmstb.S58 ldr \rv, [\rp] @ linked addr is stored there
60 ldr \rp, [\rp, #4] @ linked brcmstb_uart_config
/linux/drivers/gpu/drm/i915/display/
A Dintel_atomic.c354 struct intel_plane *linked = in intel_atomic_setup_scaler() local
359 if (linked) in intel_atomic_setup_scaler()
360 mode |= PS_PLANE_Y_SEL(linked->id); in intel_atomic_setup_scaler()
/linux/Documentation/driver-api/soundwire/
A Dstream.rst289 per stream. From ASoC DPCM framework, this stream state maybe linked to
321 framework, this stream state is linked to .hw_params() operation.
369 once per stream. From ASoC DPCM framework, this stream state is linked
401 stream. From ASoC DPCM framework, this stream state is linked to
429 per stream. From ASoC DPCM framework, this stream state is linked to
466 When the INFO_PAUSE flag is supported, the stream state is linked to
497 framework, this stream state is linked to .hw_free() operation.
/linux/drivers/usb/gadget/udc/bdc/
A DKconfig13 linked module called "bdc".
/linux/drivers/usb/typec/tipd/
A DKconfig11 If you choose to build this driver as a dynamically linked module, the
/linux/Documentation/vm/
A Dzsmalloc.rst16 and links them together using various 'struct page' fields. These linked
18 page boundaries. The code refers to these linked pages as a single entity

Completed in 42 milliseconds

123456789