Lines Matching defs:bbc_cpu_temperature
18 struct bbc_cpu_temperature { struct
19 struct list_head bp_list;
20 struct list_head glob_list;
22 struct bbc_i2c_client *client;
23 int index;
26 s8 curr_cpu_temp;
27 s8 curr_amb_temp;
28 s8 prev_cpu_temp;
29 s8 prev_amb_temp;
30 s8 avg_cpu_temp;
31 s8 avg_amb_temp;
33 int sample_tick;
35 enum fan_action fan_todo[2];