Searched full:exported (Results 1 – 25 of 905) sorted by relevance
12345678910>>...37
/linux-6.12.1/drivers/clk/sunxi-ng/ |
D | ccu-sun5i.h | 14 /* The HOSC is exported */ 23 /* The PLL_VIDEO0_2X is exported for HDMI */ 32 /* The PLL_VIDEO1_2X is exported for HDMI */ 33 /* The CPU clock is exported */ 41 /* AHB gates are exported */ 42 /* APB0 gates are exported */ 43 /* APB1 gates are exported */ 44 /* Modules clocks are exported */ 45 /* USB clocks are exported */ 46 /* GPS clock is exported */ [all …]
|
D | ccu-sun6i-a31.h | 22 /* The PLL_VIDEO0_2X clock is exported */ 27 /* The PLL_PERIPH clock is exported */ 32 /* The PLL_VIDEO1_2X clock is exported */ 36 /* The PLL_VIDEO1_2X clock is exported */ 41 /* The CPUX clock is exported */ 48 /* All the bus gates are exported */ 50 /* The first bunch of module clocks are exported */ 58 /* All the DRAM gates are exported */ 60 /* Some more module clocks are exported */ 65 /* Some more module clocks and external clock outputs are exported */
|
D | ccu-sun4i-a10.h | 15 /* The HOSC is exported */ 23 /* The PLL_VIDEO0_2X clock is exported */ 32 /* The PLL_VIDEO1_2X clock is exported */ 35 /* The CPU clock is exported */ 42 /* AHB gates are exported (23..68) */ 43 /* APB0 gates are exported (69..78) */ 44 /* APB1 gates are exported (79..95) */ 45 /* IP module clocks are exported (96..128) */ 46 /* DRAM gates are exported (129..142)*/ 47 /* Media (display engine clocks & etc) are exported (143..169) */
|
D | ccu-sun8i-h3.h | 21 /* PLL_VIDEO is exported */ 26 /* PLL_PERIPH0 exported for PRCM */ 33 /* The CPUX clock is exported */ 41 /* All the bus gates are exported */ 43 /* The first bunch of module clocks are exported */ 45 /* All the DRAM gates are exported */ 47 /* Some more module clocks are exported */
|
D | ccu-sun8i-a83t.h | 21 /* pll-periph is exported to the PRCM block */ 26 /* pll-de is exported for the display engine */ 30 /* The CPUX clocks are exported */ 39 /* bus gates exported */ 43 /* module and usb clocks exported */ 47 /* dram gates and more module clocks exported */ 51 /* more module clocks exported */
|
D | ccu-sun8i-r40.h | 20 /* PLL_VIDEO0 is exported */ 31 /* PLL_VIDEO1 is exported */ 41 /* The CPU clock is exported */ 48 /* All the bus gates are exported */ 50 /* The first bunch of module clocks are exported */ 54 /* All the DRAM gates are exported */ 56 /* Some more module clocks are exported */
|
D | ccu-sun8i-a23-a33.h | 28 /* The PLL MIPI clock is exported */ 35 /* The CPUX clock is exported */ 42 /* All the bus gates are exported */ 44 /* The first part of the mod clocks is exported */ 48 /* Some more module clocks are exported */ 52 /* And the last module clocks are exported */
|
D | ccu-sun50i-a64.h | 22 /* PLL_VIDEO0 exported for HDMI PHY */ 28 /* PLL_PERIPH0 exported for PRCM */ 46 /* All the bus gates are exported */ 48 /* The first bunch of module clocks are exported */ 54 /* All the DRAM gates are exported */ 56 /* And the DSI and GPU module clock is exported */
|
D | ccu-sun8i-v3s.h | 30 /* The CPU clock is exported */ 38 /* All the bus gates are exported */ 40 /* The first bunch of module clocks are exported */ 44 /* All the DRAM gates are exported */ 46 /* Some more module clocks are exported */ 50 /* And the GPU module clock is exported */
|
D | ccu-sun50i-h616.h | 17 /* PLL_PERIPH0 exported for PRCM */ 36 /* CPUX clock exported for DVFS */ 43 /* APB1 clock exported for PIO */ 48 /* All module clocks and bus gates are exported except DRAM */
|
D | ccu-sun50i-a100.h | 16 /* PLL_PERIPH0 exported for PRCM */ 39 /* CPUX clock exported for DVFS */ 46 /* APB1 clock exported for PIO */ 50 /* All module clocks and bus gates are exported except DRAM */
|
D | ccu-sun50i-h6.h | 16 /* PLL_PERIPH0 exported for PRCM */ 36 /* CPUX clock exported for DVFS */ 43 /* APB1 clock exported for PIO */ 48 /* All module clocks and bus gates are exported except DRAM */
|
D | ccu-sun9i-a80.h | 17 /* pll-audio and pll-periph0 are exported to the PRCM block */ 28 /* The CPUX clocks are exported */ 44 /* module clocks and bus gates exported */
|
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_dma_buf.c | 29 static void check_residency(struct kunit *test, struct xe_bo *exported, in check_residency() argument 36 xe_bo_assert_held(exported); in check_residency() 51 if (!xe_bo_is_mem_type(exported, mem_type)) { in check_residency() 52 KUNIT_FAIL(test, "Exported bo was not in expected memory type.\n"); in check_residency() 56 if (xe_bo_is_pinned(exported)) in check_residency() 62 * functionality, so hack that up here. Evicting the exported bo will in check_residency() 67 swap(exported->ttm.base.dma_buf, dmabuf); in check_residency() 68 ret = xe_bo_evict(exported, true); in check_residency() 69 swap(exported->ttm.base.dma_buf, dmabuf); in check_residency() 78 if (exported != imported && !xe_bo_is_mem_type(imported, XE_PL_SYSTEM)) { in check_residency() [all …]
|
/linux-6.12.1/Documentation/core-api/ |
D | symbol-namespaces.rst | 6 export surface of in-kernel symbols exported through the family of 15 === 3 How to use Symbols exported in Namespaces 24 their exported symbols into separate namespaces. That is useful for 27 kernel. As of today, modules that make use of symbols exported into namespaces, 34 Symbols can be exported into namespace using different methods. All of them are 52 ``namespace`` set accordingly. A symbol that is exported without a namespace will 74 symbol exported with EXPORT_SYMBOL_NS() while this definition is present, will 75 still be exported into the namespace that is passed as the namespace argument 87 3. How to use Symbols exported in Namespaces 90 In order to use symbols that are exported into namespaces, kernel modules need [all …]
|
/linux-6.12.1/drivers/virtio/ |
D | virtio_dma_buf.c | 3 * dma-bufs for virtio exported objects 12 * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object 17 * for an virtio exported object that can be queried by other virtio drivers 68 * virtio_dma_buf_get_uuid - gets a virtio dma-buf's exported object's uuid 88 MODULE_DESCRIPTION("dma-bufs for virtio exported objects");
|
/linux-6.12.1/kernel/module/ |
D | Kconfig | 176 This enables module versioning for exported symbols also from 350 Symbols exported with EXPORT_SYMBOL_NS*() are considered exported in 351 a namespace. A module that makes use of a symbol exported with such a 373 bool "Trim unused exported kernel symbols" 378 many of those exported symbols might never be used. 380 This option allows for unused exported symbols to be dropped from 391 By default, all unused exported symbols will be un-exported from the 395 exported at all times, even in absence of in-tree users. The value to
|
/linux-6.12.1/tools/usb/usbip/doc/ |
D | usbip.8 | 10 this program. On a USB/IP client, devices exported by USB/IP servers 80 List USB devices exported by a remote host. 107 - List devices exported by remote server. 123 - List gadgets exported by local usbipd server.
|
D | usbipd.8 | 10 provides USB/IP clients access to exported USB devices. 12 Devices have to explicitly be exported using 78 USB/IP client can connect and use exported devices. 109 - List gadgets exported by local usbipd server.
|
/linux-6.12.1/include/linux/ |
D | virtio_dma_buf.h | 3 * dma-bufs for virtio exported objects 16 * struct virtio_dma_buf_ops - operations possible on exported object dma-buf 20 * @get_uid: [required] callback to get the uuid of the exported object.
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 27 <obsoleted by the LED class API now exported by the driver> 37 <obsoleted by the LED class API now exported by the driver> 46 <obsoleted by the LED class API now exported by the driver> 56 <obsoleted by the LED class API now exported by the driver> 100 <obsoleted by the LED class API now exported by the driver>
|
D | sysfs-firmware-dmi-entries | 12 cannot ensure that the data as exported to userland is 46 guarantees that handles as exported are unique, and 51 exported as attributes: 91 is exported in the directory::
|
/linux-6.12.1/Documentation/admin-guide/nfs/ |
D | pnfs-scsi-server.rst | 12 To use pNFS SCSI layouts with the Linux NFS server, the exported file 16 exported LUN, striping or concatenation of LUNs on the MDS and clients 20 automatically enabled if the file system is exported using the "pnfs"
|
/linux-6.12.1/scripts/ |
D | export_report.pl | 143 print "\tThis file reports the exported symbols usage patterns by in-tree\n", 147 printf("SECTION 1: Usage counts of all exported symbols\n"); 148 printf("SECTION 2: List of modules and the exported symbols they use\n"); 150 printf("SECTION 1:\tThe exported symbols and their usage count\n\n"); 155 # print the list of unused exported symbols
|
/linux-6.12.1/Documentation/virt/kvm/s390/ |
D | s390-pv-dump.rst | 51 encrypted memory can simply be read once it has been exported. The 53 needed. Memory that has been swapped out and hence was exported can be 57 The tweaks / status flags for the exported pages need to be requested
|
12345678910>>...37