Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_monitor.c234 struct aw_monitor_trace *data_trace) in aw_monitor_first_get_data_form_table() argument
244 if (data_trace->sum_val >= table_info.aw_table[i].min_val) { in aw_monitor_first_get_data_form_table()
245 memcpy(&data_trace->aw_table, &table_info.aw_table[i], in aw_monitor_first_get_data_form_table()
255 struct aw_monitor_trace *data_trace) in aw_monitor_trace_data_from_table() argument
265 if (data_trace->sum_val >= table_info.aw_table[i].min_val && in aw_monitor_trace_data_from_table()
266 data_trace->sum_val <= table_info.aw_table[i].max_val) { in aw_monitor_trace_data_from_table()
267 memcpy(&data_trace->aw_table, &table_info.aw_table[i], in aw_monitor_trace_data_from_table()
278 struct aw_monitor_trace *data_trace, in aw_monitor_get_data_from_table() argument
285 table_info, data_trace); in aw_monitor_get_data_from_table()
292 data_trace->sum_val = data_trace->sum_val / monitor->samp_count; in aw_monitor_get_data_from_table()
[all …]