| /linux-6.15/drivers/iio/adc/ |
| H A D | twl6030-gpadc.c | 440 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 D | sun4i_tcon_dclk.c | 80 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 D | sun8i_hdmi_phy_clk.c | 36 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 D | sun4i_hdmi_tmds_clk.c | 90 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 D | fsl_asrc.c | 392 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 D | rtla-hwnoise.rst | 78 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 D | sched-design-CFS.rst | 19 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 D | sched-design-CFS.rst | 23 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 D | TODO | 9 etc..), which isn't really ideal.
|
| /linux-6.15/tools/power/cpupower/ |
| H A D | TODO | 23 This would be ideal as it will not introduce noise in the
|
| /linux-6.15/Documentation/devicetree/bindings/usb/ |
| H A D | ti,hd3ss3220.yaml | 16 Dual Role Port (DRP) making it ideal for any application.
|
| /linux-6.15/drivers/media/test-drivers/vivid/ |
| H A D | Kconfig | 18 It is highly configurable and is ideal for testing applications.
|
| /linux-6.15/Documentation/devicetree/bindings/leds/ |
| H A D | kinetic,ktd2692.yaml | 13 KTD2692 is the ideal power solution for high-power flash LEDs.
|
| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | renesas,raa215300.yaml | 18 ideal for System-On-Module (SOM) applications. A spread spectrum feature
|
| /linux-6.15/drivers/ras/ |
| H A D | Kconfig | 29 so have ideal availability, but may be unreliable, with frequent
|
| /linux-6.15/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 69 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 D | arm,mali-utgard.yaml | 71 # Not ideal as any order and combination are allowed
|
| /linux-6.15/Documentation/sound/soc/ |
| H A D | codec-to-codec.rst | 44 aforementioned case is the ideal case when codec to codec
|
| H A D | overview.rst | 12 CPU. This is not ideal and leads to code duplication - for example,
|
| /linux-6.15/Documentation/core-api/ |
| H A D | gfp_mask-from-fs-io.rst | 66 In the ideal world, upper layers should already mark dangerous contexts
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | inotify.rst | 83 anything, for that matter. The ideal solution, from all perspectives, is a
|
| /linux-6.15/Documentation/locking/ |
| H A D | futex-requeue-pi.rst | 19 gets to run first in classic thundering-herd formation. An ideal
|
| /linux-6.15/fs/ |
| H A D | Kconfig.binfmt | 66 other. This makes this format ideal for use in environments where no
|
| /linux-6.15/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 183 mechanically mounted in an ideal way and we need no transformation):
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | kernel-stacks.rst | 148 marks than ideal.
|