/linux-5.10/lib/ |
D | bch.c | 104 unsigned int deg; /* polynomial degree */ member 342 static inline int deg(unsigned int poly) in deg() function 425 i = deg(poly); in compute_syndromes() 440 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy() 457 pelp->deg = 0; in compute_error_locator_polynomial() 459 elp->deg = 0; in compute_error_locator_polynomial() 463 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial() 469 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial() 476 tmp = pelp->deg+k; in compute_error_locator_polynomial() 477 if (tmp > elp->deg) { in compute_error_locator_polynomial() [all …]
|
/linux-5.10/include/linux/input/ |
D | adxl34x.h | 320 * resolution of 3.6deg. The deadzone angle represents the total 324 #define ADXL_DEADZONE_ANGLE_0p0 0 /* !!!0.0 [deg] */ 325 #define ADXL_DEADZONE_ANGLE_3p6 1 /* 3.6 [deg] */ 326 #define ADXL_DEADZONE_ANGLE_7p2 2 /* 7.2 [deg] */ 327 #define ADXL_DEADZONE_ANGLE_10p8 3 /* 10.8 [deg] */ 328 #define ADXL_DEADZONE_ANGLE_14p4 4 /* 14.4 [deg] */ 329 #define ADXL_DEADZONE_ANGLE_18p0 5 /* 18.0 [deg] */ 330 #define ADXL_DEADZONE_ANGLE_21p6 6 /* 21.6 [deg] */ 331 #define ADXL_DEADZONE_ANGLE_25p2 7 /* 25.2 [deg] */
|
/linux-5.10/Documentation/devicetree/bindings/regulator/ |
D | mps,mpq7920.yaml | 65 corresponding values 0deg, 90deg, 180deg, 270deg
|
/linux-5.10/drivers/thermal/ti-soc-thermal/ |
D | omap4xxx-bandgap.h | 150 #define OMAP4460_TSHUT_HOT 900 /* 122 deg C */ 151 #define OMAP4460_TSHUT_COLD 895 /* 100 deg C */ 152 #define OMAP4460_T_HOT 800 /* 73 deg C */ 153 #define OMAP4460_T_COLD 795 /* 71 deg C */
|
/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_mc_aware.sh | 257 local deg=$(bc <<< " 265 check_err $(bc <<< "$deg < 15") "Minimum shaper not in effect" 266 check_err $(bc <<< "$deg > 25") "MC traffic degrades UC performance too much" 278 echo "Degradation $deg %"
|
/linux-5.10/include/uapi/linux/ |
D | input.h | 88 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ). 445 * 0 deg -> 0x0000 (down) 446 * 90 deg -> 0x4000 (left) 447 * 180 deg -> 0x8000 (up) 448 * 270 deg -> 0xC000 (right)
|
/linux-5.10/drivers/iio/imu/ |
D | adis16400.c | 1019 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1032 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1043 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */ 1057 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1070 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1083 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1096 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */ 1108 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1122 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */ 1136 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
|
/linux-5.10/lib/reed_solomon/ |
D | decode_rs.c | 181 /* Convert lambda to index form and compute deg(lambda(x)) */ 191 * deg(lambda) is zero even though the syndrome is non-zero 227 * deg(lambda) unequal to number of roots => uncorrectable 234 * x**nroots). in index form. Also find deg(omega).
|
/linux-5.10/drivers/hwmon/ |
D | lm92.c | 10 * its own temperature with a 0.0625 deg resolution and a 0.33 deg 17 * (1.0 deg). Complete datasheet can be obtained from Maxim's website
|
D | bt1-pvt.h | 225 * @deg: degree of the term. 231 unsigned int deg; member
|
D | w83l785ts.c | 8 * by Winbond. It reports a single external temperature with a 1 deg 9 * resolution and a 3 deg accuracy. Datasheet can be obtained from
|
D | bt1-pvt.c | 129 int deg; in pvt_calc_poly() local 133 for (deg = 0; deg < term->deg; ++deg) in pvt_calc_poly() 136 } while ((term++)->deg); in pvt_calc_poly()
|
D | lm83.c | 9 * temperatures (its own plus up to three external ones) with a 1 deg 10 * resolution and a 3-4 deg accuracy. Complete datasheet can be obtained
|
D | adm1025.c | 14 * reported with a 1 deg resolution and a 3 deg accuracy. Complete
|
/linux-5.10/drivers/clk/rockchip/ |
D | clk-mmc-phase.c | 42 * simplify calculations. So 45degs could be anywhere between 33deg and 57.8deg.
|
/linux-5.10/drivers/iio/gyro/ |
D | mpu3050.h | 9 * enum mpu3050_fullscale - indicates the full range of the sensor in deg/sec
|
D | mpu3050-core.c | 161 * Fullscale precision is (for finest precision) +/- 250 deg/s, so the full 162 * scale is actually 500 deg/s. All 16 bits are then used to cover this scale, 420 * We support +/-250, +/-500, +/-1000 and +/2000 deg/s in mpu3050_write_raw()
|
/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | rockchip-dw-mshc.yaml | 86 If not specified 0 deg will be used.
|
/linux-5.10/drivers/clk/sunxi-ng/ |
D | ccu_phase.c | 96 * formula to get the outphasing in degrees is deg = in ccu_phase_set_phase()
|
/linux-5.10/drivers/power/supply/ |
D | smb347-charger.c | 153 * granularity is 5 deg C. 155 * granularity is 5 deg C. 157 * granularity is 5 deg C. 159 * granularity is 5 deg C. 181 * hot limit to be %53 deg C, @hard_hot_temp_limit should be set to %50.
|
/linux-5.10/drivers/thermal/ |
D | max77620_thermal.c | 42 * else 120degC or 140deG based on the PMIC die temp threshold status.
|
/linux-5.10/include/linux/iio/ |
D | iio.h | 728 * @deg: A value in degree 732 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) argument
|
/linux-5.10/drivers/staging/media/meson/vdec/ |
D | codec_vp9.c | 323 #define D45_PRED 3 /* Directional 45 deg = round(arctan(1/1) * 180/pi) */ 324 #define D135_PRED 4 /* Directional 135 deg = 180 - 45 */ 325 #define D117_PRED 5 /* Directional 117 deg = 180 - 63 */ 326 #define D153_PRED 6 /* Directional 153 deg = 180 - 27 */ 327 #define D207_PRED 7 /* Directional 207 deg = 180 + 27 */ 328 #define D63_PRED 8 /* Directional 63 deg = round(arctan(2/1) * 180/pi) */
|
/linux-5.10/drivers/iio/pressure/ |
D | hp03.c | 44 s32 temp; /* Deg. C */
|
/linux-5.10/drivers/clk/sunxi/ |
D | clk-mod0.c | 254 * formula to get the outphasing in degrees is deg = in mmc_set_phase()
|