/openbmc/linux/drivers/clk/sunxi-ng/ |
H A 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 …]
|
H A 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 */
|
H A 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) */
|
H A 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 */
|
H A 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 */
|
H A 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 */
|
H A 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 */
|
H A D | ccu-sun50i-a64.h | 22 /* PLL_VIDEO0 exported for HDMI PHY */ 27 /* PLL_PERIPH0 exported for PRCM */ 44 /* All the bus gates are exported */ 46 /* The first bunch of module clocks are exported */ 52 /* All the DRAM gates are exported */ 54 /* And the DSI and GPU module clock is exported */
|
H A 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 */
|
H A 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 */
|
H A 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 */
|
H A 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 */
|
H A 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 */
|
/openbmc/linux/Documentation/core-api/ |
H A 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 …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-xfs | 7 log. The LSN is exported in "cycle:basic block" format. 16 log. The LSN is exported in "cycle:basic block" format. 25 outstanding transactions. The grant head is exported in 37 rolling transactions. The grant head is exported in
|
H A 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>
|
/openbmc/linux/kernel/module/ |
H A D | Kconfig | 174 This enables module versioning for exported symbols also from 337 Symbols exported with EXPORT_SYMBOL_NS*() are considered exported in 338 a namespace. A module that makes use of a symbol exported with such a 360 bool "Trim unused exported kernel symbols" if EXPERT 366 many of those exported symbols might never be used. 368 This option allows for unused exported symbols to be dropped from 379 By default, all unused exported symbols will be un-exported from the 383 exported at all times, even in absence of in-tree users. The value to
|
/openbmc/linux/tools/usb/usbip/doc/ |
H A 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.
|
H A 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.
|
/openbmc/linux/drivers/virtio/ |
H A 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
|
/openbmc/linux/include/linux/ |
H A 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.
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A 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"
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | export.py | 80 exported = [] 85 exported.append(recipe) 90 exported.append(recipe) 94 …gger.info('Tar archive created at %s with the following recipes: %s' % (name, ', '.join(exported)))
|
/openbmc/linux/scripts/ |
H A 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
|
/openbmc/entity-manager/schemas/ |
H A D | global.json | 65 …neous configuration data. When a probe match occurs, the configuration data is exported to DBus.", 73 …sElement. The exposes property is the heterogeneous configuration data exported to DBus upon a pr… 83 …e name property. The name property identifies the configuration. When exported, the configuratio… 87 …ch condition occurs, the information described by the Exposes property is exported onto the DBus.", 102 …erty. The type property identifies the type of the configuration. When exported, configurations w…
|