| /linux/drivers/iio/adc/ |
| H A D | twl6030-gpadc.c | 75 * @gain: slope coefficient for ideal curve 91 * @code1: ideal code for the input at the beginning 92 * @code2: ideal code for at the end of the range 110 * @ideal: pointer to calibration parameters 119 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() [all …]
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_tcon_dclk.c | 80 u64 ideal = (u64)req->rate * i; in sun4i_dclk_round_rate() local 84 * ideal has overflowed the max value that can be stored in an in sun4i_dclk_round_rate() 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/sound/soc/fsl/ |
| H A D | fsl_asrc.c | 316 * fsl_asrc_set_ideal_ratio - Calculate and set the ratio for Ideal Ratio mode only 371 * The ideal ratio configuration can work with a flexible clock rate setting. 392 bool ideal, div_avail; in fsl_asrc_config_pair() local 436 ideal = config->inclk == INCLK_NONE; in fsl_asrc_config_pair() 468 /* We only have output clock for ideal ratio mode */ in fsl_asrc_config_pair() 469 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair() 476 * ideal ratio configuration, clock rate has to be strictly aligned in fsl_asrc_config_pair() 477 * with the sample rate. For ideal ratio configuration, clock rates 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() [all …]
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.h | 20 * assuming ideal conditions 27 * assuming ideal operating conditions
|
| /linux/Documentation/arch/x86/ |
| H A D | amd-hfi.rst | 102 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).
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla-hwnoise.rst | 80 The tool should report *0* hardware-related noise in the ideal situation. 84 the ideal situation in the same hardware::
|
| /linux/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/drivers/gpu/drm/omapdrm/ |
| H A D | TODO | 9 etc..), which isn't really ideal.
|
| /linux/tools/power/cpupower/ |
| H A D | TODO | 23 This would be ideal as it will not introduce noise in the
|
| /linux/arch/arm/mach-omap2/ |
| H A D | prminst44xx.h | 17 * In an ideal world, we would not export these low-level functions,
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | Kconfig | 18 It is highly configurable and is ideal for testing applications.
|
| /linux/drivers/ras/ |
| H A D | Kconfig | 29 so have ideal availability, but may be unreliable, with frequent
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | kinetic,ktd2692.yaml | 13 KTD2692 is the ideal power solution for high-power flash LEDs.
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | renesas,raa215300.yaml | 18 ideal for System-On-Module (SOM) applications. A spread spectrum feature
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | ti,hd3ss3220.yaml | 16 Dual Role Port (DRP) making it ideal for any application.
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega10_pptable.h | 247 USHORT usTargetTemperature; /* The default ideal temperature in Celcius. */ 249 …USHORT usTargetGfxClk; /* The ideal Fan Controller GFXCLK Frequency Acoustic Li…
|
| /linux/Documentation/sound/soc/ |
| H A D | overview.rst | 12 CPU. This is not ideal and leads to code duplication - for example,
|
| /linux/arch/mips/include/asm/ |
| H A D | unroll.h | 11 * functionality would be ideal but is only available from GCC 8 onwards. Using
|
| /linux/arch/riscv/kernel/ |
| H A D | mcount.S | 66 * On implementing the frame point test, the ideal way is to compare the
|
| /linux/drivers/net/slip/ |
| H A D | Kconfig | 66 RELCOM line fill and keepalive monitoring. Ideal on poor quality
|
| /linux/arch/mips/kernel/ |
| H A D | reset.c | 61 * Try the cpu_wait() callback. This isn't ideal since in machine_hang()
|
| /linux/arch/arc/include/asm/ |
| H A D | cache.h | 21 * Ideal for wiring memory mapped peripherals as we don't need to do
|
| /linux/Documentation/filesystems/ |
| H A D | inotify.rst | 83 anything, for that matter. The ideal solution, from all perspectives, is a
|