• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/oss/dmasound/

Lines Matching defs:userPtr

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,
100 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
103 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
106 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
109 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
154 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
169 if (get_user(data, userPtr++))
179 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
190 if (copy_from_user(p, userPtr, count))
197 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
209 if (get_user(data, userPtr++))
220 if (get_user(data, (u_short __user *)userPtr))
222 userPtr += 2;
232 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
244 if (get_user(data, (u_short __user *)userPtr))
246 userPtr += 2;
256 if (copy_from_user(p, userPtr, count))
264 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
276 if (get_user(data, (u_short __user *)userPtr))
278 userPtr += 2;
291 if (get_user(data, (u_int __user *)userPtr))
293 userPtr += 4;
303 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
316 if (get_user(data, (u_short __user *)userPtr))
318 userPtr += 2;
331 if (get_user(data, (u_int __user *)userPtr))
333 userPtr += 4;
344 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
357 if (get_user(data, (u_short __user *)userPtr))
359 userPtr += 2;
371 if (get_user(data, (u_int __user *)userPtr))
373 userPtr += 4;
384 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
405 if (get_user(c, userPtr++))
424 if (get_user(c, userPtr++))
427 if (get_user(c, userPtr++))
446 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
464 if (get_user(data, userPtr++))
481 if (get_user(data, (u_short __user *)userPtr))
483 userPtr += 2;
500 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
518 if (get_user(data, userPtr++))
536 if (get_user(data, (u_short __user *)userPtr))
538 userPtr += 2;
556 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
574 if (get_user(data, (u_short __user *)userPtr))
576 userPtr += 2;
593 if (get_user(data, (u_int __user *)userPtr))
595 userPtr += 4;
612 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
630 if (get_user(data, (u_short __user *)userPtr))
632 userPtr += 2;
650 if (get_user(data, (u_int __user *)userPtr))
652 userPtr += 4;
670 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
688 if (get_user(data, (u_short __user *)userPtr))
690 userPtr += 2;
708 if (get_user(data, (u_int __user *)userPtr))
710 userPtr += 4;
728 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
746 if (get_user(data, (u_short __user *)userPtr))
748 userPtr += 2;
766 if (get_user(data, (u_int __user *)userPtr))
768 userPtr += 4;