| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | twl6030-gpadc.c | 62 * @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 …]
|
| H A D | ab8500-gpadc.c | 750 * Ideal output ADC codes corresponding to injected input voltages in ab8500_gpadc_read_calibration_data() 753 * vmain_high: Vin = 19500mV / ADC ideal code = 997 in ab8500_gpadc_read_calibration_data() 754 * vmain_low: Vin = 315mV / ADC ideal code = 16 in ab8500_gpadc_read_calibration_data() 755 * btemp_high: Vin = 1300mV / ADC ideal code = 985 in ab8500_gpadc_read_calibration_data() 756 * btemp_low: Vin = 21mV / ADC ideal code = 16 in ab8500_gpadc_read_calibration_data() 757 * vbat_high: Vin = 4700mV / ADC ideal code = 982 in ab8500_gpadc_read_calibration_data() 758 * vbat_low: Vin = 2380mV / ADC ideal code = 33 in ab8500_gpadc_read_calibration_data()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A 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()
|
| 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()
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A 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
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | deemph.plt | 50 # First define the ideal filter: 69 # Ideal transfer function 73 # to approximate the ideal curve: 105 # plot real, best, ideal, level with halved attenuation,
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/ |
| H A D | update_renderables.hpp | 28 // for (all in the set of ideal tiles of the source) { in updateRenderables() 54 // The tile isn't loaded yet, but retain it anyway because it's an ideal tile. in updateRenderables() 85 // We couldn't find child tiles that entirely cover the ideal tile. in updateRenderables()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | tile.hpp | 107 // ideal tiles in order to allow symbols to fade out 111 // Set whenever this tile is used as an ideal tile 113 // Set when the tile is removed from the ideal render set but may still be held for fading
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86gtf.c | 288 /* 18. Find the ideal blanking duty cycle from the blanking duty cycle in xf86GTFMode() 291 * [IDEAL DUTY CYCLE] = [C'] - ([M']*[H PERIOD]/1000) in xf86GTFMode() 300 * [IDEAL DUTY CYCLE] / in xf86GTFMode() 301 * (100-[IDEAL DUTY CYCLE]) / in xf86GTFMode()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 487 /* 18. Find the ideal blanking duty cycle from the blanking duty cycle in vert_refresh() 490 * [IDEAL DUTY CYCLE] = [C'] - ([M']*[H PERIOD]/1000) in vert_refresh() 495 print_value(18, "[IDEAL DUTY CYCLE]", ideal_duty_cycle); in vert_refresh() 501 * [IDEAL DUTY CYCLE] / in vert_refresh() 502 * (100-[IDEAL DUTY CYCLE]) / in vert_refresh()
|
| /OK3568_Linux_fs/buildroot/package/gloox/ |
| H A D | Config.in | 10 that make it ideal for writing any kind of Jabber/XMPP client
|
| /OK3568_Linux_fs/buildroot/package/libucl/ |
| H A D | Config.in | 13 ideal parser with high performance.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession.d/ |
| H A D | 13xdgbasedirs.sh | 7 # In the ideal case where SystemD is booting and userspace is initiated by a
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_pyramid.cpp | 129 // kinds of tiles we need: the ideal tiles determined by the tile cover. They may not yet be in in update() 150 // Tiles are created at the ideal tile zoom or at lower zoom levels. Child in update() 258 // This enables us to reuse the tiles at more ideal locations and prevent flickering. in handleWrapJump()
|
| /OK3568_Linux_fs/buildroot/package/libmad/ |
| H A D | Config.in | 5 performed with fixed-point integer arithmetic, making it ideal
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | TODO | 9 etc..), which isn't really ideal.
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/ |
| H A D | ToDo | 23 This would be ideal as it will not introduce noise in the
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | Kconfig | 22 It is highly configurable and is ideal for testing applications.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | prminst44xx.h | 17 * In an ideal world, we would not export these low-level functions,
|
| /OK3568_Linux_fs/kernel/drivers/ras/ |
| H A D | Kconfig | 29 so have ideal availability, but may be unreliable, with frequent
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-tornado_6.1.bb | 3 …network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \
|