Searched refs:formation (Results 1 - 8 of 8) sorted by relevance

/linux-master/sound/firewire/oxfw/
H A Doxfw-proc.c14 struct snd_oxfw_stream_formation formation, curr; local
33 err = snd_oxfw_stream_parse_format(format, &formation);
37 if (memcmp(&formation, &curr, sizeof(curr)) == 0)
43 formation.rate, formation.pcm, formation.midi);
63 err = snd_oxfw_stream_parse_format(format, &formation);
67 if (memcmp(&formation, &curr, sizeof(curr)) == 0)
73 formation.rate, formation
[all...]
H A Doxfw-stream.c61 struct snd_oxfw_stream_formation formation; local
76 err = snd_oxfw_stream_parse_format(formats[i], &formation);
80 if ((formation.rate == rate) && (formation.pcm == pcm_channels))
205 struct snd_oxfw_stream_formation formation; local
220 err = snd_oxfw_stream_get_current_formation(oxfw, dir, &formation);
234 if (fmt.rate == formation.rate && fmt.pcm == formation.pcm &&
235 fmt.midi == formation.midi)
242 if (formation
259 struct snd_oxfw_stream_formation formation; local
487 snd_oxfw_stream_get_current_formation(struct snd_oxfw *oxfw, enum avc_general_plug_dir dir, struct snd_oxfw_stream_formation *formation) argument
551 snd_oxfw_stream_parse_format(const u8 *format, struct snd_oxfw_stream_formation *formation) argument
632 struct snd_oxfw_stream_formation formation; local
785 struct snd_oxfw_stream_formation formation; local
[all...]
H A Doxfw-pcm.c21 struct snd_oxfw_stream_formation formation; local
28 err = snd_oxfw_stream_parse_format(formats[i], &formation);
31 if (!snd_interval_test(c, formation.pcm))
34 t.min = min(t.min, formation.rate);
35 t.max = max(t.max, formation.rate);
49 struct snd_oxfw_stream_formation formation; local
58 err = snd_oxfw_stream_parse_format(formats[i], &formation);
61 if (!snd_interval_test(r, formation.rate))
63 if (list[count] == formation.pcm)
67 if (list[j] == formation
82 struct snd_oxfw_stream_formation formation; local
149 struct snd_oxfw_stream_formation formation; local
[all...]
H A Doxfw.h145 struct snd_oxfw_stream_formation *formation);
148 struct snd_oxfw_stream_formation *formation);
/linux-master/sound/firewire/bebob/
H A Dbebob_proc.c108 struct snd_bebob_stream_formation *formation; local
113 formation = bebob->tx_stream_formations;
117 formation[i].pcm, formation[i].midi);
122 formation = bebob->rx_stream_formations;
126 formation[i].pcm, formation[i].midi);
185 add_node(bebob, root, "formation", proc_read_formation);
H A Dbebob_stream.c706 struct snd_bebob_stream_formation *formation)
727 memset(&formation[i], 0, sizeof(struct snd_bebob_stream_formation));
738 formation[i].pcm += channels;
742 formation[i].midi += channels;
767 if (formation[i].pcm > AM824_MAX_CHANNELS_FOR_PCM ||
768 formation[i].midi > AM824_MAX_CHANNELS_FOR_MIDI)
705 parse_stream_formation(u8 *buf, unsigned int len, struct snd_bebob_stream_formation *formation) argument
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S56 | d7: byte digit formation word;digit count {0,1}
57 | a0: pointer into memory for packed bcd string formation
H A Dbindec.S626 | a0: pointer into memory for packed bcd string formation
735 | a0: pointer into memory for packed bcd string formation

Completed in 98 milliseconds