Searched refs:openmax (Results 1 – 9 of 9) sorted by relevance
226 i->openmax = 0; in snd_interval_any()239 (i->min == i->max && (i->openmin || i->openmax))); in snd_interval_checkempty()250 (i->min + 1 == i->max && i->openmax)); in snd_interval_single()267 if (i->openmax) in snd_interval_max()275 i->max < val || (i->max == val && i->openmax))); in snd_interval_test()287 if (i->openmin && i->openmax && i->min == i->max) in snd_interval_setinteger()300 i1->max == i2->max && i1->openmax == i2->openmax; in snd_interval_eq()
618 i->openmax = v->openmax; in snd_interval_refine()620 } else if (i->max == v->max && !i->openmax && v->openmax) { in snd_interval_refine()621 i->openmax = 1; in snd_interval_refine()633 if (i->openmax) { in snd_interval_refine()635 i->openmax = 0; in snd_interval_refine()637 } else if (!i->openmin && !i->openmax && i->min == i->max) in snd_interval_refine()655 i->openmax = i->openmin; in snd_interval_refine_first()656 if (i->openmax) in snd_interval_refine_first()668 i->openmin = i->openmax; in snd_interval_refine_last()684 c->openmax = (a->openmax || b->openmax); in snd_interval_mul()[all …]
335 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()345 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()387 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()403 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()1967 t.openmax = 0; in snd_pcm_hw_rule_sample_bits()2013 t.openmax = 0; in snd_pcm_hw_rule_buffer_bytes_max()
37 t.openmin = t.openmax = 0; in snd_interval_refine_set()70 t.openmax = 1; in _snd_pcm_hw_param_set()
107 static int snd_interval_refine_max(struct snd_interval *i, unsigned int max, int openmax) in snd_interval_refine_max() argument112 i->openmax = openmax; in snd_interval_refine_max()114 } else if (i->max == max && !i->openmax && openmax) { in snd_interval_refine_max()115 i->openmax = 1; in snd_interval_refine_max()119 if (i->openmax) { in snd_interval_refine_max()121 i->openmax = 0; in snd_interval_refine_max()136 t.openmin = t.openmax = 0; in snd_interval_refine_set()187 *dir = - (int) i->openmax; in snd_pcm_hw_param_value_max()499 t.openmax = 1; in _snd_pcm_hw_param_set()813 if (it->max < rate || (it->max == rate && it->openmax)) in choose_rate()
890 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) { in hw_check_valid_format()901 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format()949 it->openmax = 0; in hw_rule_rate()1001 it->openmax = 0; in hw_rule_channels()
643 t.openmin = t.openmax = 0; in rule_rate()656 t.openmin = t.openmax = 0; in rule_channels()
365 openmax:1, member
266 t.openmin = t.openmax = 0; in atmel_ssc_hw_rule_rate()