Home
last modified time | relevance | path

Searched refs:formation (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/sound/firewire/oxfw/
Doxfw-proc.c15 struct snd_oxfw_stream_formation formation, curr; in proc_read_formation() local
34 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation()
38 if (memcmp(&formation, &curr, sizeof(curr)) == 0) in proc_read_formation()
44 formation.rate, formation.pcm, formation.midi); in proc_read_formation()
64 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation()
68 if (memcmp(&formation, &curr, sizeof(curr)) == 0) in proc_read_formation()
74 formation.rate, formation.pcm, formation.midi); in proc_read_formation()
Doxfw-stream.c62 struct snd_oxfw_stream_formation formation; in set_stream_format() local
77 err = snd_oxfw_stream_parse_format(formats[i], &formation); in set_stream_format()
81 if ((formation.rate == rate) && (formation.pcm == pcm_channels)) in set_stream_format()
120 struct snd_oxfw_stream_formation formation; in start_stream() local
137 err = snd_oxfw_stream_parse_format(formats[i], &formation); in start_stream()
140 if (rate != formation.rate) in start_stream()
142 if (pcm_channels == 0 || pcm_channels == formation.pcm) in start_stream()
150 pcm_channels = formation.pcm; in start_stream()
151 midi_ports = DIV_ROUND_UP(formation.midi, 8); in start_stream()
247 struct snd_oxfw_stream_formation formation; in snd_oxfw_stream_start_simplex() local
[all …]
Doxfw-pcm.c21 struct snd_oxfw_stream_formation formation; in hw_rule_rate() local
28 err = snd_oxfw_stream_parse_format(formats[i], &formation); in hw_rule_rate()
31 if (!snd_interval_test(c, formation.pcm)) in hw_rule_rate()
34 t.min = min(t.min, formation.rate); in hw_rule_rate()
35 t.max = max(t.max, formation.rate); in hw_rule_rate()
49 struct snd_oxfw_stream_formation formation; in hw_rule_channels() local
58 err = snd_oxfw_stream_parse_format(formats[i], &formation); in hw_rule_channels()
61 if (!snd_interval_test(r, formation.rate)) in hw_rule_channels()
63 if (list[count] == formation.pcm) in hw_rule_channels()
67 if (list[j] == formation.pcm) in hw_rule_channels()
[all …]
Doxfw-midi.c145 struct snd_oxfw_stream_formation formation; in snd_oxfw_create_midi() local
155 err = snd_oxfw_stream_parse_format(format, &formation); in snd_oxfw_create_midi()
156 if (err >= 0 && formation.midi > 0) in snd_oxfw_create_midi()
162 err = snd_oxfw_stream_parse_format(format, &formation); in snd_oxfw_create_midi()
163 if (err >= 0 && formation.midi > 0) in snd_oxfw_create_midi()
Doxfw.h127 struct snd_oxfw_stream_formation *formation);
130 struct snd_oxfw_stream_formation *formation);
/linux-4.1.27/sound/firewire/bebob/
Dbebob_proc.c109 struct snd_bebob_stream_formation *formation; in proc_read_formation() local
114 formation = bebob->tx_stream_formations; in proc_read_formation()
118 formation[i].pcm, formation[i].midi); in proc_read_formation()
123 formation = bebob->rx_stream_formations; in proc_read_formation()
127 formation[i].pcm, formation[i].midi); in proc_read_formation()
Dbebob_stream.c736 struct snd_bebob_stream_formation *formation) in parse_stream_formation() argument
757 memset(&formation[i], 0, sizeof(struct snd_bebob_stream_formation)); in parse_stream_formation()
768 formation[i].pcm += channels; in parse_stream_formation()
772 formation[i].midi += channels; in parse_stream_formation()
797 if (formation[i].pcm > AMDTP_MAX_CHANNELS_FOR_PCM || in parse_stream_formation()
798 formation[i].midi > AMDTP_MAX_CHANNELS_FOR_MIDI) in parse_stream_formation()
/linux-4.1.27/arch/m68k/fpsp040/
Dbinstr.S56 | d7: byte digit formation word;digit count {0,1}
57 | a0: pointer into memory for packed bcd string formation
Dbindec.S626 | a0: pointer into memory for packed bcd string formation
/linux-4.1.27/Documentation/
Dfutex-requeue-pi.txt18 gets to run first in classic thundering-herd formation. An ideal
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt457 and writes only preempt in "stack" formation.