Home
last modified time | relevance | path

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

12345678910>>...20

/OK3568_Linux_fs/kernel/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.
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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/staging/most/net/
H 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()
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Ddev.c132 stream->linked = true; in rkispp_create_links()
170 stream->linked = flags; in rkispp_create_links()
177 stream->linked = flags; in rkispp_create_links()
184 stream->linked = flags; in rkispp_create_links()
195 stream->linked = flags; in rkispp_create_links()
203 stream->linked = flags; in rkispp_create_links()
/OK3568_Linux_fs/kernel/arch/arm/mach-cns3xxx/
H 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()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/dvbm/
H A Drockchip_dvbm.c161 if (!ctx->port_vepu.linked) in dvbm2enc_callback()
354 if (port->linked) { in rk_dvbm_link()
361 if (!port->linked) { in rk_dvbm_link()
365 port->linked = 1; in rk_dvbm_link()
397 port->linked = 0; in rk_dvbm_unlink()
556 ctx->port_isp.linked = 1; in dvbm_check_irq()
560 ctx->port_isp.linked = 0; in dvbm_check_irq()
565 ctx->port_vepu.linked = 1; in dvbm_check_irq()
569 ctx->port_vepu.linked = 0; in dvbm_check_irq()
/OK3568_Linux_fs/kernel/drivers/staging/emxx_udc/
H A DKconfig10 dynamically linked module called "emxx_udc" and force all
11 gadget drivers to also be dynamically linked.
/OK3568_Linux_fs/buildroot/package/monit/
H A D0001-no-force-static.patch1 Do not force building a statically-linked binary
3 Statically-linked binary do not work well with glibc, because it
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/
H A DKbuild18 # The object files are linked as core-y files would be linked
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/
H 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
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-gpu-viv/
H A DConfig.in13 # Library binaries are linked against libc.so.6
15 # Library binaries are linked against libdrm.so.2, except framebuffer
87 # example binaries are linked against libstdc++.so.6
/OK3568_Linux_fs/buildroot/package/olsr/
H A D0002-lib-pud-Makefile-fix-parallel-build.patch8 [LD] olsrd_pud.so.3.0.0 (nmealib dynamically linked)
30 @echo "[LD] $@ (nmealib dynamically linked)"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch24 - g_test_add_func ("/resource/binary-linked", test_resource_binary_linked);
25 + /* g_test_add_func ("/resource/binary-linked", test_resource_binary_linked); */
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A D0008-libtool-Check-for-static-libs-for-internal-compiler-.patch4 Libtool checks only for libraries linked as -l* when trying to
7 handles clang's statically linked libraries when finding internal
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/uthash/
H A Duthash_2.3.0.bb1 SUMMARY = "Hash table and linked list for C structures"
4 * utlist.h provides linked list macros for C structures\n\
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_configfs.c134 unsigned linked; member
182 if (ch->linked || opts->refcnt) { \
620 ++target_hdr->linked; in uvcg_control_class_allow_link()
657 --target_hdr->linked; in uvcg_control_class_drop_link()
783 unsigned linked; member
833 if (ch->linked || opts->refcnt) { in uvcg_format_bma_controls_store()
864 unsigned linked; member
895 if (src_hdr->linked) { in uvcg_streaming_header_allow_link()
934 ++target_fmt->linked; in uvcg_streaming_header_allow_link()
972 --target_fmt->linked; in uvcg_streaming_header_drop_link()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/
H 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
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H 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.
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A DKconfig10 If you choose to build this driver is a dynamically linked
44 be dynamically linked and module will be called cdns3-pci.ko
/OK3568_Linux_fs/kernel/io_uring/
H 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()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H 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,
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A DKconfig61 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_atomic.c346 struct intel_plane *linked = in intel_atomic_setup_scaler() local
351 if (linked) in intel_atomic_setup_scaler()
352 mode |= PS_PLANE_Y_SEL(linked->id); in intel_atomic_setup_scaler()

12345678910>>...20