/Linux-v6.1/Documentation/gpu/amdgpu/display/ |
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 153 blend formula, as follows:
|
/Linux-v6.1/Documentation/userspace-api/media/drivers/ |
D | ccs.rst | 69 the following formula: 81 The analogue gain (``x`` in the formula) is controlled through 88 this case, the formula to calculate actual gain consists of linear and
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 455 #define CVT_M 600 /* blanking formula gradient */ 456 #define CVT_C 40 /* blanking formula offset */ 457 #define CVT_K 128 /* blanking formula scaling factor */ 458 #define CVT_J 20 /* blanking formula scaling factor */ 664 * Based on Generalized Timing Formula Standard 675 #define GTF_D_M 600 /* blanking formula gradient */ 676 #define GTF_D_C 40 /* blanking formula offset */ 677 #define GTF_D_K 128 /* blanking formula scaling factor */ 678 #define GTF_D_J 20 /* blanking formula scaling factor */ 683 #define GTF_S_M 3600 /* blanking formula gradient */ [all …]
|
/Linux-v6.1/drivers/power/supply/ |
D | rx51_battery.c | 39 * This conversion formula was extracted from maemo program bsi-read 57 * Formula is based on experimental data, RX-51 CAL data, maemo program bme 58 * and formula from da9052 driver with values R = 100, B = 3380, I = 0.00671 130 * This conversion formula was extracted from maemo program bsi-read
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
D | skyworks,aat1290.yaml | 42 formula:: I = 1A * 162 kOhm / Rset. 46 Maximum flash timeout can be calculated using following formula::
|
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-v6.1/Documentation/fb/ |
D | intel810.rst | 31 Formula, or a framebuffer specific database to set the video mode 34 vertical refresh rates if the VESA Generalized Timing Formula is 246 or as a module. Choose "use VESA Generalized Timing Formula" if 252 'use VESA Generalized Timing Formula' to 'y'.
|
/Linux-v6.1/drivers/mfd/ |
D | atmel-smc.c | 107 * The formula described in atmel datasheets (section "HSMC Timings in atmel_smc_cs_conf_set_timing() 146 * The formula described in atmel datasheets (section "SMC Setup in atmel_smc_cs_conf_set_setup() 185 * The formula described in atmel datasheets (section "SMC Pulse in atmel_smc_cs_conf_set_pulse() 223 * The formula described in atmel datasheets (section "SMC Cycle in atmel_smc_cs_conf_set_cycle()
|
/Linux-v6.1/drivers/clk/sunxi-ng/ |
D | ccu_phase.c | 96 * formula to get the outphasing in degrees is deg = in ccu_phase_set_phase() 99 * If we simplify this formula, we can see that the in ccu_phase_set_phase()
|
D | ccu_nk.h | 18 * Clocks based on the formula parent * N * K
|
D | ccu_nkmp.h | 18 * Clocks based on the formula parent * N * K >> P / M
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_blend.c | 151 * Blend formula that ignores the pixel alpha:: 157 * Blend formula that assumes the pixel color values 165 * Blend formula that assumes the pixel color values have not 558 * Blend formula that ignores the pixel alpha. 561 * Blend formula that assumes the pixel color values have been already 565 * Blend formula that assumes the pixel color values have not been
|
/Linux-v6.1/Documentation/scheduler/ |
D | sched-capacity.rst | 173 formula:: 177 Applying this formula to the two examples above yields a frequency invariant 211 formula:: 216 system. Applying this formula to the above example above yields a CPU 223 order to obtain a truly invariant signal. The pseudo-formula for a task
|
/Linux-v6.1/security/selinux/ss/ |
D | hashtab.c | 20 * justify switching to a different (less intuitive) formula. It could be that 21 * a different formula is actually more optimal, but any future changes here
|
/Linux-v6.1/Documentation/admin-guide/perf/ |
D | hns3-pmu.rst | 56 After getting two values of event pair in usersapce, the formula of 107 PF/VF, its conversion formula::
|
/Linux-v6.1/arch/arm/mach-omap2/ |
D | omap_twl.c | 73 * There is no specific formula for voltage to vsel in twl6030_vsel_to_uv() 107 * There is no specific formula for voltage to vsel in twl6030_uv_to_vsel()
|
/Linux-v6.1/drivers/thermal/ |
D | rcar_gen3_thermal.c | 114 * coded values from driver. The formula to calculate a and b are taken from 117 * Examining the linear formula and the formula used to calculate constants a 139 /* TODO: Find documentation and document constant calculation formula */ in rcar_gen3_thermal_calc_coefs()
|
D | rzg2l_thermal.c | 97 * Calculate actual sensor value by applying curvature correction formula in rzg2l_thermal_get_temp() 105 * The temperature Tj is calculated by the formula in rzg2l_thermal_get_temp()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_static_linked1.c | 17 /* but different formula */ in subprog()
|
D | test_static_linked2.c | 17 /* but different formula */ in subprog()
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon_atombios.c | 3557 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local 3559 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage() 3561 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage() 3562 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage() 3563 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage() 3566 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage() 3567 (formula->ucNumOfVoltageEntries - 1) * in radeon_atom_get_max_voltage() 3568 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage() 3576 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local 3578 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage() [all …]
|
/Linux-v6.1/Documentation/hwmon/ |
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-v6.1/arch/riscv/include/asm/ |
D | kasan.h | 19 * address by the following formula:
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | kasan.h | 27 * address by the following formula:
|
/Linux-v6.1/drivers/hwmon/ |
D | hih6130.c | 55 * Formula T = ( ticks / ( 2^14 - 2 ) ) * 165 -40 in hih6130_temp_ticks_to_millicelsius() 70 * Formula RH = ( ticks / ( 2^14 -2 ) ) * 100 in hih6130_rh_ticks_to_per_cent_mille()
|