| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | twl6030-gpadc.c | 74 * @gain: slope coefficient for ideal curve 90 * @code1: ideal code for the input at the beginning 91 * @code2: ideal code for at the end of the range 109 * @ideal: pointer to calibration parameters 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() [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | twl6030-gpadc.c | 74 * @gain: slope coefficient for ideal curve 90 * @code1: ideal code for the input at the beginning 91 * @code2: ideal code for at the end of the range 109 * @ideal: pointer to calibration parameters 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() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
| D | sun4i_tcon_dclk.c | 80 u64 ideal = (u64)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()
|
| 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()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
| D | sun4i_dotclock.c | 80 u64 ideal = (u64)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()
|
| 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()
|
| /kernel/linux/linux-6.6/Documentation/scheduler/ |
| D | sched-design-CFS.rst | 15 an "ideal, precise multi-tasking CPU" on real hardware. 17 "Ideal multi-tasking CPU" is a (non-existent :-)) CPU that has 100% physical 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/Documentation/scheduler/ |
| D | sched-design-CFS.rst | 15 an "ideal, precise multi-tasking CPU" on real hardware. 17 "Ideal multi-tasking CPU" is a (non-existent :-)) CPU that has 100% physical 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-6.6/sound/soc/fsl/ |
| 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 …]
|
| /kernel/linux/linux-5.10/sound/soc/fsl/ |
| D | fsl_asrc.c | 312 * fsl_asrc_set_ideal_ratio - Calculate and set the ratio for Ideal Ratio mode only 367 * The ideal ratio configuration can work with a flexible clock rate setting. 388 bool ideal, div_avail; in fsl_asrc_config_pair() local 432 ideal = config->inclk == INCLK_NONE; in fsl_asrc_config_pair() 464 /* We only have output clock for ideal ratio mode */ in fsl_asrc_config_pair() 465 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair() 472 * ideal ratio configuration, clock rate has to be strictly aligned in fsl_asrc_config_pair() 473 * with the sample rate. For ideal ratio configuration, clock rates 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() [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | amd-pstate.h | 41 * assuming ideal conditions 43 * assuming ideal operating conditions
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | jump_label.c | 142 * inserted at compile time, is the ideal nop. If it is, then in arch_jump_label_transform_static() 144 * If it is not, then we need to update the nop to the ideal nop. in arch_jump_label_transform_static()
|
| /kernel/linux/linux-6.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::
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
| D | TODO | 9 etc..), which isn't really ideal.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
| D | TODO | 9 etc..), which isn't really ideal.
|
| /kernel/linux/linux-5.10/tools/power/cpupower/ |
| D | ToDo | 23 This would be ideal as it will not introduce noise in the
|
| /kernel/linux/linux-6.6/tools/power/cpupower/ |
| D | TODO | 23 This would be ideal as it will not introduce noise in the
|
| /kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
| D | Kconfig | 20 It is highly configurable and is ideal for testing applications.
|
| /kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
| D | Kconfig | 22 It is highly configurable and is ideal for testing applications.
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | prminst44xx.h | 17 * In an ideal world, we would not export these low-level functions,
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| D | prminst44xx.h | 17 * In an ideal world, we would not export these low-level functions,
|