Searched refs:frameLeft (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/sound/oss/dmasound/ |
D | dmasound_atari.c | 73 ssize_t frameLeft); 76 ssize_t frameLeft); 79 ssize_t frameLeft); 82 ssize_t frameLeft); 85 ssize_t frameLeft); 88 ssize_t frameLeft); 91 ssize_t frameLeft); 94 ssize_t frameLeft); 97 ssize_t frameLeft); 100 ssize_t frameLeft); [all …]
|
D | dmasound_q40.c | 64 ssize_t frameLeft) in q40_ct_law() argument 70 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_law() 85 ssize_t frameLeft) in q40_ct_s8() argument 90 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_s8() 104 ssize_t frameLeft) in q40_ct_u8() argument 109 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_u8() 120 ssize_t frameLeft) in q40_ctx_law() argument 130 ftotal = frameLeft; in q40_ctx_law() 132 while (frameLeft) { in q40_ctx_law() 145 frameLeft--; in q40_ctx_law() [all …]
|
D | dmasound_paula.c | 158 u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) in ami_ct_s8() argument 164 count = min_t(unsigned long, userCount, frameLeft) & ~1; in ami_ct_s8() 171 count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1; in ami_ct_s8() 192 ssize_t frameLeft) \ 198 count = min_t(size_t, userCount, frameLeft) & ~1; \ 210 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \ 243 ssize_t frameLeft) \ 252 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \ 267 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
|
D | dmasound_core.c | 275 ssize_t *frameUsed, ssize_t frameLeft) in sound_copy_translate() argument 311 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft); in sound_copy_translate()
|