Lines Matching refs:__user
125 static int dsp56k_upload(u_char __user *bin, int len) in dsp56k_upload()
181 static ssize_t dsp56k_read(struct file *file, char __user *buf, size_t count, in dsp56k_read()
207 short __user *data; in dsp56k_read()
210 data = (short __user *) buf; in dsp56k_read()
226 long __user *data; in dsp56k_read()
229 data = (long __user *) buf; in dsp56k_read()
244 static ssize_t dsp56k_write(struct file *file, const char __user *buf, size_t count, in dsp56k_write()
269 const short __user *data; in dsp56k_write()
272 data = (const short __user *)buf; in dsp56k_write()
288 const long __user *data; in dsp56k_write()
291 data = (const long __user *)buf; in dsp56k_write()
310 void __user *argp = (void __user *)arg; in dsp56k_ioctl()
319 char __user *bin; in dsp56k_ioctl()
321 struct dsp56k_upload __user *binary = argp; in dsp56k_ioctl()
360 struct dsp56k_host_flags __user *hf = argp; in dsp56k_ioctl()