Home
last modified time | relevance | path

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

12

/linux/drivers/iio/adc/
H A Dtwl6030-gpadc.c119 const struct twl6030_ideal_code *ideal; member
425 static int twl6030_gpadc_lookup(const struct twl6030_ideal_code *ideal, in twl6030_gpadc_lookup() argument
431 if (ideal[i].channel == channel) in twl6030_gpadc_lookup()
440 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local
443 i = twl6030_gpadc_lookup(ideal, channel, pdata->nchannels); in twl6030_channel_calibrated()
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
455 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); in twl6030_gpadc_make_correction()
491 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_get_processed() local
501 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); in twl6030_gpadc_get_processed()
[all …]
/linux/drivers/gpu/drm/sun4i/
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/sound/soc/fsl/
H A Dfsl_asrc.c377 * The ideal ratio configuration can work with a flexible clock rate setting. in fsl_asrc_config_pair()
398 bool ideal, div_avail; in fsl_asrc_config_pair()
442 ideal = config->inclk == INCLK_NONE; in fsl_asrc_config_pair()
474 /* We only have output clock for ideal ratio mode */ in fsl_asrc_config_pair()
475 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair()
482 * ideal ratio configuration, clock rate has to be strictly aligned in fsl_asrc_config_pair()
483 * with the sample rate. For ideal ratio configuration, clock rates in fsl_asrc_config_pair()
487 if (div[IN] == 0 || (!ideal && !div_avail)) { in fsl_asrc_config_pair()
489 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair()
497 if (ideal in fsl_asrc_config_pair()
392 bool ideal, div_avail; fsl_asrc_config_pair() local
[all...]
/linux/Documentation/tools/rtla/
H A Drtla-hwnoise.rst80 The tool should report *0* hardware-related noise in the ideal situation.
84 the ideal situation in the same hardware::
/linux/Documentation/arch/x86/
H A Damd-hfi.rst102 1. A thread is spawned and scheduled to the ideal core using the default
113 the thread is not on its ideal processor, the OS will then consider
114 scheduling the thread on its ideal processor (if available).
H A Dkernel-stacks.rst148 marks than ideal.
/linux/drivers/gpu/drm/omapdrm/
H A DTODO9 etc..), which isn't really ideal.
/linux/tools/power/cpupower/
H A DTODO23 This would be ideal as it will not introduce noise in the
/linux/drivers/media/test-drivers/vivid/
H A DKconfig18 It is highly configurable and is ideal for testing applications.
/linux/drivers/ras/
H A DKconfig29 so have ideal availability, but may be unreliable, with frequent
/linux/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/Documentation/sound/soc/
H A Doverview.rst12 CPU. This is not ideal and leads to code duplication - for example,
/linux/Documentation/filesystems/
H A Dinotify.rst83 anything, for that matter. The ideal solution, from all perspectives, is a
H A Dorangefs.rst7 OrangeFS is an LGPL userspace scale-out parallel storage system. It is ideal
/linux/Documentation/locking/
H A Dfutex-requeue-pi.rst19 gets to run first in classic thundering-herd formation. An ideal
/linux/fs/
H A DKconfig.binfmt66 other. This makes this format ideal for use in environments where no
/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt183 mechanically mounted in an ideal way and we need no transformation):
/linux/LICENSES/deprecated/
H A DCC0-1.035 These owners may contribute to the Commons to promote the ideal of a free
/linux/Documentation/scsi/
H A DFlashPoint.rst156 test system provided an ideal environment for testing error recovery
/linux/Documentation/timers/
H A Dtimekeeping.rst96 system, it is ideal (and customary) to have one such event driving timer per
/linux/Documentation/driver-api/
H A Dioctl.rst94 desired, or passed to user space directly. This is still not ideal though,
/linux/Documentation/block/
H A Dbfq-iosched.rst243 - B-WF2Q+ guarantees a tight deviation with respect to an ideal,
255 deviation with respect to an ideal service is proportional to
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst95 assuming ideal conditions. This performance level may not be sustainable
105 ideal operating conditions. In the absence of an external constraint (power,
/linux/Documentation/core-api/
H A Dpin_user_pages.rst167 avoid pinning entirely (this is ideal), as follows: register for mmu notifier

12