Home
last modified time | relevance | path

Searched full:curve (Results 1 – 25 of 91) sorted by relevance

1234

/linux/drivers/staging/fbtft/
H A Dfb_s6d1121.c119 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] macro
132 CURVE(i, j) &= mask[i * par->gamma.num_values + j]; in set_gamma()
134 write_reg(par, 0x0030, CURVE(0, 1) << 8 | CURVE(0, 0)); in set_gamma()
135 write_reg(par, 0x0031, CURVE(0, 3) << 8 | CURVE(0, 2)); in set_gamma()
136 write_reg(par, 0x0032, CURVE(0, 5) << 8 | CURVE(0, 3)); in set_gamma()
137 write_reg(par, 0x0033, CURVE(0, 7) << 8 | CURVE(0, 6)); in set_gamma()
138 write_reg(par, 0x0034, CURVE(0, 9) << 8 | CURVE(0, 8)); in set_gamma()
139 write_reg(par, 0x0035, CURVE(0, 11) << 8 | CURVE(0, 10)); in set_gamma()
141 write_reg(par, 0x0036, CURVE(1, 1) << 8 | CURVE(1, 0)); in set_gamma()
142 write_reg(par, 0x0037, CURVE(1, 3) << 8 | CURVE(1, 2)); in set_gamma()
[all …]
H A Dfb_ssd1289.c122 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] macro
134 CURVE(i, j) &= mask[i * par->gamma.num_values + j]; in set_gamma()
136 write_reg(par, 0x0030, CURVE(0, 5) << 8 | CURVE(0, 4)); in set_gamma()
137 write_reg(par, 0x0031, CURVE(0, 7) << 8 | CURVE(0, 6)); in set_gamma()
138 write_reg(par, 0x0032, CURVE(0, 9) << 8 | CURVE(0, 8)); in set_gamma()
139 write_reg(par, 0x0033, CURVE(0, 3) << 8 | CURVE(0, 2)); in set_gamma()
140 write_reg(par, 0x0034, CURVE(1, 5) << 8 | CURVE(1, 4)); in set_gamma()
141 write_reg(par, 0x0035, CURVE(1, 7) << 8 | CURVE(1, 6)); in set_gamma()
142 write_reg(par, 0x0036, CURVE(1, 9) << 8 | CURVE(1, 8)); in set_gamma()
143 write_reg(par, 0x0037, CURVE(1, 3) << 8 | CURVE(1, 2)); in set_gamma()
[all …]
H A Dfb_ili9320.c210 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] macro
222 CURVE(i, j) &= mask[i * par->gamma.num_values + j]; in set_gamma()
224 write_reg(par, 0x0030, CURVE(0, 5) << 8 | CURVE(0, 4)); in set_gamma()
225 write_reg(par, 0x0031, CURVE(0, 7) << 8 | CURVE(0, 6)); in set_gamma()
226 write_reg(par, 0x0032, CURVE(0, 9) << 8 | CURVE(0, 8)); in set_gamma()
227 write_reg(par, 0x0035, CURVE(0, 3) << 8 | CURVE(0, 2)); in set_gamma()
228 write_reg(par, 0x0036, CURVE(0, 1) << 8 | CURVE(0, 0)); in set_gamma()
230 write_reg(par, 0x0037, CURVE(1, 5) << 8 | CURVE(1, 4)); in set_gamma()
231 write_reg(par, 0x0038, CURVE(1, 7) << 8 | CURVE(1, 6)); in set_gamma()
232 write_reg(par, 0x0039, CURVE(1, 9) << 8 | CURVE(1, 8)); in set_gamma()
[all …]
H A Dfb_hx8347d.c117 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] macro
130 acc += CURVE(i, j); in set_gamma()
131 CURVE(i, j) &= mask[j]; in set_gamma()
138 write_reg(par, 0x40 + (i * 0x10), CURVE(i, 0)); in set_gamma()
139 write_reg(par, 0x41 + (i * 0x10), CURVE(i, 1)); in set_gamma()
140 write_reg(par, 0x42 + (i * 0x10), CURVE(i, 2)); in set_gamma()
141 write_reg(par, 0x43 + (i * 0x10), CURVE(i, 3)); in set_gamma()
142 write_reg(par, 0x44 + (i * 0x10), CURVE(i, 4)); in set_gamma()
143 write_reg(par, 0x45 + (i * 0x10), CURVE(i, 5)); in set_gamma()
144 write_reg(par, 0x46 + (i * 0x10), CURVE(i, 6)); in set_gamma()
[all …]
H A Dfb_ili9325.c204 #define CURVE(num, idx) curves[(num) * par->gamma.num_values + (idx)] macro
216 CURVE(i, j) &= mask[i * par->gamma.num_values + j]; in set_gamma()
218 write_reg(par, 0x0030, CURVE(0, 5) << 8 | CURVE(0, 4)); in set_gamma()
219 write_reg(par, 0x0031, CURVE(0, 7) << 8 | CURVE(0, 6)); in set_gamma()
220 write_reg(par, 0x0032, CURVE(0, 9) << 8 | CURVE(0, 8)); in set_gamma()
221 write_reg(par, 0x0035, CURVE(0, 3) << 8 | CURVE(0, 2)); in set_gamma()
222 write_reg(par, 0x0036, CURVE(0, 1) << 8 | CURVE(0, 0)); in set_gamma()
224 write_reg(par, 0x0037, CURVE(1, 5) << 8 | CURVE(1, 4)); in set_gamma()
225 write_reg(par, 0x0038, CURVE(1, 7) << 8 | CURVE(1, 6)); in set_gamma()
226 write_reg(par, 0x0039, CURVE(1, 9) << 8 | CURVE(1, 8)); in set_gamma()
[all …]
/linux/include/crypto/
H A Decc_curve.h10 * struct ecc_point - elliptic curve point in affine coordinates
23 * struct ecc_curve - definition of elliptic curve
25 * @name: Short name of the curve.
26 * @nbits: The number of bits of a curve.
27 * @g: Generator point of the curve.
28 * @p: Prime number, if Barrett's reduction is used for this curve
32 * @n: Order of the curve group.
33 * @a: Curve parameter a.
34 * @b: Curve parameter b.
47 * ecc_get_curve() - get elliptic curve;
[all …]
/linux/net/sched/
H A Dsch_hfsc.c42 * "A Hierarchical Fair Service Curve Algorithm for Link-Sharing,
48 * upperlimit service curve. the link-sharing scheduler does not schedule
72 * kernel internal service curve representation:
77 * The service curve parameters are converted to the internal
93 /* runtime service curve */
143 class's own upperlimit curve) */
154 struct internal_sc cl_rsc; /* internal real-time service curve */
155 struct internal_sc cl_fsc; /* internal fair service curve */
156 struct internal_sc cl_usc; /* internal upperlimit service curve */
157 struct runtime_sc cl_deadline; /* deadline curve */
[all …]
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst125 * enumerated curve
145 /* 1D enumerated curve */
147 … "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D e…
154 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D…
162 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 3D…
248 ├─ "TYPE" (immutable) = 1D enumerated curve
260 ├─ "TYPE" (immutable) = 1D enumerated curve
277 ├─ "TYPE" (immutable) = 1D enumerated curve
/linux/drivers/hwmon/
H A Dnzxt-kraken3.c32 enum pwm_enable { off, manual, curve } __packed; enumerator
353 /* Writes custom curve to device */
372 /* Copy curve to command */ in kraken3_write_curve()
389 * The devices can only control the duty through a curve. in kraken3_write_fixed_duty()
390 * Since we're setting a fixed duty here, fill the whole curve in kraken3_write_fixed_duty()
396 /* Fill the custom curve with the fixed value we're setting */ in kraken3_write_fixed_duty()
403 /* Write the fixed duty curve to the device */ in kraken3_write_fixed_duty()
459 /* Apply the curve and note as enabled */ in kraken3_write()
467 priv->channel_info[channel].mode = curve; in kraken3_write()
501 if (priv->channel_info[dev_attr->nr].mode == curve) { in kraken3_fan_curve_pwm_store()
[all …]
/linux/tools/perf/pmu-events/arch/s390/cf_z16/
H A Dcrypto6.json119 …"PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC…
126 …er of CPU cycles when the ECC coprocessor is busy performing the elliptic-curve cryptography (ECC)…
133 …"PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC…
140 …is counter counts the total number of CPU cycles blocked for the elliptic-curve cryptography (ECC)…
/linux/tools/perf/pmu-events/arch/s390/cf_z15/
H A Dcrypto6.json119 …"PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC…
126 …er of CPU cycles when the ECC coprocessor is busy performing the elliptic-curve cryptography (ECC)…
133 …"PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC…
140 …is counter counts the total number of CPU cycles blocked for the elliptic-curve cryptography (ECC)…
/linux/tools/perf/pmu-events/arch/s390/cf_z17/
H A Dcrypto6.json119 …"PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC…
126 …er of CPU cycles when the ECC coprocessor is busy performing the elliptic-curve cryptography (ECC)…
133 …"PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC…
140 …is counter counts the total number of CPU cycles blocked for the elliptic-curve cryptography (ECC)…
/linux/drivers/net/wireless/ath/ath5k/
H A Deeprom.c628 * For RF5111 we have an XPD -eXternal Power Detector- curve
629 * for each calibrated channel. Each curve has 0,5dB Power steps
631 * exponential function. To recreate the curve we read 11 points
639 * 10% of the pcdac curve -until the curve reaches its maximum-
642 * the pcdac steps based on eeprom version and curve min/max so that we
736 /* Only one curve for RF5111 in ath5k_eeprom_convert_pcal_info_5111()
757 /* Allocate pd points for this curve */ in ath5k_eeprom_convert_pcal_info_5111()
890 * use the higher (3) and the lower (0) curves. Each curve has 0.5dB
892 * linear function. To recreate the curve and pass the power values
931 /* Lowest gain curve (max power) */ in ath5k_eeprom_convert_pcal_info_5112()
[all …]
H A Dphy.c2441 * linear PCDAC curve
2447 * Since we have the top of the curve and we draw the line below
2450 * pcdac values when creating the curve, or fill the table with zeros.
2497 * ath5k_create_power_curve() - Create a Power to PDADC or PCDAC curve
2507 * Power to PCDAC curve.
2509 * Each curve has power on x axis (in 0.5dB units) and PCDAC/PDADC
2511 * PCDAC/PDADC step for each curve is 64 but we can write more than
2609 * range. Use the lowest power curve in ath5k_get_chan_pcal_surrounding_piers()
2617 * range. Use the highest power curve in ath5k_get_chan_pcal_surrounding_piers()
2838 * For RF5111 we have an XPD -eXternal Power Detector- curve
[all …]
/linux/Documentation/devicetree/bindings/crypto/
H A Dintel,keembay-ocs-ecc.yaml14 The Intel Keem Bay Offload and Crypto Subsystem (OCS) Elliptic Curve
15 Cryptography (ECC) device provides hardware acceleration for elliptic curve
/linux/Documentation/devicetree/bindings/media/
H A Dmediatek,mdp3-tcc.yaml7 title: MediaTek Media Data Path 3 Tone Curve Conversion
13 Tone Curve Conversion (TCC) is one of Media Profile Path 3 (MDP3) components.
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v11_0_pptable.h63 …FEATURE_GFXCLK_CURVE = 1 << SMU_11_0_ODCAP_GFXCLK_CURVE, //GFXCLK Curve feature
75 …_ODFEATURE_FAN_CURVE = 1 << SMU_11_0_ODCAP_FAN_CURVE, //Fan Curve feature
H A Dsmu_v13_0_pptable.h63 …FEATURE_GFXCLK_CURVE = 1 << SMU_13_0_ODCAP_GFXCLK_CURVE, //GFXCLK Curve feature
75 …_ODFEATURE_FAN_CURVE = 1 << SMU_13_0_ODCAP_FAN_CURVE, //Fan Curve feature
H A Dsmu_v11_0_7_pptable.h66 …TURE_GFXCLK_CURVE = 1 << SMU_11_0_7_ODCAP_GFXCLK_CURVE, //GFXCLK Curve feature
78 …FEATURE_FAN_CURVE = 1 << SMU_11_0_7_ODCAP_FAN_CURVE, //Fan Curve feature
/linux/crypto/
H A Decrdsa_params.asn12 curve OBJECT IDENTIFIER ({ ecrdsa_param_curve }),
/linux/Documentation/ABI/testing/
H A Dsysfs-class-backlight6 Description of the scale of the brightness curve.
12 backlights with a linear brightness curve.
17 The scale of the brightness curve is unknown.
/linux/Documentation/security/tpm/
H A Dtpm-security.rst89 elliptic curve key from the null seed using the standard storage seed
160 Curve version of the certificate exists at 01C00002, but will work
186 pair (assume elliptic curve in this case) and wraps the private key
/linux/drivers/iio/adc/
H A Dtwl6030-gpadc.c74 * @gain: slope coefficient for ideal curve
76 * @offset_error: offset of the real curve
567 * The goal is to find offset and gain of the real curve for each calibrated
587 /* k - real curve gain */ in twl6030_calibrate_channel()
590 /* b - offset of the real curve gain */ in twl6030_calibrate_channel()
632 * offsets for the given input from the output on ideal curve. in twl6030_calibration()
/linux/Documentation/devicetree/bindings/power/supply/
H A Drohm,bd99954.yaml29 # Curve (1) represents charging current.
30 # Curve (2) represents battery voltage.
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu13_driver_if_aldebaran.h267 …uint16_t SsFmin; // Fmin for SS curve. If SS curve is selected, will use V@SSFm…
269 QuadraticInt_t SsCurve; // Slow-slow curve (GHz->V)

1234