Lines Matching defs:userPtr
62 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount,
71 if (copy_from_user(p,userPtr,count))
83 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount,
91 if (copy_from_user(p,userPtr,count))
102 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount,
110 if (copy_from_user(p,userPtr,count))
118 static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount,
137 if (get_user(c, userPtr++))
156 static ssize_t q40_ctx_s8(const u_char __user *userPtr, size_t userCount,
174 if (get_user(c, userPtr++))
193 static ssize_t q40_ctx_u8(const u_char __user *userPtr, size_t userCount,
210 if (get_user(c, userPtr++))
228 static ssize_t q40_ctc_law(const u_char __user *userPtr, size_t userCount,
248 if (get_user(c, userPtr))
252 userPtr++;
269 static ssize_t q40_ctc_s8(const u_char __user *userPtr, size_t userCount,
287 if (get_user(c, userPtr))
291 userPtr++;
308 static ssize_t q40_ctc_u8(const u_char __user *userPtr, size_t userCount,
326 if (get_user(c, userPtr))
330 userPtr++;