Home
last modified time | relevance | path

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

/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_atari.c155 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount, in ata_ct_law()
180 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount, in ata_ct_s8()
198 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount, in ata_ct_u8()
233 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount, in ata_ct_s16be()
265 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount, in ata_ct_u16be()
304 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount, in ata_ct_s16le()
345 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount, in ata_ct_u16le()
385 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount, in ata_ctx_law()
447 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount, in ata_ctx_s8()
501 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount, in ata_ctx_u8()
[all …]
H A Ddmasound_q40.c62 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount, in q40_ct_law()
83 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, in q40_ct_s8()
102 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, in q40_ct_u8()
118 static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount, in q40_ctx_law()
156 static ssize_t q40_ctx_s8(const u_char __user *userPtr, size_t userCount, in q40_ctx_s8()
193 static ssize_t q40_ctx_u8(const u_char __user *userPtr, size_t userCount, in q40_ctx_u8()
228 static ssize_t q40_ctc_law(const u_char __user *userPtr, size_t userCount, in q40_ctc_law()
269 static ssize_t q40_ctc_s8(const u_char __user *userPtr, size_t userCount, in q40_ctc_s8()
308 static ssize_t q40_ctc_u8(const u_char __user *userPtr, size_t userCount, in q40_ctc_u8()
H A Ddmasound_paula.c157 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount, in ami_ct_s8()
H A Ddmasound_core.c274 size_t userCount, u_char frame[], in sound_copy_translate()