Home
last modified time | relevance | path

Searched refs:userCount (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/sound/oss/dmasound/
A Ddmasound_atari.c396 used = userCount; in ata_ctx_law()
404 if (!userCount) in ata_ctx_law()
409 userCount--; in ata_ctx_law()
456 used = userCount; in ata_ctx_s8()
467 userCount--; in ata_ctx_s8()
510 used = userCount; in ata_ctx_u8()
522 userCount--; in ata_ctx_u8()
566 used = userCount; in ata_ctx_s16be()
622 used = userCount; in ata_ctx_u16be()
680 used = userCount; in ata_ctx_s16le()
[all …]
A Ddmasound_q40.c131 utotal = userCount; in q40_ctx_law()
141 userCount--; in q40_ctx_law()
168 utotal = userCount; in q40_ctx_s8()
178 userCount--; in q40_ctx_s8()
204 utotal = userCount; in q40_ctx_u8()
213 userCount--; in q40_ctx_u8()
241 utotal = userCount; in q40_ctc_law()
253 userCount--; in q40_ctc_law()
280 utotal = userCount; in q40_ctc_s8()
292 userCount--; in q40_ctc_s8()
[all …]
A Ddmasound_paula.c157 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount, 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()
190 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
198 count = min_t(size_t, userCount, frameLeft) & ~1; \
210 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
241 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
252 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
267 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
A Ddmasound_core.c274 size_t userCount, u_char frame[], in sound_copy_translate() argument
311 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft); in sound_copy_translate()

Completed in 10 milliseconds