/kernel/linux/linux-5.10/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() 197 struct snd_oxfw_stream_formation formation; in keep_resources() local 212 err = snd_oxfw_stream_get_current_formation(oxfw, dir, &formation); in keep_resources() 226 if (fmt.rate == formation.rate && fmt.pcm == formation.pcm && in keep_resources() 227 fmt.midi == formation.midi) in keep_resources() 234 if (formation in keep_resources() 251 struct snd_oxfw_stream_formation formation; snd_oxfw_stream_reserve_duplex() local 470 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 503 snd_oxfw_stream_parse_format(u8 *format, struct snd_oxfw_stream_formation *formation) snd_oxfw_stream_parse_format() argument 584 struct snd_oxfw_stream_formation formation; assume_stream_formats() local 718 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 | 121 struct snd_oxfw_stream_formation *formation); 124 struct snd_oxfw_stream_formation *formation);
|
/kernel/linux/linux-6.6/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() 203 struct snd_oxfw_stream_formation formation; in keep_resources() local 218 err = snd_oxfw_stream_get_current_formation(oxfw, dir, &formation); in keep_resources() 232 if (fmt.rate == formation.rate && fmt.pcm == formation.pcm && in keep_resources() 233 fmt.midi == formation.midi) in keep_resources() 240 if (formation in keep_resources() 257 struct snd_oxfw_stream_formation formation; snd_oxfw_stream_reserve_duplex() local 485 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 518 snd_oxfw_stream_parse_format(u8 *format, struct snd_oxfw_stream_formation *formation) snd_oxfw_stream_parse_format() argument 599 struct snd_oxfw_stream_formation formation; assume_stream_formats() local 733 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 | 140 struct snd_oxfw_stream_formation *formation); 143 struct snd_oxfw_stream_formation *formation);
|
/kernel/linux/linux-5.10/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 | 733 struct snd_bebob_stream_formation *formation) in parse_stream_formation() 754 memset(&formation[i], 0, sizeof(struct snd_bebob_stream_formation)); in parse_stream_formation() 765 formation[i].pcm += channels; in parse_stream_formation() 769 formation[i].midi += channels; in parse_stream_formation() 794 if (formation[i].pcm > AM824_MAX_CHANNELS_FOR_PCM || in parse_stream_formation() 795 formation[i].midi > AM824_MAX_CHANNELS_FOR_MIDI) in parse_stream_formation() 732 parse_stream_formation(u8 *buf, unsigned int len, struct snd_bebob_stream_formation *formation) parse_stream_formation() argument
|
/kernel/linux/linux-6.6/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() 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() 705 parse_stream_formation(u8 *buf, unsigned int len, struct snd_bebob_stream_formation *formation) parse_stream_formation() argument
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|