Lines Matching defs:bbc_cpu_temperature
17 struct bbc_cpu_temperature { struct
18 struct list_head bp_list;
19 struct list_head glob_list;
21 struct bbc_i2c_client *client;
22 int index;
25 s8 curr_cpu_temp;
26 s8 curr_amb_temp;
27 s8 prev_cpu_temp;
28 s8 prev_amb_temp;
29 s8 avg_cpu_temp;
30 s8 avg_amb_temp;
32 int sample_tick;
34 enum fan_action fan_todo[2];