/openbmc/linux/include/linux/iio/ |
H A D | iio-gts-helper.h | 32 * struct iio_itime_sel_mul - integration time description 37 * integration time and amplification as well as corresponding selector 42 * 200 mS => 4 and 400 mS => 8 assuming the impact of integration time would be 46 * @time_us: Integration time in microseconds. Time values must be positive, 117 * iio_gts_find_int_time_by_sel - find integration time matching a selector 119 * @sel: selector for which matching integration time is searched for 121 * Return: integration time matching given selector or -EINVAL if 122 * integration time was not found. 136 * iio_gts_find_sel_by_int_time - find selector matching integration time 138 * @time: Integration time for which matching selector is searched for [all …]
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-gts-helper.c | 51 * @known: Either integration time or gain depending on which one is known 121 * generated by HW-gain or integration time. It is up to caller to decide what 122 * part of the total gain is due to integration time and what due to HW-gain. 198 * We assume all the gains for same integration time were unique. in gain_to_scaletables() 267 * integration time. 341 * iio_gts_build_avail_time_table - build table of available integration times 407 * iio_gts_purge_avail_time_table - free-up the available integration time table 426 * integration times. Availability tables are built based on the originally 432 * integration time. 435 * 3. A sorted table of supported integration times [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/ |
H A D | fix-missing-unistd.h-include.patch | 11 Just add "unistd.h" inclusion to eventloop-integration.h. 24 include/dbus-c++/eventloop-integration.h | 1 + 27 Index: libdbus-c++-0.9.0/include/dbus-c++/eventloop-integration.h 29 --- libdbus-c++-0.9.0.orig/include/dbus-c++/eventloop-integration.h 30 +++ libdbus-c++-0.9.0/include/dbus-c++/eventloop-integration.h
|
H A D | 0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch | 22 | In file included from ../../libdbus-c++-0.9.0/src/eventloop-integration.cpp:39:0: 31 src/eventloop-integration.cpp | 2 +- 36 Index: libdbus-c++-0.9.0/src/eventloop-integration.cpp 38 --- libdbus-c++-0.9.0.orig/src/eventloop-integration.cpp 39 +++ libdbus-c++-0.9.0/src/eventloop-integration.cpp
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/ |
H A D | 0001-Drop-ptests-fixtures-and-recorde_modes.patch | 20 tests/integration/test_fixtures.py | 60 ----------- 21 tests/integration/test_record_modes.py | 141 ------------------------- 24 delete mode 100644 tests/integration/test_fixtures.py 25 delete mode 100644 tests/integration/test_record_modes.py 28 diff --git a/tests/integration/test_fixtures.py b/tests/integration/test_fixtures.py 31 --- a/tests/integration/test_fixtures.py 46 - cassette_name = ('tests.integration.test_fixtures.' # Module name 69 - cassette_name = ('tests.integration.test_fixtures.' # Module name 94 diff --git a/tests/integration/test_record_modes.py b/tests/integration/test_record_modes.py 97 --- a/tests/integration/test_record_modes.py [all …]
|
/openbmc/linux/drivers/iio/light/ |
H A D | cm3232.c | 124 * cm3232_read_als_it() - Get sensor integration time 126 * @val: pointer of int to load the integration (sec). 127 * @val2: pointer of int to load the integration time (microsecond). 129 * Report the current integration time. 153 * cm3232_write_als_it() - Write sensor integration time 155 * @val: integration time in second. 156 * @val2: integration time in microsecond. 158 * Convert integration time to sensor value. 194 * Convert sensor data to lux. It depends on integration 284 * Display the available integration time in second.
|
H A D | cm36651.c | 49 /* CS_CONF3 channel integration time */ 50 #define CM36651_CS_IT1 0x00 /* Integration time 80 msec */ 51 #define CM36651_CS_IT2 0x40 /* Integration time 160 msec */ 52 #define CM36651_CS_IT3 0x80 /* Integration time 320 msec */ 53 #define CM36651_CS_IT4 0xC0 /* Integration time 640 msec */ 63 /* PS_CONF1 command code: integration time */ 64 #define CM36651_PS_IT1 0x00 /* Integration time 0.32 msec */ 65 #define CM36651_PS_IT2 0x10 /* Integration time 0.42 msec */ 66 #define CM36651_PS_IT3 0x20 /* Integration time 0.52 msec */ 67 #define CM36651_PS_IT4 0x30 /* Integration time 0.64 msec */ [all …]
|
H A D | noa1305.c | 74 * Lux = count / (<Integration Constant> * <Integration Time>) in noa1305_scale() 76 * Integration Constant = 7.7 in noa1305_scale() 77 * Integration Time in Seconds in noa1305_scale() 247 dev_err(&client->dev, "Setting integration time failed\n"); in noa1305_probe()
|
H A D | veml6030.c | 42 * The resolution depends on both gain and integration time. The 44 * table during startup and gets updated whenever integration time 50 * of integration time (0-5). 60 /* Integration time available in seconds */ 82 * Persistence = 1/2/4/8 x integration time 97 * the currently active integration time. 295 "can't update als integration time %d\n", ret); in veml6030_set_intgrn_tm() 300 * Cache current integration time and update resolution. For every in veml6030_set_intgrn_tm() 301 * increase in integration time to next level, resolution is halved in veml6030_set_intgrn_tm() 330 /* integration time multiplied by 1/2/4/8 */ in veml6030_read_persistence() [all …]
|
H A D | veml6070.c | 9 * TODO: integration time, ACK signal 27 #define VEML6070_COMMAND_IT GENMASK(3, 2) /* bit mask integration time */ 31 #define VEML6070_IT_10 0x04 /* integration time 1x */ 94 * integration time (IT) and value of the resistor connected to in veml6070_to_uv_index()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++/ |
H A D | run-ptest | 6 ./sdbus-c++-integration-tests 2>&1 && echo "PASS: sdbus-c++-integration-tests" || echo "FAIL: sdbus…
|
/openbmc/qemu/tests/avocado/ |
H A D | README.rst | 2 Integration tests using the Avocado Framework 5 This directory contains integration tests. They're usually higher 10 section "Integration tests using the Avocado Framework".
|
/openbmc/linux/include/linux/platform_data/ |
H A D | tsl2772.h | 38 * @als_time: Integration time of the ALS channel ADCs in 2.73 ms 39 * increments. Total integration time is 45 * @prox_time: Integration time of the proximity ADC in 2.73 ms 46 * increments. Total integration time is
|
/openbmc/openbmc/meta-arm/ |
H A D | README.md | 7 …ins general recipes for the Arm architecture, such as firmware, FVPs, and Arm-specific integration. 22 …This directory contains gitlab continuous integration configuration files (KAS yaml files) as well… 66 …e continuous integration done on meta-arm and how to use it, go to [continuous-integration-and-kas…
|
/openbmc/openbmc/poky/ |
H A D | README.poky.md | 4 Poky is an integration of various components to form a pre-packaged 11 SDK suitable for IDE integration. 19 As an integration layer Poky consists of several upstream projects such as 43 As Poky is an integration repository (built using a tool called combo-layer),
|
H A D | README.md | 4 Poky is an integration of various components to form a pre-packaged 11 SDK suitable for IDE integration. 19 As an integration layer Poky consists of several upstream projects such as 43 As Poky is an integration repository (built using a tool called combo-layer),
|
/openbmc/openbmc/poky/meta-poky/ |
H A D | README.poky.md | 4 Poky is an integration of various components to form a pre-packaged 11 SDK suitable for IDE integration. 19 As an integration layer Poky consists of several upstream projects such as 43 As Poky is an integration repository (built using a tool called combo-layer),
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tpdm.h | 17 /* TPDM integration test registers */ 21 /* Register value for integration test */ 27 * integration test.
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | se401.c | 180 int integration = val << 6; in setexposure() local 191 integration = integration - integration % 106667; in setexposure() 193 integration = integration - integration % 88889; in setexposure() 195 expose_h = (integration >> 16); in setexposure() 196 expose_m = (integration >> 8); in setexposure() 197 expose_l = integration; in setexposure() 199 /* integration time low */ in setexposure() 201 /* integration time mid */ in setexposure() 203 /* integration time high */ in setexposure()
|
/openbmc/bmcweb/ |
H A D | CLIENTS.md | 28 Status: 100% of assertions passing. No CI integration. 33 Status: Passing for some machines with CI integration. 62 Status: Compatible. No CI integration.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-coresight-devices-tpdm | 6 (Write) Run integration test for tpdm. Integration test
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | Kconfig | 3 tristate "Virtual Box Guest integration support" 8 support for Virtual Box Guest integration features such as
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/fvp-base/ |
H A D | optee_spmc_maifest.dts | 8 * The content of the SPMC manifest may depend on integration settings like the 9 * set of deployed SP. This information lives in the integration system and 11 * dependencies between integration systems using the same file which would
|
/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/ |
H A D | fsl,imx7ulp-sim.yaml | 7 title: Freescale i.MX7ULP System Integration Module 13 The system integration module (SIM) provides system control and chip configuration
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | releases.md | 11 …ormal internal process of pushing for code review and CI, approval and integration into upstream m… 14 …an occur. This follows the normal process above but without the master integration step. However,… 17 See [continuous-integration-and-kas.md](/documentation/continuous-integration-and-kas.md) for infor…
|