| /linux/drivers/usb/gadget/udc/ |
| H A 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. 123 dynamically linked module called "omap_udc" and force all 124 gadget drivers to also be dynamically linked. 139 dynamically linked module called "pxa25x_udc" and force all [all …]
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| H A D | Kconfig | 10 dynamically linked module called "cdns2-udc-pci.ko" and to 11 force all gadget drivers to also be dynamically linked.
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.h | 32 unsigned linked; member 58 unsigned linked; member 77 unsigned linked; member
|
| /linux/arch/mips/ |
| H A D | Kbuild | 12 # The object files are linked as core-y files would be linked
|
| /linux/tools/testing/selftests/rcutorture/doc/ |
| H A D | initrd.txt | 2 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/drivers/usb/gadget/legacy/ |
| H A 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/drivers/usb/typec/ |
| H A 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/Documentation/core-api/ |
| H A D | list.rst | 15 The Linux kernel implements several different flavours of linked lists. The 16 purpose of this document is not to explain linked lists in general, but to show 17 new kernel developers how to use the Linux kernel implementations of linked 20 Please note that while linked lists certainly are ubiquitous, they are rarely 22 suffice. In particular, due to their poor data locality, linked lists are a bad 27 Linux implementation of doubly linked lists 30 Linux's linked list implementations can be used by including the header file 33 The doubly-linked list will likely be the most familiar to many readers. It's a 36 The Linux kernel's doubly-linked list is circular in nature. This means that to 44 A node in a doubly-linked list is declared by adding a struct list_head [all …]
|
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A D | data-structure-v9.rst | 33 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/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | san.rst | 24 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/arch/mips/loongson32/ |
| H A D | Kconfig | 8 for the DTS file that will be used to produce the DTB linked into
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | orphan.rst | 14 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/Documentation/RCU/ |
| H A D | rcu.rst | 12 from a linked list would first remove the item from the list, wait for 14 information on using RCU with linked lists. 37 linked list, and then wait until all CPUs have switched context,
|
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | Kconfig | 13 linked module called "bdc".
|
| /linux/drivers/usb/typec/tipd/ |
| H A D | Kconfig | 11 If you choose to build this driver as a dynamically linked module, the
|
| /linux/scripts/ksymoops/ |
| H A D | README | 2 free standing utility, not linked to any particular kernel version.
|
| /linux/arch/arm/include/debug/ |
| H A D | tegra.S | 69 ldr \rv, [\rp] @ linked addr is stored there 71 ldr \rp, [\rp, #4] @ linked tegra_uart_config
|
| H A D | brcmstb.S | 49 ldr \rv, [\rp] @ linked addr is stored there 51 ldr \rp, [\rp, #4] @ linked brcmstb_uart_config
|
| /linux/drivers/net/ethernet/apm/xgene-v2/ |
| H A D | Kconfig | 7 which uses a linked list of DMA descriptor architecture (v2) for
|
| /linux/io_uring/ |
| H A D | io-wq.c | 645 struct io_wq_work *next_hashed, *linked; in io_worker_handle_work() local 663 linked = io_wq_free_work(work); in io_worker_handle_work() 665 if (!work && linked && !io_wq_is_hashed(linked)) { in io_worker_handle_work() 666 work = linked; in io_worker_handle_work() 667 linked = NULL; in io_worker_handle_work() 670 if (linked) in io_worker_handle_work() 671 io_wq_enqueue(wq, linked); in io_worker_handle_work()
|
| /linux/tools/perf/Documentation/ |
| H A D | perfconfig.example | 13 # Defaults if linked with libslang
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | Kconfig | 17 dynamically linked module called "renesas_usbhs"
|
| /linux/drivers/pci/controller/plda/ |
| H A D | Kconfig | 29 linked and module will be called pcie-starfive.ko.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-waiting_for_supplier | 11 suppliers to be added and then linked to using device links
|
| /linux/Documentation/mm/ |
| H A D | ksm.rst | 35 Every "chain" and all "dups" linked into a "chain" enforce the 73 The whole list of stable_node "dups" linked in the stable_node
|