Home
last modified time | relevance | path

Searched full:setup (Results 1 – 25 of 3846) sorted by relevance

12345678910>>...154

/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_server_power_operations.robot26 [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/
DMakefile
/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c138 * @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/
Dclk-sscg-pll.c
/openbmc/linux/arch/sh/kernel/cpu/sh3/
DMakefile
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/
H A D0001-setup.py-switch-to-setuptools.patch4 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/
Docteon_nic.h
/openbmc/linux/arch/arm/mach-orion5x/
DMakefile
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify/
H A D0001-setup.py-switch-to-setuptools.patch4 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 D0002-setup.py-switch-to-setuptools.patch4 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 Dsandbox_hub.c205 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 D0001-setup.py-Use-setuptools-instead-of-distutils.patch4 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 Dsetup-static-endpoints3 # 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 D0001-setup.py-use-setuptools-instead-of-distutils.patch4 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/
DKconfig.s3c64xx
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu/
H A D0001-setup.py-Port-to-use-setuptools.patch4 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/
DMakefile
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lrparsing/
H A D0001-setup.py-use-setuptools-instead-of-distutils.patch4 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 D0001-setup.py-Use-setuptools-instead-of-distutils.patch4 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 Dnativesdk-icecc-toolchain_0.1.bb12 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 Dmctp_%.bbappend4 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 D0001-Use-setuptools-as-distutils-is-deprecated.patch11 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/
Dmtu3_gadget_ep0.c
/openbmc/linux/arch/arm/mach-shmobile/
DMakefile
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dgred.json

12345678910>>...154