| /linux/drivers/staging/fbtft/ |
| H A D | fb_s6d1121.c | 119 #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 D | fb_ssd1289.c | 122 #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 D | fb_ili9320.c | 210 #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 D | fb_hx8347d.c | 117 #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 D | fb_ili9325.c | 204 #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 D | ecc_curve.h | 10 * 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/Documentation/hwmon/ |
| H A D | nzxt-kraken3.rst | 25 control (either as a fixed value or through a temp-PWM curve). The Z-series and 30 for the manual control mode and 2 is for the liquid temp to PWM curve mode. 36 If in curve mode, setting point values should be done in moderation - the devices 39 in an another mode, and then apply them by switching to curve. 62 2 Curve control mode (applies the temp-PWM duty curve based on coolant temp) 73 pwm1_enable Pump duty control mode (0: disabled, 1: manual, 2: curve) 75 pwm2_enable Fan duty control mode (0: disabled, 1: manual, 2: curve)
|
| /linux/net/sched/ |
| H A D | sch_hfsc.c | 42 * "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 D | color_pipeline.rst | 125 * 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 D | nzxt-kraken3.c | 30 enum pwm_enable { off, manual, curve } __packed; enumerator 351 /* Writes custom curve to device */ 370 /* Copy curve to command */ in kraken3_write_curve() 387 * The devices can only control the duty through a curve. in kraken3_write_fixed_duty() 388 * Since we're setting a fixed duty here, fill the whole curve in kraken3_write_fixed_duty() 394 /* Fill the custom curve with the fixed value we're setting */ in kraken3_write_fixed_duty() 401 /* Write the fixed duty curve to the device */ in kraken3_write_fixed_duty() 457 /* Apply the curve and note as enabled */ in kraken3_write() 465 priv->channel_info[channel].mode = curve; in kraken3_write() 499 if (priv->channel_info[dev_attr->nr].mode == curve) { in kraken3_fan_curve_pwm_store() [all …]
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | eeprom.c | 628 * 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 D | phy.c | 2441 * 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/tools/perf/pmu-events/arch/s390/cf_z16/ |
| H A D | crypto6.json | 119 …"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 D | crypto6.json | 119 …"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 D | crypto6.json | 119 …"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/Documentation/devicetree/bindings/crypto/ |
| H A D | intel,keembay-ocs-ecc.yaml | 14 The Intel Keem Bay Offload and Crypto Subsystem (OCS) Elliptic Curve 15 Cryptography (ECC) device provides hardware acceleration for elliptic curve
|
| /linux/drivers/media/i2c/ |
| H A D | ov772x.c | 164 #define GAM1 0x7E /* Gamma Curve 1st segment input end point */ 165 #define GAM2 0x7F /* Gamma Curve 2nd segment input end point */ 166 #define GAM3 0x80 /* Gamma Curve 3rd segment input end point */ 167 #define GAM4 0x81 /* Gamma Curve 4th segment input end point */ 168 #define GAM5 0x82 /* Gamma Curve 5th segment input end point */ 169 #define GAM6 0x83 /* Gamma Curve 6th segment input end point */ 170 #define GAM7 0x84 /* Gamma Curve 7th segment input end point */ 171 #define GAM8 0x85 /* Gamma Curve 8th segment input end point */ 172 #define GAM9 0x86 /* Gamma Curve 9th segment input end point */ 173 #define GAM10 0x87 /* Gamma Curve 10th segment input end point */ [all …]
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | mediatek,mdp3-tcc.yaml | 7 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/display/amdgpu_dm/ |
| H A D | amdgpu_dm_color.c | 136 * 1. 1D curve colorop 139 * 4. 1D curve colorop 142 * 7. 1D curve colorop 151 * non-linear curve. They support sRGB, PQ, and BT.709/BT.2020 EOTFs or 239 * values. As some newer encodings don't use gamma curve, we make encoding and 596 * @has_rom: if ROM can be used for hardcoded curve 636 * @has_rom: if ROM can be used for hardcoded curve 694 * @has_rom: if ROM can be used for hardcoded curve 758 * degamma calculation from color module to calculate the curve in amdgpu_dm_set_atomic_regamma() 1075 * we don't have hardcoded curve support, or we use AMD color in amdgpu_dm_atomic_blend_lut() [all …]
|
| H A D | amdgpu_dm_colorop.c | 73 /* 1D curve - DEGAM TF */ in amdgpu_dm_initialize_default_pipeline() 124 /* 1D curve - SHAPER TF */ in amdgpu_dm_initialize_default_pipeline() 179 /* 1D curve - BLND TF */ in amdgpu_dm_initialize_default_pipeline()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | smu_v11_0_pptable.h | 63 …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 D | smu_v13_0_pptable.h | 63 …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 D | smu_v11_0_7_pptable.h | 66 …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/Documentation/ABI/testing/ |
| H A D | sysfs-class-backlight | 6 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/crypto/ |
| H A D | ecrdsa_params.asn1 | 2 curve OBJECT IDENTIFIER ({ ecrdsa_param_curve }),
|