Home
last modified time | relevance | path

Searched refs:ideal (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.15/drivers/iio/adc/
H A Dtwl6030-gpadc.c440 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local
445 return pdata->ideal[i].code2; in twl6030_channel_calibrated()
451 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_make_correction() local
491 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_get_processed() local
577 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_calibrate_channel() local
582 gain = ((ideal[i].volt2 - ideal[i].volt1) * 1000) / in twl6030_calibrate_channel()
583 (ideal[i].code2 - ideal[i].code1); in twl6030_calibrate_channel()
585 x1 = ideal[i].code1; in twl6030_calibrate_channel()
586 x2 = ideal[i].code2; in twl6030_calibrate_channel()
850 .ideal = twl6030_ideal,
[all …]
/linux-6.15/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon_dclk.c80 u64 ideal = (u64)rate * i; in sun4i_dclk_round_rate() local
90 if (ideal > ULONG_MAX) in sun4i_dclk_round_rate()
94 ideal); in sun4i_dclk_round_rate()
96 if (rounded == ideal) { in sun4i_dclk_round_rate()
H A Dsun8i_hdmi_phy_clk.c36 unsigned long ideal = rate * i; in sun8i_phy_clk_determine_rate() local
39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate()
41 if (rounded == ideal) { in sun8i_phy_clk_determine_rate()
H A Dsun4i_hdmi_tmds_clk.c90 unsigned long ideal = rate * i * j; in sun4i_tmds_determine_rate() local
93 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate()
95 if (rounded == ideal) { in sun4i_tmds_determine_rate()
/linux-6.15/sound/soc/fsl/
H A Dfsl_asrc.c392 bool ideal, div_avail; in fsl_asrc_config_pair() local
436 ideal = config->inclk == INCLK_NONE; in fsl_asrc_config_pair()
469 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair()
481 if (div[IN] == 0 || (!ideal && !div_avail)) { in fsl_asrc_config_pair()
483 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair()
491 if (ideal && use_ideal_rate) in fsl_asrc_config_pair()
497 if (div[OUT] == 0 || (!ideal && !div_avail)) { in fsl_asrc_config_pair()
553 if (!ideal) in fsl_asrc_config_pair()
/linux-6.15/Documentation/tools/rtla/
H A Drtla-hwnoise.rst78 The tool should report *0* hardware-related noise in the ideal situation.
82 the ideal situation in the same hardware::
/linux-6.15/Documentation/scheduler/
H A Dsched-design-CFS.rst19 an "ideal, precise multi-tasking CPU" on real hardware.
28 specifies when its next timeslice would start execution on the ideal
41 Small detail: on "ideal" hardware, at any time all tasks would have the same
43 would ever get "out of balance" from the "ideal" share of CPU time.
48 up CPU time between runnable tasks as close to "ideal multitasking hardware" as
/linux-6.15/Documentation/translations/sp_SP/scheduler/
H A Dsched-design-CFS.rst23 básicamente modela una "CPU ideal, precisa y multi-tarea" sobre hardware
26 "una CPU multitarea ideal" es una CPU (inexistente :-)) que tiene un 100%
35 de ejecución podría empezar en la CPU ideal multi-tarea descrita anteriormente.
49 Un pequeño detalle: en hardware "ideal", en cualquier momento todas las
52 "balance" de la partición "ideal" del tiempo compartido de la CPU.
58 en ejecución tan próximo a la "ejecución multitarea ideal del hardware" como
/linux-6.15/drivers/gpu/drm/omapdrm/
H A DTODO9 etc..), which isn't really ideal.
/linux-6.15/tools/power/cpupower/
H A DTODO23 This would be ideal as it will not introduce noise in the
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dti,hd3ss3220.yaml16 Dual Role Port (DRP) making it ideal for any application.
/linux-6.15/drivers/media/test-drivers/vivid/
H A DKconfig18 It is highly configurable and is ideal for testing applications.
/linux-6.15/Documentation/devicetree/bindings/leds/
H A Dkinetic,ktd2692.yaml13 KTD2692 is the ideal power solution for high-power flash LEDs.
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Drenesas,raa215300.yaml18 ideal for System-On-Module (SOM) applications. A spread spectrum feature
/linux-6.15/drivers/ras/
H A DKconfig29 so have ideal availability, but may be unreliable, with frequent
/linux-6.15/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst69 thus introducing a small delay in servicing NFS calls. The ideal
84 thing. The ideal rate of change for this counter will be close
/linux-6.15/Documentation/devicetree/bindings/gpu/
H A Darm,mali-utgard.yaml71 # Not ideal as any order and combination are allowed
/linux-6.15/Documentation/sound/soc/
H A Dcodec-to-codec.rst44 aforementioned case is the ideal case when codec to codec
H A Doverview.rst12 CPU. This is not ideal and leads to code duplication - for example,
/linux-6.15/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst66 In the ideal world, upper layers should already mark dangerous contexts
/linux-6.15/Documentation/filesystems/
H A Dinotify.rst83 anything, for that matter. The ideal solution, from all perspectives, is a
/linux-6.15/Documentation/locking/
H A Dfutex-requeue-pi.rst19 gets to run first in classic thundering-herd formation. An ideal
/linux-6.15/fs/
H A DKconfig.binfmt66 other. This makes this format ideal for use in environments where no
/linux-6.15/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt183 mechanically mounted in an ideal way and we need no transformation):
/linux-6.15/Documentation/arch/x86/
H A Dkernel-stacks.rst148 marks than ideal.

123