Searched refs:frameLeft (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/sound/dmasound/ |
D | trans_16.c | 22 ssize_t frameLeft); 25 ssize_t frameLeft); 28 ssize_t frameLeft); 31 ssize_t frameLeft); 34 ssize_t frameLeft); 38 ssize_t frameLeft); 41 ssize_t frameLeft); 44 ssize_t frameLeft); 47 ssize_t frameLeft); 50 ssize_t frameLeft); [all …]
|
D | dmasound_atari.c | 71 ssize_t frameLeft); 74 ssize_t frameLeft); 77 ssize_t frameLeft); 80 ssize_t frameLeft); 83 ssize_t frameLeft); 86 ssize_t frameLeft); 89 ssize_t frameLeft); 92 ssize_t frameLeft); 95 ssize_t frameLeft); 98 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 | 161 u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) in ami_ct_s8() argument 167 count = min_t(unsigned long, userCount, frameLeft) & ~1; in ami_ct_s8() 174 count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1; in ami_ct_s8() 195 ssize_t frameLeft) \ 201 count = min_t(size_t, userCount, frameLeft) & ~1; \ 213 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \ 246 ssize_t frameLeft) \ 254 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \ 269 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
|
D | dmasound_core.c | 279 ssize_t *frameUsed, ssize_t frameLeft) in sound_copy_translate() argument 315 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft); in sound_copy_translate()
|