Searched full:degree (Results 1 – 25 of 288) sorted by relevance
12345678910>>...12
/Linux-v6.6/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.h | 50 0 0 0 0-degree view Natural view 51 0 0 1 0-degree view with vertical mirror 180-degree view with horizontal mirror 52 0 1 0 0-degree view with horizontal mirror 180-degree view with vertical mirror 53 0 1 1 180-degree view 54 1 0 0 90-degree view with vertical mirror 270-degree view with horizontal mirror 55 1 0 1 270-degree view 56 1 1 0 90-degree view 57 1 1 1 90-degree view with horizontal mirror 270-degree view with vertical mirror
|
/Linux-v6.6/Documentation/hwmon/ |
D | amc6821.rst | 70 0 degree C to 124 degree C in steps of 71 4 degree C. Read it out after writing to get 80 temp2_auto_point1_temp rw Must be between 0 degree C and 63 degree C and 87 0 degree C to 124 degree C in steps 88 of 4 degree C.
|
D | ds1621.rst | 67 degree Celsius to +125 in 0.5 increments. You may convert this into a 83 1.0 degree Celsius to avoid Tout "bouncing", though! 125 - DS1621: +/- 0.5 degree Celsius (from 0 to +70 degrees) 126 - DS1625: +/- 0.5 degree Celsius (from 0 to +70 degrees) 127 - DS1631: +/- 0.5 degree Celsius (from 0 to +70 degrees) 128 - DS1721: +/- 1.0 degree Celsius (from -10 to +85 degrees) 129 - DS1731: +/- 1.0 degree Celsius (from -10 to +85 degrees)
|
D | nct7904.rst | 38 temp1_input Local temperature (1/1000 degree, 39 0.125 degree resolution) 41 temp[2-9]_input CPU temperatures (1/1000 degree, 42 0.125 degree resolution)
|
D | tmp102.rst | 23 sensor is accurate to 0.5 degree over the range of -25 to +85 C, and to 1.0 24 degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree. The
|
D | sht21.rst | 40 0.2 degree Celsius) compared with the SHT21 (2.0% relative humidity, 41 0.3 degree Celsius). 63 humidity and 66 ms for temperature. To keep self heating below 0.1 degree
|
D | tmp401.rst | 59 Celsius. Resolution of the remote sensor is 0.0625 degree. Local 60 sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not 62 degree).
|
D | sy7636a-hwmon.rst | 20 - SoC on-die temperature in milli-degree C 26 - SoC on-die temperature (milli-degree C)
|
D | xgene-hwmon.rst | 19 - SoC on-die temperature in milli-degree C 30 - SoC on-die temperature (milli-degree C)
|
D | adm1031.rst | 37 degree for the local temperature, 0.125 degree for the remote temperatures.
|
D | tmp108.rst | 27 degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree. The
|
D | ds620.rst | 24 into non-volatile on-chip registers). Temperature range is -55 degree Celsius 25 to +125. Between 0 and 70 degree Celsius, accuracy is 0.5 Kelvin. The value
|
D | tmp513.rst | 35 -40 to + 125 degrees with a resolution of 0.0625 degree C. 40 0 to 127.5 degrees with a resolution of 0.5 degree.
|
/Linux-v6.6/include/linux/ |
D | polynomial.h | 11 * @deg: degree of the term. 13 * @divider: distributed divider per each degree. 26 * @terms: polynomial terms, last term must have degree of 0
|
D | bch.h | 24 * @ecc_bits: ecc exact size in bits, i.e. generator polynomial degree (<=m*t) 31 * @xi_tab: GF(2^m) base for solving degree 2 polynomial roots 35 * @poly_2t: temporary polynomials of degree 2t
|
/Linux-v6.6/Documentation/devicetree/bindings/power/supply/ |
D | battery.yaml | 91 - description: the temperature in degree Celsius 94 A table providing the temperature in degree Celsius 101 An array containing the temperature in degree Celsius, 163 /* table for -10 degree Celsius */ 165 /* table for 0 degree Celsius */ 167 /* table for 10 degree Celsius */
|
D | maxim,max17042.yaml | 41 Temperature threshold to report battery as cold (in tenths of degree Celsius). 47 Temperature threshold to report battery as over heated (in tenths of degree Celsius).
|
D | charger-manager.yaml | 92 description: critical cold temperature of battery for charging in deci-degree celsius 100 description: critical hot temperature of battery for charging in deci-degree celsius 104 description: temperature difference to allow recharging in deci-degree celsius
|
/Linux-v6.6/Documentation/driver-api/thermal/ |
D | exynos_thermal.rst | 40 Trimming info for 25 degree Celsius (stored at TRIMINFO register) 41 Temperature code measured at 25 degree Celsius which is unchanged 43 Trimming info for 85 degree Celsius (stored at TRIMINFO register) 44 Temperature code measured at 85 degree Celsius which is unchanged
|
/Linux-v6.6/Documentation/devicetree/bindings/spi/ |
D | samsung,spi-peripheral-props.yaml | 26 - 1: 90 degree phase shift sampling. 27 - 2: 180 degree phase shift sampling. 28 - 3: 270 degree phase shift sampling.
|
/Linux-v6.6/drivers/mtd/nand/raw/atmel/ |
D | pmecc.c | 188 /* polynomial degree is the most-significant bit index */ in deg() 199 /* primitive polynomial must be of degree m */ in atmel_pmecc_build_gf_tables() 223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local 227 degree = PMECC_GF_DIMENSION_13; in atmel_pmecc_create_gf_tables() 231 degree = PMECC_GF_DIMENSION_14; in atmel_pmecc_create_gf_tables() 245 ret = atmel_pmecc_build_gf_tables(degree, poly, gf_tables); in atmel_pmecc_create_gf_tables() 448 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_substitute() local 449 int cw_len = BIT(degree) - 1; in atmel_pmecc_substitute() 468 for (j = 0; j < degree; j++) { in atmel_pmecc_substitute() 494 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_get_sigma() local [all …]
|
/Linux-v6.6/drivers/iio/gyro/ |
D | adis16080.c | 176 /* 80 degree = 819, 819 rad = 46925 degree */ 181 /* 300 degree = 1230, 1230 rad = 70474 degree */
|
/Linux-v6.6/include/linux/iio/adc/ |
D | qcom-vadc-common.h | 89 * SCALE_PMIC_THERM: Returns result in milli degree's Centigrade. 100 * SCALE_HW_CALIB_PMIC_THERM: Returns result in milli degree's Centigrade. 102 * SCALE_HW_CALIB_PMIC_THERM: Returns result in milli degree's Centigrade.
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-driver-firmware-zynqmp | 136 over temperature limit in Degree Celsius. 193 The default limit for the over temperature is 90 Degree Celsius. 200 over temperature limit in Degree Celsius. 224 Configure over temperature limit to 50 Degree Celsius
|
/Linux-v6.6/lib/ |
D | bch.c | 56 * (BTA) down to a certain degree (4), after which ad hoc low-degree polynomial 64 * [2] [Zin96] V.A. Zinoviev. On the solution of equations of degree 10 over 105 unsigned int deg; /* polynomial degree */ 109 /* given its degree, compute a polynomial size in bytes */ 112 /* polynomial of degree 1 */ 310 /* polynomial degree is the most-significant bit index */ in deg() 538 * this function builds and solves a linear system for finding roots of a degree 576 * compute root r of a degree 1 polynomial over GF(2^m) (returned as log(1/r)) 591 * compute roots of a degree 2 polynomial over GF(2^m) 633 * compute roots of a degree 3 polynomial over GF(2^m) [all …]
|
12345678910>>...12