/Linux-v6.6/drivers/iio/adc/ |
D | twl6030-gpadc.c | 118 const struct twl6030_ideal_code *ideal; member 424 static int twl6030_gpadc_lookup(const struct twl6030_ideal_code *ideal, in twl6030_gpadc_lookup() argument 430 if (ideal[i].channel == channel) in twl6030_gpadc_lookup() 439 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local 442 i = twl6030_gpadc_lookup(ideal, channel, pdata->nchannels); in twl6030_channel_calibrated() 444 return pdata->ideal[i].code2; in twl6030_channel_calibrated() 450 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_make_correction() local 454 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); in twl6030_gpadc_make_correction() 490 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_get_processed() local 500 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); in twl6030_gpadc_get_processed() [all …]
|
/Linux-v6.6/drivers/gpu/drm/sun4i/ |
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()
|
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()
|
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-v6.6/sound/soc/fsl/ |
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-v6.6/Documentation/scheduler/ |
D | sched-design-CFS.rst | 15 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
|
/Linux-v6.6/Documentation/tools/rtla/ |
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-v6.6/drivers/gpu/drm/omapdrm/ |
D | TODO | 9 etc..), which isn't really ideal.
|
/Linux-v6.6/tools/power/cpupower/ |
D | TODO | 23 This would be ideal as it will not introduce noise in the
|
/Linux-v6.6/drivers/media/test-drivers/vivid/ |
D | Kconfig | 20 It is highly configurable and is ideal for testing applications.
|
/Linux-v6.6/drivers/ras/ |
D | Kconfig | 29 so have ideal availability, but may be unreliable, with frequent
|
/Linux-v6.6/Documentation/filesystems/nfs/ |
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-v6.6/Documentation/sound/soc/ |
D | codec-to-codec.rst | 44 aforementioned case is the ideal case when codec to codec
|
D | overview.rst | 12 CPU. This is not ideal and leads to code duplication - for example,
|
/Linux-v6.6/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 64 In the ideal world, upper layers should already mark dangerous contexts
|
D | pin_user_pages.rst | 165 avoid pinning entirely (this is ideal), as follows: register for mmu notifier
|
/Linux-v6.6/Documentation/filesystems/ |
D | inotify.rst | 83 anything, for that matter. The ideal solution, from all perspectives, is a
|
/Linux-v6.6/Documentation/locking/ |
D | futex-requeue-pi.rst | 19 gets to run first in classic thundering-herd formation. An ideal
|
/Linux-v6.6/fs/ |
D | Kconfig.binfmt | 66 other. This makes this format ideal for use in environments where no
|
/Linux-v6.6/Documentation/devicetree/bindings/iio/ |
D | mount-matrix.txt | 183 mechanically mounted in an ideal way and we need no transformation):
|
/Linux-v6.6/Documentation/arch/x86/ |
D | kernel-stacks.rst | 148 marks than ideal.
|
/Linux-v6.6/Documentation/scsi/ |
D | FlashPoint.rst | 156 test system provided an ideal environment for testing error recovery
|
/Linux-v6.6/Documentation/timers/ |
D | timekeeping.rst | 96 system, it is ideal (and customary) to have one such event driving timer per
|
/Linux-v6.6/Documentation/driver-api/ |
D | ioctl.rst | 94 desired, or passed to user space directly. This is still not ideal though,
|
/Linux-v6.6/Documentation/admin-guide/pm/ |
D | amd-pstate.rst | 95 assuming ideal conditions. This performance level may not be sustainable 105 ideal operating conditions. In the absence of an external constraint (power,
|