Searched refs:userPtr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_atari.c70 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_
154 ata_ct_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
179 ata_ct_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
197 ata_ct_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
232 ata_ct_s16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
264 ata_ct_u16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
303 ata_ct_s16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
344 ata_ct_u16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
384 ata_ctx_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
446 ata_ctx_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
500 ata_ctx_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
556 ata_ctx_s16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
612 ata_ctx_u16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
670 ata_ctx_s16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
728 ata_ctx_u16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
H A Ddmasound_q40.c61 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount, argument
70 if (copy_from_user(p,userPtr,count))
82 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, argument
90 if (copy_from_user(p,userPtr,count))
101 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, argument
109 if (copy_from_user(p,userPtr,count))
117 static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount, argument
136 if (get_user(c, userPtr++))
155 static ssize_t q40_ctx_s8(const u_char __user *userPtr, size_t userCount, argument
173 if (get_user(c, userPtr
192 q40_ctx_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
227 q40_ctc_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
268 q40_ctc_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
307 q40_ctc_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
H A Ddmasound_paula.c156 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount, argument
165 if (copy_from_user(p, userPtr, count))
173 if (get_user(*left++, userPtr++)
174 || get_user(*right++, userPtr++))
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; \
[all...]
H A Ddmasound_core.c273 static ssize_t sound_copy_translate(TRANS *trans, const u_char __user *userPtr, argument
311 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft);

Completed in 66 milliseconds