Home
last modified time | relevance | path

Searched refs:formula (Results 1 – 25 of 59) sorted by relevance

123

/linux/tools/perf/tests/shell/lib/
A Dperf_metric_validation.py206 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 Ddisplay-manager.rst115 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 Dskyworks,aat1290.yaml42 formula:: I = 1A * 162 kOhm / Rset.
46 Maximum flash timeout can be calculated using following formula::
A Dawinic,aw200xx.yaml65 following formula:
67 And the minimum output current formula:
A Drichtek,rt8515.yaml61 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 Dccs.rst73 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 Dcamera-sensor.rst60 The formula is bus independent and is applicable for raw timing parameters on
/linux/drivers/gpu/drm/radeon/
A Dradeon_atombios.c3563 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 Dstarfive,jh7110-pll.yaml14 The formula for calculating frequency is
/linux/Documentation/admin-guide/perf/
A Dhns3-pmu.rst56 After getting two values of event pair in userspace, the formula of
107 PF/VF, its conversion formula::
A Ddwc_pcie_pmu.rst80 The average RX/TX bandwidth can be calculated using the following formula:
/linux/Documentation/devicetree/bindings/power/supply/
A Dlltc,ltc294x.yaml13 are software compatible, uses a slightly different conversion formula
/linux/Documentation/devicetree/bindings/mtd/
A Dcadence-nand-controller.txt19 associated with data read capture. The example formula for SDR mode is
/linux/Documentation/scheduler/
A Dsched-capacity.rst174 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 Dvt1211.rst131 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 Dsysfs-kernel-mm-ksm60 general_profit: how effective is KSM. The formula for the
/linux/Documentation/devicetree/bindings/scsi/
A Dhisilicon-sas.txt61 The formula is "y = (x-10000)/10000". For example, 10478
/linux/arch/arm/mach-omap1/
A Dsleep.S191 @ according to this formula:
/linux/include/drm/
A Ddrm_edid.h137 } __packed formula; member
/linux/Documentation/devicetree/bindings/iio/dac/
A Dadi,ad3552r.yaml94 description: Gain offset used in the above formula
/linux/tools/perf/Documentation/
A Dperf-diff.txt108 --formula::
109 Show formula for given computation.
/linux/drivers/gpu/drm/
A Ddrm_edid.c3134 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 Drohm,bd71847-regulator.yaml125 # Here the buck output is sifted according to formula:
A Drohm,bd71837-regulator.yaml130 # Here the buck output is sifted according to formula:
/linux/drivers/s390/block/
A Ddasd_eckd.h289 __u8 formula; member

Completed in 55 milliseconds

123