Searched refs:userPtr (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 70 if (copy_from_user(p,userPtr,count)) in q40_ct_law() 82 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, in q40_ct_s8() argument 90 if (copy_from_user(p,userPtr,count)) in q40_ct_s8() 101 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, in q40_ct_u8() argument 109 if (copy_from_user(p,userPtr,count)) in q40_ct_u8() 117 static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount, in q40_ctx_law() argument 136 if (get_user(c, userPtr++)) in q40_ctx_law() 155 static ssize_t q40_ctx_s8(const u_char __user *userPtr, size_t userCount, in q40_ctx_s8() argument 173 if (get_user(c, userPtr++)) in q40_ctx_s8() [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 165 if (copy_from_user(p, userPtr, count)) in ami_ct_s8() 173 if (get_user(*left++, userPtr++) in ami_ct_s8() 174 || get_user(*right++, userPtr++)) in ami_ct_s8() 189 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \ 201 if (get_user(data, userPtr++)) \ 213 if (get_user(data, userPtr++)) \ 216 if (get_user(data, userPtr++)) \ 240 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \ 244 const u_short __user *ptr = (const u_short __user *)userPtr; \
|
D | dmasound_core.c | 274 static ssize_t sound_copy_translate(TRANS *trans, const u_char __user *userPtr, in sound_copy_translate() argument 312 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft); in sound_copy_translate()
|