Searched refs:vc_fmt_inf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/ |
| H A D | techpoint_v4l2.c | 630 struct rkmodule_vc_fmt_info *vc_fmt_inf; in techpoint_compat_ioctl32() local 668 vc_fmt_inf = kzalloc(sizeof(*vc_fmt_inf), GFP_KERNEL); in techpoint_compat_ioctl32() 669 if (!vc_fmt_inf) { in techpoint_compat_ioctl32() 674 ret = techpoint_ioctl(sd, cmd, vc_fmt_inf); in techpoint_compat_ioctl32() 676 ret = copy_to_user(up, vc_fmt_inf, sizeof(*vc_fmt_inf)); in techpoint_compat_ioctl32() 680 kfree(vc_fmt_inf); in techpoint_compat_ioctl32()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | nvp6188.c | 1297 struct rkmodule_vc_fmt_info *vc_fmt_inf; in nvp6188_compat_ioctl32() local 1334 vc_fmt_inf = kzalloc(sizeof(*vc_fmt_inf), GFP_KERNEL); in nvp6188_compat_ioctl32() 1335 if (!vc_fmt_inf) { in nvp6188_compat_ioctl32() 1340 ret = nvp6188_ioctl(sd, cmd, vc_fmt_inf); in nvp6188_compat_ioctl32() 1342 ret = copy_to_user(up, vc_fmt_inf, sizeof(*vc_fmt_inf)); in nvp6188_compat_ioctl32() 1346 kfree(vc_fmt_inf); in nvp6188_compat_ioctl32()
|