Searched refs:set_table (Results 1 – 1 of 1) sorted by relevance
347 struct aw_table *set_table) in aw_monitor_get_cfg() argument354 memcpy(set_table, temp_data, sizeof(struct aw_table)); in aw_monitor_get_cfg()356 memcpy(set_table, vol_data, sizeof(struct aw_table)); in aw_monitor_get_cfg()358 memcpy(set_table, temp_data, sizeof(struct aw_table)); in aw_monitor_get_cfg()361 set_table->ipeak = (temp_data->ipeak < vol_data->ipeak ? in aw_monitor_get_cfg()363 set_table->gain = (temp_data->gain < vol_data->gain ? in aw_monitor_get_cfg()365 set_table->vmax = (temp_data->vmax < vol_data->vmax ? in aw_monitor_get_cfg()368 set_table->ipeak = (temp_data->ipeak < vol_data->ipeak ? in aw_monitor_get_cfg()370 set_table->gain = (temp_data->gain < vol_data->gain ? in aw_monitor_get_cfg()372 set_table->vmax = (temp_data->vmax < vol_data->vmax ? in aw_monitor_get_cfg()[all …]