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