Searched refs:userPtr (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/sound/oss/dmasound/ |
D | dmasound_atari.c | 71 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount, 74 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount, 77 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount, 80 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount, 83 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount, 86 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount, 89 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount, 92 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount, 95 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount, 98 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount, [all …]
|
D | dmasound_q40.c | 62 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount, in q40_ct_law() argument 71 if (copy_from_user(p,userPtr,count)) in q40_ct_law() 83 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, in q40_ct_s8() argument 91 if (copy_from_user(p,userPtr,count)) in q40_ct_s8() 102 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, in q40_ct_u8() argument 110 if (copy_from_user(p,userPtr,count)) in q40_ct_u8() 118 static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount, in q40_ctx_law() argument 137 if (get_user(c, userPtr++)) in q40_ctx_law() 156 static ssize_t q40_ctx_s8(const u_char __user *userPtr, size_t userCount, in q40_ctx_s8() argument 174 if (get_user(c, userPtr++)) in q40_ctx_s8() [all …]
|
D | dmasound_paula.c | 157 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount, in ami_ct_s8() argument 166 if (copy_from_user(p, userPtr, count)) in ami_ct_s8() 174 if (get_user(*left++, userPtr++) in ami_ct_s8() 175 || get_user(*right++, userPtr++)) in ami_ct_s8() 190 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \ 202 if (get_user(data, userPtr++)) \ 214 if (get_user(data, userPtr++)) \ 217 if (get_user(data, userPtr++)) \ 241 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \ 245 const u_short __user *ptr = (const u_short __user *)userPtr; \
|
D | dmasound_core.c | 273 static ssize_t sound_copy_translate(TRANS *trans, const u_char __user *userPtr, in sound_copy_translate() argument 311 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft); in sound_copy_translate()
|