Lines Matching refs:put_user
109 if (put_user(type, &f->fb_type) || in sbusfb_ioctl_helper()
110 put_user(info->var.yres, &f->fb_height) || in sbusfb_ioctl_helper()
111 put_user(info->var.xres, &f->fb_width) || in sbusfb_ioctl_helper()
112 put_user(fb_depth, &f->fb_depth) || in sbusfb_ioctl_helper()
113 put_user(0, &f->fb_cmsize) || in sbusfb_ioctl_helper()
114 put_user(fb_size, &f->fb_cmsize)) in sbusfb_ioctl_helper()
182 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()
183 put_user(green, &ugreen[i]) || in sbusfb_ioctl_helper()
184 put_user(blue, &ublue[i])) in sbusfb_ioctl_helper()
275 if (put_user(red, &ured[i]) || in sbusfb_compat_ioctl()
276 put_user(green, &ugreen[i]) || in sbusfb_compat_ioctl()
277 put_user(blue, &ublue[i])) in sbusfb_compat_ioctl()