/linux-2.6.39/drivers/net/wireless/b43/ |
D | phy_common.c | 390 unsigned int average; in b43_phy_shm_tssi_read() local 416 average = (a + b + c + d + 2) / 4; in b43_phy_shm_tssi_read() 421 average = (average >= 13) ? (average - 13) : 0; in b43_phy_shm_tssi_read() 424 return average; in b43_phy_shm_tssi_read()
|
D | main.c | 1275 s32 average; in handle_irq_noise() local 1311 average = 0; in handle_irq_noise() 1314 average += dev->noisecalc.samples[i][j]; in handle_irq_noise() 1316 average /= (8 * 4); in handle_irq_noise() 1317 average *= 125; in handle_irq_noise() 1318 average += 64; in handle_irq_noise() 1319 average /= 128; in handle_irq_noise() 1323 average += 2; in handle_irq_noise() 1325 average -= 25; in handle_irq_noise() 1327 average -= 72; in handle_irq_noise() [all …]
|
/linux-2.6.39/Documentation/hwmon/ |
D | acpi_power_meter | 18 features--a power meter that returns average power use over a configurable 38 average power consumption exceeds the cap, an ACPI event will be broadcast on
|
D | ibmaem | 27 last BMC reset, and a power sensor that returns average power use over a
|
/linux-2.6.39/arch/sh/drivers/ |
D | Kconfig | 11 a hyperbolic function of the 5-minute load average.
|
/linux-2.6.39/include/linux/i2c/ |
D | twl4030-madc.h | 134 int average; member
|
/linux-2.6.39/drivers/net/wireless/libertas/ |
D | README | 150 This event is generated when the average received RSSI in beacons goes 154 This event is generated when the average received RSSI in beacons goes 158 This event is generated when the average received SNR in beacons goes 162 This event is generated when the average received SNR in beacons goes
|
/linux-2.6.39/drivers/media/video/omap3isp/ |
D | isppreview.h | 127 u8 average; member
|
D | isppreview.c | 958 static void preview_config_averager(struct isp_prev_device *prev, u8 average) in preview_config_averager() argument 966 average; in preview_config_averager() 970 average; in preview_config_averager() 1231 params->average = NO_AVE; in preview_init_params()
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 36 total write-back cache that relates to its current average
|
/linux-2.6.39/Documentation/devicetree/bindings/gpio/ |
D | led.txt | 20 "heartbeat" - LED "double" flashes at a load average based rate
|
/linux-2.6.39/drivers/net/wireless/b43legacy/ |
D | main.c | 829 s32 average; in handle_irq_noise() local 855 average = 0; in handle_irq_noise() 858 average += dev->noisecalc.samples[i][j]; in handle_irq_noise() 860 average /= (8 * 4); in handle_irq_noise() 861 average *= 125; in handle_irq_noise() 862 average += 64; in handle_irq_noise() 863 average /= 128; in handle_irq_noise() 868 average += 2; in handle_irq_noise() 870 average -= 25; in handle_irq_noise() 872 average -= 72; in handle_irq_noise() [all …]
|
D | phy.c | 1785 s8 average; in b43legacy_phy_xmitpower() local 1834 average = (v0 + v1 + v2 + v3 + 2) / 4; in b43legacy_phy_xmitpower() 1838 average -= 13; in b43legacy_phy_xmitpower() 1840 estimated_pwr = b43legacy_phy_estimate_power_out(dev, average); in b43legacy_phy_xmitpower()
|
/linux-2.6.39/Documentation/ |
D | cpu-load.txt | 6 the average time system spent in a particular state, for example:
|
D | lockstat.txt | 57 hold time average = hold time total / acquisitions
|
D | ManagementStyle | 178 knowledge that we're better than the average person (let's face it, 179 nobody ever believes that they're average or below-average), we should
|
/linux-2.6.39/lib/ |
D | Makefile | 114 obj-$(CONFIG_AVERAGE) += average.o
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-stat.txt | 55 repeat command and print average + stddev (max: 100)
|
/linux-2.6.39/Documentation/device-mapper/ |
D | dm-service-time.txt | 69 and sda has an average throughput 1GB/s and sdb has 4GB/s,
|
/linux-2.6.39/Documentation/block/ |
D | stat.txt | 60 example, if 60 read requests wait for an average of 30 ms, the read_ticks
|
/linux-2.6.39/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 17 In practice, I've seen the average transfer to be roughly 80K, but transfers
|
/linux-2.6.39/net/netfilter/ipvs/ |
D | Kconfig | 62 average lasting time of connection in the table. For example, your 64 for 200 seconds in average in the connection table, the table size
|
/linux-2.6.39/Documentation/cpu-freq/ |
D | governors.txt | 145 up_threshold: defines what the average CPU usage between the samplings 149 intervals the CPU needs to be on average more than 95% in use to then
|
/linux-2.6.39/arch/sh/lib64/ |
D | copy_user_memcpy.S | 32 ! however, this would cost a few extra cyles on average.
|
D | memcpy.S | 34 ! however, this would cost a few extra cyles on average.
|