| /openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
| H A D | marvell,armada-37xx-pinctrl.txt | 25 Available groups and functions for the North Bridge: 29 - functions jtag, gpio 33 - functions sdio, gpio 37 - functions emmc, gpio 41 - functions pwm, gpio 45 - functions pwm, gpio 49 - functions pwm, gpio 53 - functions pwm, gpio 57 - functions pmic, gpio 61 - functions pmic, gpio [all …]
|
| /openbmc/u-boot/drivers/pinctrl/renesas/ |
| H A D | Kconfig | 16 the GPIO definitions and pin control functions for each available 26 the GPIO definitions and pin control functions for each available 36 the GPIO definitions and pin control functions for each available 46 the GPIO definitions and pin control functions for each available 56 the GPIO definitions and pin control functions for each available 66 the GPIO definitions and pin control functions for each available 76 the GPIO definitions and pin control functions for each available 86 the GPIO definitions and pin control functions for each available 96 the GPIO definitions and pin control functions for each available 106 the GPIO definitions and pin control functions for each available
|
| /openbmc/qemu/scripts/performance/ |
| H A D | topN_perf.py | 3 # Print the top N most executed functions in QEMU using perf. 5 # topN_perf.py [-h] [-n] <number of displayed top functions> -- \ 10 # [-n] - Specify the number of top functions to print. 42 usage='topN_perf.py [-h] [-n] <number of displayed top functions > -- ' 47 help='Specify the number of top functions to print.') 112 # Read the reported data to functions[] 113 functions = [] variable 117 functions = [line for line in data.readlines() if line and line[0] variable 120 # Limit the number of top functions to "top" 121 number_of_top_functions = top if len(functions) > top else len(functions) [all …]
|
| H A D | topN_callgrind.py | 3 # Print the top N most executed functions in QEMU using callgrind. 5 # topN_callgrind.py [-h] [-n] <number of displayed top functions> -- \ 10 # [-n] - Specify the number of top functions to print. 42 usage='topN_callgrind.py [-h] [-n] <number of displayed top functions> -- ' 47 help='Specify the number of top functions to print.') 101 # Number of functions recorded by callgrind, last two lines are always empty 104 # Limit the number of top functions to "top" 108 # Store the data of the top functions in top_functions[] 123 # Print top N functions
|
| /openbmc/u-boot/test/ |
| H A D | Kconfig | 10 bool "Unit tests for library functions" 14 Enables the 'ut lib' command which tests library functions like 18 bool "Unit tests for time functions" 21 Enables the 'ut time' command which tests that the time functions 27 bool "Unit tests for Unicode functions" 31 Enables the 'ut unicode' command which tests that the functions for
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0002-compiler-rt-support-a-new-embedded-linux-target.patch | 21 +# These are the functions which clang needs when it is targeting a previous 22 +# version of the OS. The issue is that the backend may use functions which were 25 +# the extra functions which might be referenced. 109 +# Functions not wanted: 256 +# functions. Filter them out for now. 286 +FUNCTIONS.soft_static.armv6m := $(FUNCTIONS_ARMV6M) 287 +FUNCTIONS.soft_pic.armv6m := $(FUNCTIONS_ARMV6M) 289 +FUNCTIONS.soft_static.armv7m := $(FUNCTIONS_ARM_ALL) 290 +FUNCTIONS.soft_pic.armv7m := $(FUNCTIONS_ARM_ALL) 292 +FUNCTIONS.soft_static.armv7em := $(FUNCTIONS_ARM_ALL) [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | coroutine-core.h | 20 * cooperative userspace threading. These functions provide a simple but 25 * These functions are re-entrant and may be used outside the BQL. 27 * Functions that execute in coroutine context cannot be called 28 * directly from normal functions. Use @coroutine_fn to mark such 29 * functions. For example: 36 * checker catch misuse of such functions. This annotation might make 44 * Functions that execute in coroutine context cannot be called 45 * directly from normal functions. Use @coroutine_fn to mark such 46 * functions. For example: 53 * checker catch misuse of such functions. This annotation might make [all …]
|
| /openbmc/phosphor-logging/ |
| H A D | extensions.hpp | 101 * their hook functions with this class with the provided macros so that they 125 * Functions registered with this contructor will be called 138 * Functions registered with this contructor will be called 151 * Functions registered with this contructor will be called 164 * Functions registered with this contructor will be called 178 * Functions registered with this contructor will be called 203 * @brief Returns the Startup functions 204 * @return StartupFunctions - the Startup functions 209 * @brief Returns the Create functions 210 * @return CreateFunctions - the Create functions [all …]
|
| /openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/ |
| H A D | state_hook | 42 mkdir -p functions/mass_storage.usb0 43 ln -s functions/mass_storage.usb0 configs/c.1 44 echo 1 > functions/mass_storage.usb0/lun.0/removable 45 echo 1 > functions/mass_storage.usb0/lun.0/ro 46 echo 0 > functions/mass_storage.usb0/lun.0/cdrom 47 echo $nbd_device > functions/mass_storage.usb0/lun.0/file 56 rmdir functions/mass_storage.usb0
|
| /openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/ |
| H A D | state_hook | 60 mkdir -p functions/mass_storage.usb0 61 ln -s functions/mass_storage.usb0 configs/c.1 62 echo 1 > functions/mass_storage.usb0/lun.0/removable 63 echo 1 > functions/mass_storage.usb0/lun.0/ro 64 echo 0 > functions/mass_storage.usb0/lun.0/cdrom 65 echo $nbd_device > functions/mass_storage.usb0/lun.0/file 74 rmdir functions/mass_storage.usb0
|
| /openbmc/openpower-pnor-code-mgmt/test/ |
| H A D | test_functions.cpp | 3 #include "../functions.hpp" 26 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() 40 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() 55 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() 67 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() 78 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() 93 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() 108 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() 123 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() 138 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | display_testname_for_subtest.patch | 9 tests/functions.sh | 2 +- 12 diff --git a/tests/functions.sh b/tests/functions.sh 14 --- a/tests/functions.sh 15 +++ b/tests/functions.sh
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | livetree.txt | 103 flat and live device trees. See include/dm/read.h for a list of functions. 126 Useful ofnode functions 142 particular, you should refrain from using functions which access the livetree 143 directly, such as of_read_u32(). Use ofnode functions instead, to allow your 146 Some conversion functions are used internally. Generally these are not needed 159 Other useful functions: 171 There is full phandle support for live tree. All functions make use of 202 The dev_read_...() functions have two implementations. When 203 CONFIG_DM_DEV_READ_INLINE is enabled, these functions simply call the ofnode 204 functions directly. This is useful when livetree is not enabled. The ofnode [all …]
|
| /openbmc/qemu/docs/devel/ |
| H A D | loads-stores.rst | 9 QEMU internally has multiple families of functions for performing 19 These functions operate on a host pointer, and should be used 53 There are also functions which take the size as an argument: 76 These functions operate on a guest virtual address, plus a context 87 These functions may cause a guest CPU exception to be taken 101 it in other functions that are *not* the top level 104 if needed to the functions that the helper calls. 131 These functions work like the ``cpu_{ld,st}_mmu`` functions except 164 These functions work like the ``cpu_{ld,st}_mmuidx_ra`` functions 169 virtual address from helper functions, unless the access should [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool_init.d.patch | 1 Fix start error if lsb init-functions doesn't exist 16 +. /etc/init.d/functions 24 # Get lsb functions 25 -. /lib/lsb/init-functions 26 +if [ -f /lib/lsb/init-functions ] 28 + . /lib/lsb/init-functions
|
| /openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/ |
| H A D | create_usbhid.sh | 25 mkdir functions/hid.0 27 echo 1 > functions/hid.0/protocol # 1: keyboard 28 echo 8 > functions/hid.0/report_length 29 echo 1 > functions/hid.0/subclass 64 …\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc 67 mkdir functions/hid.1 69 echo 2 > functions/hid.1/protocol # 2: mouse 70 echo 6 > functions/hid.1/report_length 71 echo 1 > functions/hid.1/subclass 112 …\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hid.1/report_desc [all …]
|
| /openbmc/obmc-ikvm/ |
| H A D | create_usbhid.sh | 34 mkdir functions/hid.0 36 echo 1 > functions/hid.0/protocol # 1: keyboard 37 echo 8 > functions/hid.0/report_length 38 echo 1 > functions/hid.0/subclass 73 printf '\x05\x01\x09\x06\xa1\x01\x05\x07\x19\xe0\x29\xe7\x15\x00\x25\x01\x75\x01\x95\x08\x81\x02\x95\x01\x75\x08\x81\x03\x95\x05\x75\x01\x05\x08\x19\x01\x29\x05\x91\x02\x95\x01\x75\x03\x91\x03\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc 76 mkdir functions/hid.1 78 echo 2 > functions/hid.1/protocol # 2: mouse 79 echo 6 > functions/hid.1/report_length 80 echo 1 > functions/hid.1/subclass 121 printf '\x05\x01\x09\x02\xa1\x01\x09\x01\xa1\x00\x05\x09\x19\x01\x29\x03\x15\x00\x25\x01\x95\x03\x75\x01\x81\x02\x95\x01\x75\x05\x81\x03\x05\x01\x09\x30\x09\x31\x35\x00\x46\xff\x7f\x15\x00\x26\xff\x7f\x65\x11\x55\x00\x75\x10\x95\x02\x81\x02\x09\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hi [all...] |
| /openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/ |
| H A D | bletchley-common-functions_0.1.bb | 10 file://bletchley-common-functions \ 11 file://bletchley-platform-functions \ 16 install -m 0755 ${UNPACKDIR}/bletchley-common-functions ${D}${libexecdir} 17 install -m 0755 ${UNPACKDIR}/bletchley-platform-functions ${D}${libexecdir}
|
| /openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | remove-usr-local-lib-from-m4.patch | 10 lib/autoconf/functions.m4 | 9 --------- 13 diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 15 --- a/lib/autoconf/functions.m4 16 +++ b/lib/autoconf/functions.m4
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
| H A D | 0004-don-not-append-system-name-to-lib-name.patch | 18 build/cmake/functions.cmake | 6 +++--- 21 diff --git a/build/cmake/functions.cmake b/build/cmake/functions.cmake 23 --- a/build/cmake/functions.cmake 24 +++ b/build/cmake/functions.cmake
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-library-functions.rst | 4 Library Functions 9 This chapter lists common library functions available under the ``lib/`` 12 These functions can be used in recipes or configuration files with 16 Functions>` functions.
|
| H A D | bitbake-user-manual-metadata.rst | 105 Outside of :ref:`functions <bitbake-user-manual/bitbake-user-manual-metadata:functions>`, 326 It is also possible to append and prepend to shell functions and 327 …functions. See the ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:shell functions`" and "… 490 ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:anonymous python functions`" section. 803 You can override any values and functions of the inherited class 851 <bitbake-user-manual/bitbake-user-manual-metadata:Anonymous Python Functions>`. 1038 Functions chapter 1041 As with most languages, functions are the building blocks that are used 1043 functions: 1045 - *Shell Functions:* Functions written in shell script and executed [all …]
|
| /openbmc/openbmc/meta-nvidia/recipes-nvidia/usb-ethernet-init/files/ |
| H A D | usb-ethernet-init.sh | 21 mkdir functions/ecm.usb0 22 echo "02:B0:2D:00:00:00" > functions/ecm.usb0/dev_addr 23 echo "06:B0:2D:00:00:01" > functions/ecm.usb0/host_addr 24 ln -s functions/ecm.usb0 configs/c.1/
|
| /openbmc/u-boot/doc/ |
| H A D | README.standalone | 1 Design Notes on Exporting U-Boot Functions to Standalone Applications: 4 1. The functions are exported by U-Boot via a jump table. The jump 10 malloc() and free() functions that will be available to standalone 18 Note that the pointers to the functions are real function pointers 37 call to the exported functions. Also, implementor of the 109 6. The code for exporting the U-Boot functions to applications is 111 language are stub functions that perform the jump through the jump 118 Note that these functions may only use call-clobbered registers;
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | composite.h | 14 * functions within any single configuration, and (b) Multi-configuration 15 * devices, also supporting multiple functions but without necessarily 19 * link and mass storage functions is a composite device. Those functions 21 * the composite model the host can use both functions at the same time. 53 * @bind: Before the gadget can register, all of its functions bind() to the 67 * @suspend: Notifies functions when the host stops sending USB traffic. 68 * @resume: Notifies functions when the host restarts USB traffic. 101 /* REVISIT: bind() functions can be marked __init, which 187 * @bind() method is then used to initialize all the functions and then 190 * Those functions would normally be independant of each other, but that's [all …]
|