| /openbmc/u-boot/drivers/i2c/ |
| H A D | stm32f7_i2c.c | 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() 506 sdadel_max = i2c_specs[setup->speed].vddat_max - setup->rise_time - in stm32_i2c_compute_solutions() 507 af_delay_max - (setup->dnf + 4) * i2cclk; in stm32_i2c_compute_solutions() 509 scldel_min = setup->rise_time + i2c_specs[setup->speed].sudat_min; in stm32_i2c_compute_solutions() [all …]
|
| /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-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/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/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-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/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/qemu/hw/usb/ |
| H A D | pcap.c | 58 unsigned char setup[8]; /* Only for Control S-type */ member 120 static void do_usb_pcap_ctrl(FILE *fp, USBPacket *p, bool setup) in do_usb_pcap_ctrl() argument 126 .type = setup ? 'S' : 'C', in do_usb_pcap_ctrl() 130 .flag_setup = setup ? 0 : '-', in do_usb_pcap_ctrl() 139 if (setup) { in do_usb_pcap_ctrl() 140 memcpy(packet.s.setup, dev->setup_buf, 8); in do_usb_pcap_ctrl() 145 if (in && setup) { in do_usb_pcap_ctrl() 150 if (!in && !setup) { in do_usb_pcap_ctrl() 165 static void do_usb_pcap_data(FILE *fp, USBPacket *p, bool setup) in do_usb_pcap_data() argument 169 .type = setup ? 'S' : 'C', in do_usb_pcap_data() [all …]
|
| /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-facebook/meta-harma/recipes-networking/mctp/ |
| H A D | mctp_%.bbappend | 5 file://setup-eid.conf \ 6 file://setup-local-eid \ 7 file://setup-devices-eid \ 17 install -m 0644 ${UNPACKDIR}/setup-eid.conf \ 18 ${override_dir}/setup-eid.conf 22 install -m 0755 ${UNPACKDIR}/setup-local-eid \ 24 install -m 0755 ${UNPACKDIR}/setup-devices-eid \
|
| /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-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/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-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/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rfc3986-validator/ |
| H A D | 0001-setup.py-move-pytest-runner-to-test_requirements.patch | 4 Subject: [PATCH] setup.py: move pytest-runner to test_requirements 11 setup.py | 4 ++-- 14 diff --git a/setup.py b/setup.py 16 --- a/setup.py 17 +++ b/setup.py 28 setup(
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | usb-sandbox.c | 17 struct devrequest *setup, struct udevice *emul) in usbmon_trace() argument 28 if (setup) { in usbmon_trace() 29 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace() 30 setup->request, setup->value, setup->index, in usbmon_trace() 31 setup->length); in usbmon_trace() 42 struct devrequest *setup) in sandbox_submit_control() argument 51 usbmon_trace(bus, pipe, setup, emul); in sandbox_submit_control() 56 if (setup->request == USB_REQ_SET_ADDRESS) { in sandbox_submit_control() 58 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control() 62 ret = usb_emul_control(emul, udev, pipe, buffer, length, setup); in sandbox_submit_control()
|
| /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/u-boot/arch/arm/mach-omap2/ |
| H A D | abb.c | 22 static void abb_setup_timings(u32 setup) in abb_setup_timings() argument 54 setbits_le32(setup, in abb_setup_timings() 58 void abb_setup(u32 fuse, u32 ldovbb, u32 setup, u32 control, in abb_setup() argument 64 if (!setup || !control || !txdone) in abb_setup() 99 writel(0, setup); in abb_setup() 103 abb_setup_timings(setup); in abb_setup() 109 setbits_le32(setup, abb_type_mask | OMAP_ABB_SETUP_SR2EN_MASK); in abb_setup()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy/ |
| H A D | setuptools.patch | 1 Port setup.py to setuptools. 6 diff --git a/setup.py b/setup.py 8 --- a/setup.py 9 +++ b/setup.py 40 -distutils.core.setup \ 42 +setuptools.setup( 46 @@ -43,9 +19,5 @@ distutils.core.setup \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/ |
| H A D | setuptools.patch | 6 diff --git a/setup.py b/setup.py 8 --- a/setup.py 9 +++ b/setup.py 15 -from distutils.core import setup 17 +from setuptools import setup
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/ |
| H A D | 0001-setup.py-Disable-autodection-of-modules.patch | 4 Subject: [PATCH] setup.py: Disable autodection of modules 11 setup.py | 1 + 14 diff --git a/setup.py b/setup.py 16 --- a/setup.py 17 +++ b/setup.py
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-networking/mctp/ |
| H A D | mctp_%.bbappend | 4 file://setup-local-eid.conf \ 5 file://setup-local-eid \ 15 install -m 0644 ${UNPACKDIR}/setup-local-eid.conf ${override_dir}/setup-local-eid.conf 18 install -m 0755 ${UNPACKDIR}/setup-local-eid ${D}${libexecdir}/mctp/
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fann2/ |
| H A D | 0001-setup.py-Don-t-hardcode-swig-and-fann2-binary-locati.patch | 4 Subject: [PATCH] setup.py: Don't hardcode swig and fann2 binary locations 9 setup.py | 5 +---- 12 diff --git a/setup.py b/setup.py 14 --- a/setup.py 15 +++ b/setup.py
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/ |
| H A D | no-scikit-build.patch | 19 diff --git a/setup.py b/setup.py 21 --- a/setup.py 22 +++ b/setup.py 27 -from skbuild import setup 28 +from setuptools import setup
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt/ |
| H A D | 0001-py-scrypt-remove-the-hard-coded-include-paths.patch | 10 setup.py | 1 - 13 diff --git a/setup.py b/setup.py 15 --- a/setup.py 16 +++ b/setup.py
|