Searched refs:userCount (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_atari.c | 70 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount, 73 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount, 76 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount, 79 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount, 82 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount, 85 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount, 88 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount, 91 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount, 94 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount, 97 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount, [all …]
|
D | dmasound_q40.c | 61 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount, in q40_ct_law() argument 69 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_law() 82 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, in q40_ct_s8() argument 89 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_s8() 101 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, in q40_ct_u8() argument 108 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_u8() 117 static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount, in q40_ctx_law() argument 130 utotal = userCount; in q40_ctx_law() 134 if (userCount == 0) in q40_ctx_law() 140 userCount--; in q40_ctx_law() [all …]
|
D | dmasound_paula.c | 156 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount, in ami_ct_s8() argument 163 count = min_t(unsigned long, userCount, frameLeft) & ~1; in ami_ct_s8() 170 count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1; in ami_ct_s8() 189 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \ 197 count = min_t(size_t, userCount, frameLeft) & ~1; \ 209 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \ 240 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \ 251 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \ 266 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
|
D | dmasound_core.c | 275 size_t userCount, u_char frame[], in sound_copy_translate() argument 312 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft); in sound_copy_translate()
|