/openbmc/openbmc-test-automation/gui/test/server_control/ |
H A D | test_obmc_gui_server_power_operations.robot | 26 [Setup] Setup For Test Execution ${OBMC_PowerOff_state} 34 [Setup] Setup For Test Execution ${OBMC_PowerOff_state} 42 [Setup] Setup For Test Execution ${OBMC_PowerOff_state} 50 [Setup] Setup For Test Execution ${OBMC_PowerOff_state} 58 [Setup] Setup For Test Execution ${OBMC_PowerOff_state} 66 [Setup] Setup For Test Execution ${obmc_PowerRunning_state} 74 [Setup] Setup For Test Execution ${obmc_PowerRunning_state} 82 [Setup] Setup For Test Execution ${obmc_PowerRunning_state} 90 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND 100 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND [all …]
|
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
D | Makefile |
|
/openbmc/u-boot/drivers/i2c/ |
H A D | stm32f7_i2c.c | 138 * @sudat_min: Min data setup time (ns) 157 * struct stm32_i2c_setup - private I2C timing setup parameters 179 * @scldel: Data setup time 196 struct stm32_i2c_setup *setup; member 486 static int stm32_i2c_compute_solutions(struct stm32_i2c_setup *setup, in stm32_i2c_compute_solutions() argument 492 setup->clock_src); in stm32_i2c_compute_solutions() 498 af_delay_min = setup->analog_filter ? in stm32_i2c_compute_solutions() 500 af_delay_max = setup->analog_filter ? in stm32_i2c_compute_solutions() 503 sdadel_min = setup->fall_time - i2c_specs[setup->speed].hddat_min - in stm32_i2c_compute_solutions() 504 af_delay_min - (setup->dnf + 3) * i2cclk; in stm32_i2c_compute_solutions() [all …]
|
/openbmc/linux/drivers/clk/imx/ |
D | clk-sscg-pll.c |
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
D | Makefile |
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/ |
H A D | 0001-setup.py-switch-to-setuptools.patch | 4 Subject: [PATCH] setup.py: switch to setuptools 10 'wheel' binary archive format to be built with 'setup.py bdist_wheel'. 17 setup.py | 2 +- 20 diff --git a/setup.py b/setup.py 22 --- a/setup.py 23 +++ b/setup.py 25 -from distutils.core import setup 26 +from setuptools import setup 28 setup(
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_nic.h |
|
/openbmc/linux/arch/arm/mach-orion5x/ |
D | Makefile |
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify/ |
H A D | 0001-setup.py-switch-to-setuptools.patch | 4 Subject: [PATCH] setup.py: switch to setuptools 10 binary archive format to be built with 'setup.py bdist_wheel'. 16 setup.py | 2 +- 19 diff --git a/setup.py b/setup.py 21 --- a/setup.py 22 +++ b/setup.py 24 -from distutils.core import setup 25 +from setuptools import setup
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/ |
H A D | 0002-setup.py-switch-to-setuptools.patch | 4 Subject: [PATCH] setup.py: switch to setuptools 11 setup.py | 2 +- 14 diff --git a/setup.py b/setup.py 16 --- a/setup.py 17 +++ b/setup.py 19 setup.py - build and package info 22 -from distutils.core import setup, Extension 23 +from setuptools import setup, Extension
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 205 struct devrequest *setup) in sandbox_hub_submit_control_msg() argument 211 switch (setup->requesttype) { in sandbox_hub_submit_control_msg() 213 switch (setup->request) { in sandbox_hub_submit_control_msg() 225 __func__, setup->requesttype, in sandbox_hub_submit_control_msg() 226 setup->request); in sandbox_hub_submit_control_msg() 230 switch (setup->request) { in sandbox_hub_submit_control_msg() 235 port = (setup->index & USB_HUB_PORT_MASK) - 1; in sandbox_hub_submit_control_msg() 245 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg() 249 switch (setup->requesttype) { in sandbox_hub_submit_control_msg() 251 switch (setup->request) { in sandbox_hub_submit_control_msg() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/ |
H A D | 0001-setup.py-Use-setuptools-instead-of-distutils.patch | 4 Subject: [PATCH] setup.py: Use setuptools instead of distutils 11 setup.py | 2 +- 14 diff --git a/setup.py b/setup.py 16 --- a/setup.py 17 +++ b/setup.py 22 -from distutils.core import setup 23 +from setuptools import setup 24 setup(
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/ |
H A D | setup-static-endpoints | 3 # Setup Endpoint for NICs, using devmem to read GPIO value since 10 # Setup slot1 NIC 13 systemctl start setup-nic-endpoint-slot@0.service 16 # Setup slot2 NIC 19 systemctl start setup-nic-endpoint-slot@1.service 22 # Setup slot3 NIC 25 systemctl start setup-nic-endpoint-slot@2.service 28 # Setup slot4 NIC 31 systemctl start setup-nic-endpoint-slot@3.service
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crcmod/ |
H A D | 0001-setup.py-use-setuptools-instead-of-distutils.patch | 4 Subject: [PATCH] setup.py use setuptools instead of distutils 9 setup.py | 3 +-- 12 diff --git a/setup.py b/setup.py 14 --- a/setup.py 15 +++ b/setup.py 17 -from distutils.core import setup 19 +from setuptools import Extension, setup
|
/openbmc/linux/arch/arm/mach-s3c/ |
D | Kconfig.s3c64xx |
|
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu/ |
H A D | 0001-setup.py-Port-to-use-setuptools.patch | 4 Subject: [PATCH] setup.py: Port to use setuptools 11 Linux/python/setup.py | 2 +- 14 diff --git a/Linux/python/setup.py b/Linux/python/setup.py 16 --- a/Linux/python/setup.py 17 +++ b/Linux/python/setup.py 22 -from distutils.core import setup, Extension 23 +from setuptools import setup, Extension
|
/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
D | Makefile |
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lrparsing/ |
H A D | 0001-setup.py-use-setuptools-instead-of-distutils.patch | 4 Subject: [PATCH] setup.py: use setuptools instead of distutils 12 setup.py | 2 +- 15 diff --git a/setup.py b/setup.py 17 --- a/setup.py 18 +++ b/setup.py 23 -from distutils.core import setup 24 +from setuptools import setup
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/ |
H A D | 0001-setup.py-Use-setuptools-instead-of-distutils.patch | 4 Subject: [PATCH] setup.py: Use setuptools instead of distutils 9 setup.py.in | 2 +- 12 --- a/setup.py.in 13 +++ b/setup.py.in 18 -from distutils.core import setup 19 +from setuptools import setup, find_packages 21 setup(name="slip", version="@VERSION@", 27 -setup(name="slip.dbus", version="@VERSION@", 38 setup(name="slip.gtk", version="@VERSION@",
|
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/ |
H A D | nativesdk-icecc-toolchain_0.1.bb | 12 file://icecc-setup.sh \ 25 install -d ${D}${SDKPATHNATIVE}/environment-setup.d/ 26 install -m 0644 ${UNPACKDIR}/icecc-env.sh ${D}${SDKPATHNATIVE}/environment-setup.d/ 27 sed -i ${D}${SDKPATHNATIVE}/environment-setup.d/icecc-env.sh \ 30 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d/ 31 install -m 0755 ${UNPACKDIR}/icecc-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d/ 32 sed -i ${D}${SDKPATHNATIVE}/post-relocate-setup.d/icecc-setup.sh \
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/ |
H A D | mctp_%.bbappend | 4 file://setup-local-eid.conf \ 5 file://setup-static-endpoints.conf \ 7 file://setup-static-endpoints \ 17 install -m 0644 ${UNPACKDIR}/setup-local-eid.conf \ 18 ${override_dir}/setup-local-eid.conf 19 install -m 0644 ${UNPACKDIR}/setup-static-endpoints.conf \ 20 ${override_dir}/setup-static-endpoints.conf 26 install -m 0755 ${UNPACKDIR}/setup-static-endpoints \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smbus/ |
H A D | 0001-Use-setuptools-as-distutils-is-deprecated.patch | 11 py-smbus/setup.py | 2 +- 14 diff --git a/py-smbus/setup.py b/py-smbus/setup.py 16 --- a/py-smbus/setup.py 17 +++ b/py-smbus/setup.py 21 -from distutils.core import setup, Extension 22 +from setuptools import setup, Extension 24 setup( name="smbus",
|
/openbmc/linux/drivers/usb/mtu3/ |
D | mtu3_gadget_ep0.c |
|
/openbmc/linux/arch/arm/mach-shmobile/ |
D | Makefile |
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | gred.json |
|