Searched refs:openmax (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/sound/
H A Dpcm_params.h220 i->openmax = 0;
233 (i->min == i->max && (i->openmin || i->openmax)));
244 (i->min + 1 == i->max && (i->openmin || i->openmax)));
249 if (i->openmin && !i->openmax)
263 if (i->openmax)
271 i->max < val || (i->max == val && i->openmax)));
283 if (i->openmin && i->openmax && i->min == i->max)
296 i1->max == i2->max && i1->openmax == i2->openmax;
/linux-master/sound/core/
H A Dpcm_lib.c621 i->openmax = v->openmax;
623 } else if (i->max == v->max && !i->openmax && v->openmax) {
624 i->openmax = 1;
636 if (i->openmax) {
638 i->openmax = 0;
640 } else if (!i->openmin && !i->openmax && i->min == i->max)
662 i->openmax = (i->openmax
[all...]
H A Dpcm_param_trace.h103 __entry->prev_openmax = prev->openmax;
109 __entry->curr_openmax = curr->openmax;
H A Dpcm_native.c2396 t.openmax = 0;
2444 t.openmax = 0;
/linux-master/drivers/usb/gadget/function/
H A Du_uac1_legacy.c34 t.openmin = t.openmax = 0;
67 t.openmax = 1;
/linux-master/sound/core/oss/
H A Dpcm_oss.c82 static int snd_interval_refine_max(struct snd_interval *i, unsigned int max, int openmax) argument
87 i->openmax = openmax;
89 } else if (i->max == max && !i->openmax && openmax) {
90 i->openmax = 1;
94 if (i->openmax) {
96 i->openmax = 0;
111 t.openmin = t.openmax = 0;
162 *dir = - (int) i->openmax;
[all...]
/linux-master/sound/soc/sti/
H A Dsti_uniperif.c173 t.openmax = 0;
/linux-master/sound/usb/
H A Dpcm.c750 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) {
761 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) {
788 it->openmax = 0;
/linux-master/sound/drivers/
H A Daloop.c998 t.openmin = t.openmax = 0;
1014 t.openmin = t.openmax = 0;
1031 t.openmax = 0;
/linux-master/sound/soc/atmel/
H A Datmel_ssc_dai.c250 t.openmin = t.openmax = 0;
/linux-master/sound/xen/
H A Dxen_snd_front_alsa.c319 interval.openmax = 0;
/linux-master/include/uapi/sound/
H A Dasound.h397 openmax:1, member in struct:snd_interval
/linux-master/tools/include/uapi/sound/
H A Dasound.h397 openmax:1, member in struct:snd_interval

Completed in 354 milliseconds