Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/iio/adc/
Dtwl6030-gpadc.c106 const struct twl6030_ideal_code *ideal; member
412 static int twl6030_gpadc_lookup(const struct twl6030_ideal_code *ideal, in twl6030_gpadc_lookup() argument
418 if (ideal[i].channel == channel) in twl6030_gpadc_lookup()
427 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local
430 i = twl6030_gpadc_lookup(ideal, channel, pdata->nchannels); in twl6030_channel_calibrated()
432 return pdata->ideal[i].code2; in twl6030_channel_calibrated()
438 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_make_correction() local
442 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); in twl6030_gpadc_make_correction()
478 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_get_processed() local
488 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); in twl6030_gpadc_get_processed()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.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()
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()
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()
/kernel/linux/linux-5.10/sound/soc/fsl/
Dfsl_asrc.c388 bool ideal, div_avail; in fsl_asrc_config_pair() local
432 ideal = config->inclk == INCLK_NONE; in fsl_asrc_config_pair()
465 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair()
477 if (div[IN] == 0 || (!ideal && !div_avail)) { in fsl_asrc_config_pair()
479 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair()
487 if (ideal && use_ideal_rate) in fsl_asrc_config_pair()
493 if (div[OUT] == 0 || (!ideal && !div_avail)) { in fsl_asrc_config_pair()
549 if (!ideal) in fsl_asrc_config_pair()
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-design-CFS.rst15 an "ideal, precise multi-tasking CPU" on real hardware.
24 specifies when its next timeslice would start execution on the ideal
37 [ small detail: on "ideal" hardware, at any time all tasks would have the same
39 would ever get "out of balance" from the "ideal" share of CPU time. ]
44 up CPU time between runnable tasks as close to "ideal multitasking hardware" as
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
DTODO9 etc..), which isn't really ideal.
/kernel/linux/linux-5.10/tools/power/cpupower/
DToDo23 This would be ideal as it will not introduce noise in the
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
DKconfig22 It is highly configurable and is ideal for testing applications.
/kernel/linux/linux-5.10/drivers/ras/
DKconfig29 so have ideal availability, but may be unreliable, with frequent
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-ktd2692.txt3 KTD2692 is the ideal power solution for high-power flash LEDs.
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
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
/kernel/linux/linux-5.10/Documentation/sound/soc/
Dcodec-to-codec.rst44 aforementioned case is the ideal case when codec to codec
Doverview.rst12 CPU. This is not ideal and leads to code duplication - for example,
/kernel/linux/linux-5.10/Documentation/core-api/
Dgfp_mask-from-fs-io.rst64 In the ideal world, upper layers should already mark dangerous contexts
Dpin_user_pages.rst160 avoid pinning entirely (this is ideal), as follows: register for mmu notifier
/kernel/linux/linux-5.10/Documentation/filesystems/
Dinotify.rst83 anything, for that matter. The ideal solution, from all perspectives, is a
/kernel/linux/linux-5.10/Documentation/locking/
Dfutex-requeue-pi.rst19 gets to run first in classic thundering-herd formation. An ideal
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/wan/
Dz8530book.rst43 gives better performance than pure PIO mode but is nowhere near as ideal
181 The ideal mode of operation is dual channel DMA mode. Here the kernel
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt183 mechanically mounted in an ideal way and we need no transformation):
/kernel/linux/linux-5.10/Documentation/x86/
Dkernel-stacks.rst148 marks than ideal.
/kernel/linux/linux-5.10/fs/
DKconfig.binfmt53 other. This makes this format ideal for use in environments where no
/kernel/linux/linux-5.10/Documentation/scsi/
DFlashPoint.rst156 test system provided an ideal environment for testing error recovery
/kernel/linux/linux-5.10/Documentation/timers/
Dtimekeeping.rst96 system, it is ideal (and customary) to have one such event driving timer per
/kernel/linux/linux-5.10/Documentation/driver-api/
Dioctl.rst94 desired, or passed to user space directly. This is still not ideal though,

12