Home
last modified time | relevance | path

Searched refs:mean (Results 1 – 25 of 92) sorted by relevance

1234

/linux-3.4.99/drivers/rtc/
Drtc-88pm860x.c245 unsigned int sum, data, mean, vrtc_set; in calibrate_vrtc_work() local
255 mean = sum >> 4; in calibrate_vrtc_work()
257 dev_dbg(info->dev, "mean:%d, vrtc_set:%d\n", mean, vrtc_set); in calibrate_vrtc_work()
261 if ((mean + 200) < vrtc_set) { in calibrate_vrtc_work()
267 } else if ((mean - 200) > vrtc_set) { in calibrate_vrtc_work()
/linux-3.4.99/tools/perf/
Dbuiltin-stat.c205 double n, mean, M2; member
229 delta = val - stats->mean; in update_stats()
230 stats->mean += delta / stats->n; in update_stats()
231 stats->M2 += delta*(val - stats->mean); in update_stats()
236 return stats->mean; in avg_stats()
/linux-3.4.99/Documentation/arm/pxa/
Dmfp.txt42 mean it's dedicated for GPIO19, only as a hint that internally this pin
69 mean it is a GPIO signal, and by MFP<xxx> or pin xxx, we mean a physical
138 and on which edge(s). This, however, doesn't necessarily mean the
/linux-3.4.99/fs/squashfs/
DKconfig117 the filesystem. Increasing this amount may mean SquashFS
119 of extra system memory. Decreasing this amount will mean
/linux-3.4.99/Documentation/
Dbasic_profiling.txt41 a 0Hz CPU, APIC was not on. Be aware that idle=poll may mean a performance
/linux-3.4.99/Documentation/parisc/
Ddebugging24 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
/linux-3.4.99/fs/jffs2/
DKconfig110 compressors can mean you cannot read existing file systems,
111 and enabling experimental compressors can mean that you
/linux-3.4.99/Documentation/sound/alsa/soc/
Dpops_clicks.txt49 is heard when the gain increase or decrease changes the mean audio signal
/linux-3.4.99/Documentation/input/
Dcs461x.txt14 4-button joystick; I mean the jstest utility. Also I've tried to
/linux-3.4.99/Documentation/video4linux/
Dcafe_ccic43 assumed to actually mean much of anything.
DZoran151 When you speak about NTSC, you usually mean the standard: CCIR - M using
155 When you talk about PAL, you usually mean: CCIR - B/G using the PAL
158 When you talk about SECAM, you mean: CCIR - L using the SECAM Colorsystem
402 1024 bits per block. 100% in the new driver mean 1:2 compression; the maximum
/linux-3.4.99/Documentation/sysctl/
DREADME50 - knowledge of what all those values mean
/linux-3.4.99/Documentation/scheduler/
Dsched-arch.txt80 over the sleep mean only NMIs can wake it up, so can't fix easily
/linux-3.4.99/Documentation/filesystems/
Dxip.txt67 Putting the Linux kernel and/or its modules on a xip filesystem does not mean
Dsysv-fs.txt196 Notation: We often speak of a "block" but mean a zone (the allocation unit)
/linux-3.4.99/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt129 will mean that the CRC data block will take more memory, but will
/linux-3.4.99/Documentation/cpu-freq/
Dcpufreq-stats.txt55 will mean this CPU spent <time> usertime units of time at <frequency>. Output
/linux-3.4.99/Documentation/video4linux/bttv/
DREADME49 only bt878-based cards can have a subsystem ID (which does not mean
/linux-3.4.99/drivers/media/video/uvc/
Duvc_video.c604 u32 mean; in uvc_video_clock_update() local
660 mean = (x1 + x2) / 2; in uvc_video_clock_update()
661 if (mean - (1024 << 16) > sof) in uvc_video_clock_update()
663 else if (sof > mean + (1024 << 16)) in uvc_video_clock_update()
/linux-3.4.99/Documentation/networking/
Dtlan.txt48 debug messages, where x is a bit field where the bits mean
/linux-3.4.99/Documentation/x86/
Dpat.txt109 -- in the above table mean "Not suggested usage for the API". Some of the --'s
/linux-3.4.99/Documentation/hwmon/
Dsubmitting-patches52 * Running your patch or driver file(s) through checkpatch does not mean its
/linux-3.4.99/drivers/message/i2o/
DREADME.ioctl150 A return value of 0 does not mean that the value was actually
187 A return value of 0 does not mean that the value was actually
/linux-3.4.99/Documentation/i2o/
Dioctl150 A return value of 0 does not mean that the value was actually
187 A return value of 0 does not mean that the value was actually
/linux-3.4.99/Documentation/i2c/
Dfault-codes89 of a transfer didn't get an ACK. While it might just mean

1234