Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dpcm_params.h233 i->openmax = 0; in snd_interval_any()
246 (i->min == i->max && (i->openmin || i->openmax))); in snd_interval_checkempty()
257 (i->min + 1 == i->max && i->openmax)); in snd_interval_single()
274 if (i->openmax) in snd_interval_max()
282 i->max < val || (i->max == val && i->openmax))); in snd_interval_test()
294 if (i->openmin && i->openmax && i->min == i->max) in snd_interval_setinteger()
307 i1->max == i2->max && i1->openmax == i2->openmax; in snd_interval_eq()
/Linux-v4.19/sound/core/
Dpcm_lib.c599 i->openmax = v->openmax; in snd_interval_refine()
601 } else if (i->max == v->max && !i->openmax && v->openmax) { in snd_interval_refine()
602 i->openmax = 1; in snd_interval_refine()
614 if (i->openmax) { in snd_interval_refine()
616 i->openmax = 0; in snd_interval_refine()
618 } else if (!i->openmin && !i->openmax && i->min == i->max) in snd_interval_refine()
640 i->openmax = (i->openmax && i->max >= last_max); in snd_interval_refine_first()
653 if (i->openmax) in snd_interval_refine_last()
670 c->openmax = (a->openmax || b->openmax); in snd_interval_mul()
693 c->openmin = (r || a->openmin || b->openmax); in snd_interval_div()
[all …]
Dpcm_param_trace.h103 __entry->prev_openmax = prev->openmax;
109 __entry->curr_openmax = curr->openmax;
Dpcm_native.c2110 t.openmax = 0; in snd_pcm_hw_rule_sample_bits()
2158 t.openmax = 0; in snd_pcm_hw_rule_buffer_bytes_max()
/Linux-v4.19/drivers/usb/gadget/function/
Du_uac1_legacy.c34 t.openmin = t.openmax = 0; in snd_interval_refine_set()
67 t.openmax = 1; in _snd_pcm_hw_param_set()
/Linux-v4.19/sound/core/oss/
Dpcm_oss.c97 static int snd_interval_refine_max(struct snd_interval *i, unsigned int max, int openmax) in snd_interval_refine_max() argument
102 i->openmax = openmax; in snd_interval_refine_max()
104 } else if (i->max == max && !i->openmax && openmax) { in snd_interval_refine_max()
105 i->openmax = 1; in snd_interval_refine_max()
109 if (i->openmax) { in snd_interval_refine_max()
111 i->openmax = 0; in snd_interval_refine_max()
126 t.openmin = t.openmax = 0; in snd_interval_refine_set()
177 *dir = - (int) i->openmax; in snd_pcm_hw_param_value_max()
488 t.openmax = 1; in _snd_pcm_hw_param_set()
802 if (it->max < rate || (it->max == rate && it->openmax)) in choose_rate()
/Linux-v4.19/sound/usb/
Dpcm.c968 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) { in hw_check_valid_format()
979 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format()
1027 it->openmax = 0; in hw_rule_rate()
1079 it->openmax = 0; in hw_rule_channels()
/Linux-v4.19/sound/soc/sti/
Dsti_uniperif.c172 t.openmax = 0; in sti_uniperiph_fix_tdm_chan()
/Linux-v4.19/Documentation/sound/designs/
Dtracepoints.rst165 ``empty``, ``integer``, ``openmin``, ``min``, ``max``, ``openmax`` in
/Linux-v4.19/sound/drivers/
Daloop.c641 t.openmin = t.openmax = 0; in rule_rate()
657 t.openmin = t.openmax = 0; in rule_channels()
/Linux-v4.19/tools/include/uapi/sound/
Dasound.h384 openmax:1, member
/Linux-v4.19/include/uapi/sound/
Dasound.h384 openmax:1, member
/Linux-v4.19/sound/xen/
Dxen_snd_front_alsa.c304 interval.openmax = 0; in alsa_hw_rule()
/Linux-v4.19/sound/soc/atmel/
Datmel_ssc_dai.c266 t.openmin = t.openmax = 0; in atmel_ssc_hw_rule_rate()