| /OK3568_Linux_fs/kernel/sound/firewire/oxfw/ |
| 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.pcm == 0) in keep_resources() 237 err = amdtp_am824_set_parameters(stream, formation.rate, formation.pcm, in keep_resources() 238 formation.midi * 8, false); in keep_resources() [all …]
|
| 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.pcm, formation.midi); in proc_read_formation()
|
| 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.pcm) in hw_rule_channels() [all …]
|
| H A D | oxfw.h | 121 struct snd_oxfw_stream_formation *formation); 124 struct snd_oxfw_stream_formation *formation);
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | bebob_stream.c | 733 struct snd_bebob_stream_formation *formation) in parse_stream_formation() argument 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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | futex-requeue-pi.rst | 19 gets to run first in classic thundering-herd formation. An ideal
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | LAL-1.2 | 24 …quentes :c’est-à-dire les propositions des auteurs qui contribuent à la formation de l’oeuvre en f…
|
| H A D | NLOD-2.0 | 80 This licence, including its formation, and any disputes and claims arising in connection with or re…
|
| H A D | LAL-1.3 | 23 Les œuvres conséquentes :C’est-à-dire les contributions des auteurs qui participent à la formation …
|
| H A D | NLOD-1.0 | 79 This licence, including its formation, and any disputes and claims arising in connection with or re…
|
| H A D | CDLA-Permissive-1.0 | 5 …e terms and conditions shall be deemed sufficient consideration for the formation of this Agreemen…
|
| H A D | CDLA-Sharing-1.0 | 5 …e terms and conditions shall be deemed sufficient consideration for the formation of this Agreemen…
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ring-buffer-design.rst | 486 and writes only preempt in "stack" formation.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 11328 This value is used to limit superblock formation once the 12088 that must be covered by trace formation. Used when profile
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 11328 This value is used to limit superblock formation once the 12088 that must be covered by trace formation. Used when profile
|