Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/openbmc/linux/Documentation/w1/slaves/
H A Dw1_therm.rst18 w1_therm provides basic temperature conversion for ds18*20, ds28ea00, GX20MH01
32 read sequence will initiate a temperature conversion, then provide two
46 in the module), it will drive the line high during the longer conversion
48 ``therm_bulk_read`` will return 0 if no bulk conversion pending,
49 -1 if at least one sensor still in conversion, 1 if conversion is complete
52 may return empty if conversion is still in progress. Note that if a bulk
57 A strong pullup will be applied during the conversion if required.
59 ``conv_time`` is used to get current conversion time (read), and
60 adjust it (write). A temperature conversion time depends on the device type and
61 its current resolution. Default conversion time is set by the driver according
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-w1_therm81 a conversion and send the result. Note that the
82 conversion duration depend on the resolution (if
115 (RW) trigger a bulk read conversion. read the status
119 conversion in progress on at least 1 sensor
121 conversion complete but at least one sensor
125 trigger a conversion on each device
143 (RW) Get, set, or measure a temperature conversion time. The
145 reset to default (datasheet) conversion time for a new
149 Actual conversion time in milliseconds.
153 Set the default conversion time from the datasheet.
[all …]
H A Dsysfs-bus-iio-adc-ad41308 1st conversion time. No natural 50/60Hz rejection.
10 * "sinc4+sinc1" - Sinc4 + averaging by 8. Low 1st conversion
13 * "sinc3" - Sinc3. Moderate 1st conversion time.
20 * "sinc3+sinc1" - Sinc3 + averaging by 8. Low 1st conversion
H A Dsysfs-bus-iio-vf6105 Specifies the hardware conversion mode used. The three
14 Specifies the hardware conversion mode used within DAC.
/openbmc/qemu/tests/qemu-iotests/
H A D063.out3 == Testing conversion with -n fails with no target file ==
4 == Testing conversion with -n succeeds with a target file ==
6 == Testing conversion to raw is the same after conversion with -n ==
7 == Testing conversion back to original format ==
9 == Testing conversion to a smaller file fails ==
H A D150.out.qcow23 === Mapping sparse conversion ===
7 === Mapping non-sparse conversion ===
H A D150.out.raw3 === Mapping sparse conversion ===
8 === Mapping non-sparse conversion ===
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/
H A Dsource-date-epoch.patch53 + long long conversion = 0;
55 + conversion = strtoll(source_date_epoch, &tmp, 10);
56 + now = conversion;
58 + || errno != 0 || (long long)now != conversion) {
94 + long long conversion = 0;
96 + conversion = strtoll(source_date_epoch, &tmp, 10);
102 + return (uint32_t)conversion;
132 long long conversion;
145 + conversion = strtoll(source_date_epoch, &tmp, 10);
146 + create_time = conversion;
[all …]
/openbmc/openbmc/poky/meta/recipes-support/icu/icu/
H A D0001-icu-Added-armeb-support.patch12 i18n/double-conversion-utils.h | 2 +-
15 diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h
17 --- a/i18n/double-conversion-utils.h
18 +++ b/i18n/double-conversion-utils.h
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dad7879.txt14 - adi,first-conversion-delay : 0-12: In 128us steps (starting with 128us)
34 - adi,conversion-interval: : 0 : convert one time only
48 adi,first-conversion-delay = /bits/ 8 <3>;
52 adi,conversion-interval = /bits/ 8 <255>;
66 adi,first-conversion-delay = /bits/ 8 <3>;
70 adi,conversion-interval = /bits/ 8 <255>;
H A Dfsl-mx25-tcq.txt1 Freescale mx25 TS conversion queue module
3 mx25 touchscreen conversion queue module which controls the ADC unit of the
24 This device includes two conversion queues which can be added as subnodes.
/openbmc/linux/Documentation/hwmon/
H A Dina3221.rst23 and supply voltage, with programmable conversion times and averaging, current
62 update_interval Data conversion time in millisecond, following:
68 * BC: bus-voltage conversion time in millisecond
69 * SC: shunt-voltage conversion time in millisecond
71 Affects both Bus- and Shunt-voltage conversion time.
73 and SC to 140 us (minimum conversion time).
H A Dlm73.rst33 affects the conversion time of the LM73's analog-to-digital converter.
35 conversion time via the 'update_interval' sysfs attribute for the
50 used to change the conversion time::
79 conversion time actively in use.
81 Mathematically, the resolution can be derived from the conversion time
H A Dmax197.rst35 filled with a pointer to a conversion function, defined like::
39 ctrl is the control byte to write to start a new conversion.
50 3 BIP Unipolar or Bipolar conversion mode
58 in[0-7]_input The conversion value for the corresponding channel.
/openbmc/linux/scripts/coccinelle/misc/
H A Dboolconv.cocci2 /// Remove unneeded conversion to bool
5 //# explicit conversion is overly verbose and unneeded.
79 msg = "WARNING: conversion to bool not needed here"
90 msg = "WARNING: conversion to bool not needed here"
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dwrap_pll_config_s10.c20 u32 *conversion = (u32 *)cm_handoff_cfg; in cm_get_default_config() local
27 conversion[i] = swab32(conversion[i]); in cm_get_default_config()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A Dfloat-conversion.patch1 clarify type conversion
4 …or: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/googlebenchmark/googlebenchmark/
H A D0002-cycleclock-Fix-type-conversion-to-match-function-ret.patch4 Subject: [PATCH] cycleclock: Fix type conversion to match function return type
9 …: error: implicit conversion changes signedness: 'uint64_t' (aka 'unsigned long') to 'int64_t' (ak…
H A D0001-cycleclock-Fix-type-conversion-to-match-function-ret.patch4 Subject: [PATCH] cycleclock: Fix type conversion to match function return type
9 …or: implicit conversion changes signedness: 'uint64_t' (aka 'unsigned long long') to 'int64_t' (ak…
/openbmc/linux/tools/perf/Documentation/
H A Dperf-data.txt21 It's possible to set data-convert debug variable to get debug messages from conversion,
28 Triggers the CTF conversion, specify the path of CTF data directory.
31 Triggers JSON conversion. Specify the JSON filename to output.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/
H A D0002-fix-invalid-conversion-from-int-to-CURLoption.patch4 Subject: [PATCH] Fix invalid conversion from int to CURLoption
6 Options.hpp:281:74: error: invalid conversion from 'int' to 'CURLoption' [-fpermissive]
12 Fix invalid conversion by adding explicit cast to CURLoption
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dc/
H A Ddouble-conversion_3.3.0.bb1 SUMMARY = "Double conversion libraries"
3 HOMEPAGE = "https://github.com/google/double-conversion.git"
12 git://github.com/google/double-conversion.git;protocol=https;branch=master \
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dfsl-imx25-tsadc.txt3 This device combines two general purpose conversion queues one used for general
15 conversion queues.
20 This device includes two conversion queues which can be added as subnodes.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/googlebenchmark/
H A Dgooglebenchmark_1.8.4.bb8 file://0001-cycleclock-Fix-type-conversion-to-match-function-ret.patch \
9 file://0002-cycleclock-Fix-type-conversion-to-match-function-ret.patch"
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2.rst116 conversion, it will return another supported colorspace.
117 The driver indicates that colorspace conversion is supported by setting
160 conversion, it will return another supported encoding.
162 ycbcr_enc conversion is supported by setting the flag
174 conversion, it will return another supported encoding.
176 that hsv_enc conversion is supported by setting the flag
190 conversion, it will return another supported quantization.
191 The driver indicates that quantization conversion is supported by setting
203 conversion, it will return another supported transfer function.
204 The driver indicates that xfer_func conversion is supported by setting
[all …]

12345678910>>...14