Searched refs:disallow_time_us (Results 1 – 2 of 2) sorted by relevance
1143 stream_method_fams2_meta->disallow_time_us = 0.0; in build_method_scheduling_params()1145 stream_method_fams2_meta->disallow_time_us = in build_method_scheduling_params()1242 group_fams2_meta->disallow_time_us < pmo->ip_caps->fams2.max_allow_delay_us; in is_timing_group_schedulable()1276 max_allow_delay_us += s->pmo_dcn4.group_common_fams2_meta[i].disallow_time_us; in is_config_schedulable()1293 …>pmo_dcn4.group_common_fams2_meta[s->pmo_dcn4.sorted_group_gtl_disallow_index[j]].disallow_time_us; in is_config_schedulable()1294 …_dcn4.group_common_fams2_meta[s->pmo_dcn4.sorted_group_gtl_disallow_index[j + 1]].disallow_time_us; in is_config_schedulable()1312 if (s->pmo_dcn4.group_common_fams2_meta[i].disallow_time_us <= 0.0) { in is_config_schedulable()1321 if (i != sorted_j && s->pmo_dcn4.group_common_fams2_meta[sorted_j].disallow_time_us > 0.0) { in is_config_schedulable()1324 (max_allow_time_us - s->pmo_dcn4.group_common_fams2_meta[sorted_j].disallow_time_us) / 2); in is_config_schedulable()1401 …max_shift_us = s->pmo_dcn4.group_common_fams2_meta[lrg_idx].disallow_time_us - s->pmo_dcn4.group_c… in is_config_schedulable()
261 double disallow_time_us; member