Home
last modified time | relevance | path

Searched refs:temp_trace (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_monitor.c226 monitor->temp_trace.sum_val += current_temp; in aw_monitor_get_temp_and_vol()
307 struct aw_monitor_trace *temp_trace = &monitor->temp_trace; in aw_monitor_get_data() local
324 monitor_cfg->temp_info, temp_trace, in aw_monitor_get_data()
329 temp_trace->aw_table.ipeak = IPEAK_NONE; in aw_monitor_get_data()
330 temp_trace->aw_table.gain = GAIN_NONE; in aw_monitor_get_data()
331 temp_trace->aw_table.vmax = VMAX_NONE; in aw_monitor_get_data()
341 monitor->temp_trace.sum_val, temp_trace->aw_table.ipeak, in aw_monitor_get_data()
342 temp_trace->aw_table.gain, temp_trace->aw_table.vmax); in aw_monitor_get_data()
350 struct aw_table *temp_data = &monitor->temp_trace.aw_table; in aw_monitor_get_cfg()
564 monitor->temp_trace.pre_val = monitor->temp_trace.sum_val; in aw_monitor_work()
[all …]
H A Daw_monitor.h139 struct aw_monitor_trace temp_trace; member