/linux/sound/firewire/oxfw/ |
H A D | oxfw-proc.c | 14 struct snd_oxfw_stream_formation formation, curr; in proc_read_formation() local 33 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation() 37 if (memcmp(&formation, &curr, sizeof(curr)) == 0) in proc_read_formation() 43 formation.rate, formation.pcm, formation.midi); in proc_read_formation() 63 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation() 67 if (memcmp(&formation, &curr, sizeof(curr)) == 0) in proc_read_formation() 73 formation.rate, formation in proc_read_formation() [all...] |
H A D | oxfw-stream.c | 61 struct snd_oxfw_stream_formation formation; in set_stream_format() local 76 err = snd_oxfw_stream_parse_format(formats[i], &formation); in set_stream_format() 80 if ((formation.rate == rate) && (formation.pcm == pcm_channels)) in set_stream_format() 205 struct snd_oxfw_stream_formation formation; in keep_resources() local 220 err = snd_oxfw_stream_get_current_formation(oxfw, dir, &formation); in keep_resources() 234 if (fmt.rate == formation.rate && fmt.pcm == formation.pcm && in keep_resources() 235 fmt.midi == formation.midi) in keep_resources() 242 if (formation in keep_resources() 259 struct snd_oxfw_stream_formation formation; snd_oxfw_stream_reserve_duplex() local 489 snd_oxfw_stream_get_current_formation(struct snd_oxfw * oxfw,enum avc_general_plug_dir dir,struct snd_oxfw_stream_formation * formation) snd_oxfw_stream_get_current_formation() argument 552 snd_oxfw_stream_parse_format(const u8 * format,struct snd_oxfw_stream_formation * formation) snd_oxfw_stream_parse_format() argument 632 struct snd_oxfw_stream_formation formation; assume_stream_formats() local 785 struct snd_oxfw_stream_formation formation; snd_oxfw_stream_discover() local [all...] |
H A D | oxfw-pcm.c | 21 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 in hw_rule_channels() 82 struct snd_oxfw_stream_formation formation; limit_channels_and_rates() local 149 struct snd_oxfw_stream_formation formation; limit_to_current_params() local [all...] |
H A D | oxfw.h | 145 struct snd_oxfw_stream_formation *formation); 148 struct snd_oxfw_stream_formation *formation);
|
/linux/sound/firewire/bebob/ |
H A D | bebob_proc.c | 108 struct snd_bebob_stream_formation *formation; in proc_read_formation() local 113 formation = bebob->tx_stream_formations; in proc_read_formation() 117 formation[i].pcm, formation[i].midi); in proc_read_formation() 122 formation = bebob->rx_stream_formations; in proc_read_formation() 126 formation[i].pcm, formation[i].midi); in proc_read_formation() 185 add_node(bebob, root, "formation", proc_read_formation); in snd_bebob_proc_init()
|
H A D | bebob_stream.c | 706 struct snd_bebob_stream_formation *formation) in parse_stream_formation() argument 727 memset(&formation[i], 0, sizeof(struct snd_bebob_stream_formation)); in parse_stream_formation() 738 formation[i].pcm += channels; in parse_stream_formation() 742 formation[i].midi += channels; in parse_stream_formation() 767 if (formation[i].pcm > AM824_MAX_CHANNELS_FOR_PCM || in parse_stream_formation() 768 formation[i].midi > AM824_MAX_CHANNELS_FOR_MIDI) in parse_stream_formation()
|
/linux/arch/m68k/fpsp040/ |
H A D | binstr.S | 56 | d7: byte digit formation word;digit count {0,1} 57 | a0: pointer into memory for packed bcd string formation
|
H A D | bindec.S | 626 | a0: pointer into memory for packed bcd string formation 735 | a0: pointer into memory for packed bcd string formation
|
/linux/Documentation/locking/ |
H A D | futex-requeue-pi.rst | 19 gets to run first in classic thundering-herd formation. An ideal
|
/linux/Documentation/trace/ |
H A D | ring-buffer-design.rst | 486 and writes only preempt in "stack" formation.
|