Home
last modified time | relevance | path

Searched full:ideal (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/drivers/iio/adc/
Dtwl6030-gpadc.c62 * @gain: slope coefficient for ideal curve
78 * @code1: ideal code for the input at the beginning
79 * @code2: ideal code for at the end of the range
97 * @ideal: pointer to calibration parameters
106 const struct twl6030_ideal_code *ideal; member
412 static int twl6030_gpadc_lookup(const struct twl6030_ideal_code *ideal, in twl6030_gpadc_lookup() argument
418 if (ideal[i].channel == channel) in twl6030_gpadc_lookup()
427 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local
430 i = twl6030_gpadc_lookup(ideal, channel, pdata->nchannels); in twl6030_channel_calibrated()
432 return pdata->ideal[i].code2; in twl6030_channel_calibrated()
[all …]
/kernel/linux/linux-4.19/drivers/iio/adc/
Dtwl6030-gpadc.c76 * @gain: slope coefficient for ideal curve
92 * @code1: ideal code for the input at the beginning
93 * @code2: ideal code for at the end of the range
120 const struct twl6030_ideal_code *ideal; member
426 static int twl6030_gpadc_lookup(const struct twl6030_ideal_code *ideal, in twl6030_gpadc_lookup() argument
432 if (ideal[i].channel == channel) in twl6030_gpadc_lookup()
441 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local
444 i = twl6030_gpadc_lookup(ideal, channel, pdata->nchannels); in twl6030_channel_calibrated()
446 return pdata->ideal[i].code2; in twl6030_channel_calibrated()
452 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_make_correction() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.c80 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()
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()
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()
/kernel/linux/linux-4.19/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.c84 u64 ideal = (u64)rate * i; in sun4i_dclk_round_rate() local
88 * ideal has overflowed the max value that can be stored in an in sun4i_dclk_round_rate()
94 if (ideal > ULONG_MAX) in sun4i_dclk_round_rate()
98 ideal); in sun4i_dclk_round_rate()
100 if (rounded == ideal) { in sun4i_dclk_round_rate()
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()
Dsun4i_hdmi_tmds_clk.c93 unsigned long ideal = rate * i * j; in sun4i_tmds_determine_rate() local
96 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate()
98 if (rounded == ideal) { in sun4i_tmds_determine_rate()
/kernel/linux/linux-4.19/Documentation/scheduler/
Dsched-design-CFS.txt14 an "ideal, precise multi-tasking CPU" on real hardware.
16 "Ideal multi-tasking CPU" is a (non-existent :-)) CPU that has 100% physical
23 specifies when its next timeslice would start execution on the ideal
35 [ small detail: on "ideal" hardware, at any time all tasks would have the same
37 would ever get "out of balance" from the "ideal" share of CPU time. ]
42 up CPU time between runnable tasks as close to "ideal multitasking hardware" as
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-design-CFS.rst15 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/sound/soc/fsl/
Dfsl_asrc.c262 * fsl_asrc_set_ideal_ratio - Calculate and set the ratio for Ideal Ratio mode only
317 * The ideal ratio configuration can work with a flexible clock rate setting.
338 bool ideal; in fsl_asrc_config_pair() local
382 ideal = config->inclk == INCLK_NONE; in fsl_asrc_config_pair()
414 /* We only have output clock for ideal ratio mode */ in fsl_asrc_config_pair()
415 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair()
423 * ideal ratio configuration, clock rate has to be strictly aligned in fsl_asrc_config_pair()
424 * with the sample rate. For ideal ratio configuration, clock rates in fsl_asrc_config_pair()
428 if (div[IN] == 0 || (!ideal && (div[IN] > 1024 || rem[IN] != 0))) { in fsl_asrc_config_pair()
430 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair()
[all …]
/kernel/linux/linux-4.19/arch/x86/kernel/
Djump_label.c77 * are converting the default nop to the ideal nop. in __jump_label_transform()
127 * inserted at compile time, is the ideal nop. If it is, then in arch_jump_label_transform_static()
129 * If it is not, then we need to update the nop to the ideal nop. in arch_jump_label_transform_static()
/kernel/linux/linux-4.19/sound/soc/fsl/
Dfsl_asrc.c185 * Calculate and set the ratio for Ideal Ratio mode only
243 bool ideal; in fsl_asrc_config_pair() local
264 ideal = config->inclk == INCLK_NONE; in fsl_asrc_config_pair()
296 /* We only have output clock for ideal ratio mode */ in fsl_asrc_config_pair()
297 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair()
302 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair()
308 /* Use fixed output rate for Ideal Ratio mode (INCLK_NONE) */ in fsl_asrc_config_pair()
309 if (ideal) in fsl_asrc_config_pair()
367 /* Configure the following only for Ideal Ratio mode */ in fsl_asrc_config_pair()
368 if (!ideal) in fsl_asrc_config_pair()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/
Djump_label.c142 * 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-4.19/Documentation/filesystems/nfs/
Dknfsd-stats.txt67 thus introducing a small delay in servicing NFS calls. The ideal
82 thing. The ideal rate of change for this counter will be close
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
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
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
DTODO9 etc..), which isn't really ideal.
/kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/
DTODO9 etc..), which isn't really ideal.
/kernel/linux/linux-5.10/tools/power/cpupower/
DToDo23 This would be ideal as it will not introduce noise in the
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
DKconfig22 It is highly configurable and is ideal for testing applications.
/kernel/linux/linux-4.19/drivers/media/platform/vivid/
DKconfig20 It is highly configurable and is ideal for testing applications.
/kernel/linux/linux-4.19/drivers/ras/
DKconfig28 so have ideal availability, but may be unreliable, with frequent
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dprminst44xx.h17 * In an ideal world, we would not export these low-level functions,
/kernel/linux/linux-5.10/drivers/ras/
DKconfig29 so have ideal availability, but may be unreliable, with frequent
/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Dprminst44xx.h20 * In an ideal world, we would not export these low-level functions,

12345678910>>...12