Linux Kernel
3.7.1
|
Data Fields | |
int | avg |
int | samples [NBR_AVG_SAMPLES] |
__kernel_time_t | time_stamps [NBR_AVG_SAMPLES] |
int | pos |
int | nbr_samples |
int | sum |
Definition at line 106 of file ab8500_fg.c.
int avg |
Definition at line 107 of file ab8500_fg.c.
int nbr_samples |
Definition at line 111 of file ab8500_fg.c.
int pos |
Definition at line 110 of file ab8500_fg.c.
int samples[NBR_AVG_SAMPLES] |
Definition at line 108 of file ab8500_fg.c.
Definition at line 112 of file ab8500_fg.c.
__kernel_time_t time_stamps[NBR_AVG_SAMPLES] |
Definition at line 109 of file ab8500_fg.c.