| /linux/tools/perf/tests/shell/lib/ |
| A D | perf_metric_validation.py | 206 def evaluate_formula(self, formula: str, alias: dict, ridx: int = 0): 221 for i in range(len(formula)): 222 if i+1 == len(formula) or formula[i] in ('+', '-', '*', '/'): 223 s = alias[formula[b:i]] if i + \ 224 1 < len(formula) else alias[formula[b:]] 238 if i + 1 < len(formula): 239 sign = formula[i]
|
| /linux/Documentation/gpu/amdgpu/display/ |
| A D | display-manager.rst | 115 DRM has three blend mode to define the blend formula in the plane composition: 117 * **None**: Blend formula that ignores the pixel alpha. 119 * **Pre-multiplied**: Blend formula that assumes the pixel color values in a 122 * **Coverage**: Blend formula that assumes the pixel color values were not 150 blend formula, as follows:
|
| /linux/Documentation/devicetree/bindings/leds/ |
| A D | skyworks,aat1290.yaml | 42 formula:: I = 1A * 162 kOhm / Rset. 46 Maximum flash timeout can be calculated using following formula::
|
| A D | awinic,aw200xx.yaml | 65 following formula: 67 And the minimum output current formula:
|
| A D | richtek,rt8515.yaml | 61 according to the formula Imax = 5500 / RFS. The lowest 73 according to the formula Imax = 5500 / RTS. The lowest
|
| /linux/Documentation/userspace-api/media/drivers/ |
| A D | ccs.rst | 73 the following formula: 85 The analogue gain (``x`` in the formula) is controlled through 92 this case, the formula to calculate actual gain consists of linear and
|
| A D | camera-sensor.rst | 60 The formula is bus independent and is applicable for raw timing parameters on
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_atombios.c | 3563 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local 3565 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage() 3568 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage() 3582 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local 3584 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage() 3622 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_min_voltage() local 3633 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_min_voltage() local 3635 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_min_voltage() 3672 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_voltage_step() local 3674 if (formula->ucFlag & 1) in radeon_atom_get_voltage_step() [all …]
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | starfive,jh7110-pll.yaml | 14 The formula for calculating frequency is
|
| /linux/Documentation/admin-guide/perf/ |
| A D | hns3-pmu.rst | 56 After getting two values of event pair in userspace, the formula of 107 PF/VF, its conversion formula::
|
| A D | dwc_pcie_pmu.rst | 80 The average RX/TX bandwidth can be calculated using the following formula:
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| A D | lltc,ltc294x.yaml | 13 are software compatible, uses a slightly different conversion formula
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| A D | cadence-nand-controller.txt | 19 associated with data read capture. The example formula for SDR mode is
|
| /linux/Documentation/scheduler/ |
| A D | sched-capacity.rst | 174 formula:: 178 Applying this formula to the two examples above yields a frequency invariant 212 formula:: 217 system. Applying this formula to the above example above yields a CPU 224 order to obtain a truly invariant signal. The pseudo-formula for a task
|
| /linux/Documentation/hwmon/ |
| A D | vt1211.rst | 131 Temp1 is an Intel-type thermal diode which requires the following formula to 148 .. [3] This is the formula from the lm_sensors 2.10.0 sensors.conf file. I don't 166 following formula for sensors.conf::
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-kernel-mm-ksm | 60 general_profit: how effective is KSM. The formula for the
|
| /linux/Documentation/devicetree/bindings/scsi/ |
| A D | hisilicon-sas.txt | 61 The formula is "y = (x-10000)/10000". For example, 10478
|
| /linux/arch/arm/mach-omap1/ |
| A D | sleep.S | 191 @ according to this formula:
|
| /linux/include/drm/ |
| A D | drm_edid.h | 137 } __packed formula; member
|
| /linux/Documentation/devicetree/bindings/iio/dac/ |
| A D | adi,ad3552r.yaml | 94 description: Gain offset used in the above formula
|
| /linux/tools/perf/Documentation/ |
| A D | perf-diff.txt | 108 --formula:: 109 Show formula for given computation.
|
| /linux/drivers/gpu/drm/ |
| A D | drm_edid.c | 3134 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb() 3137 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb() 3179 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak() 3189 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c() 3191 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c() 3201 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m() 3203 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m() 3213 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k() 3215 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k() 3225 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.j) != 17); in drm_gtf2_2j() [all …]
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| A D | rohm,bd71847-regulator.yaml | 125 # Here the buck output is sifted according to formula:
|
| A D | rohm,bd71837-regulator.yaml | 130 # Here the buck output is sifted according to formula:
|
| /linux/drivers/s390/block/ |
| A D | dasd_eckd.h | 289 __u8 formula; member
|