Home
last modified time | relevance | path

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

/linux-4.4.14/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 = formation.midi * 8; in start_stream()
259 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.h128 struct snd_oxfw_stream_formation *formation);
131 struct snd_oxfw_stream_formation *formation);
/linux-4.4.14/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.c818 struct snd_bebob_stream_formation *formation) in parse_stream_formation() argument
839 memset(&formation[i], 0, sizeof(struct snd_bebob_stream_formation)); in parse_stream_formation()
850 formation[i].pcm += channels; in parse_stream_formation()
854 formation[i].midi += channels; in parse_stream_formation()
879 if (formation[i].pcm > AM824_MAX_CHANNELS_FOR_PCM || in parse_stream_formation()
880 formation[i].midi > AM824_MAX_CHANNELS_FOR_MIDI) in parse_stream_formation()
/linux-4.4.14/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.4.14/Documentation/
Dfutex-requeue-pi.txt18 gets to run first in classic thundering-herd formation. An ideal
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt457 and writes only preempt in "stack" formation.