Home
last modified time | relevance | path

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

12

/linux/drivers/iio/adc/
H A Dtwl6030-gpadc.c118 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/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.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()
554 if (!ideal) in fsl_asrc_config_pair()
/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/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 Derofs.rst28 can suffer from extra inconsistency issues -- making it ideal for security
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/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/core-api/
H A Dpin_user_pages.rst167 avoid pinning entirely (this is ideal), as follows: register for mmu notifier
/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/hid/
H A Dhid-bpf.rst368 one byte in the report is less than ideal.
/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst368 3 requires non-trivial HW changes and is not ideal from the HW point of

12