Searched refs:vc_hp_inf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/ |
| H A D | techpoint_v4l2.c | 631 struct rkmodule_vc_hotplug_info *vc_hp_inf; in techpoint_compat_ioctl32() local 683 vc_hp_inf = kzalloc(sizeof(*vc_hp_inf), GFP_KERNEL); in techpoint_compat_ioctl32() 684 if (!vc_hp_inf) { in techpoint_compat_ioctl32() 689 ret = techpoint_ioctl(sd, cmd, vc_hp_inf); in techpoint_compat_ioctl32() 691 ret = copy_to_user(up, vc_hp_inf, sizeof(*vc_hp_inf)); in techpoint_compat_ioctl32() 695 kfree(vc_hp_inf); in techpoint_compat_ioctl32()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | nvp6188.c | 1298 struct rkmodule_vc_hotplug_info *vc_hp_inf; in nvp6188_compat_ioctl32() local 1349 vc_hp_inf = kzalloc(sizeof(*vc_hp_inf), GFP_KERNEL); in nvp6188_compat_ioctl32() 1350 if (!vc_hp_inf) { in nvp6188_compat_ioctl32() 1355 ret = nvp6188_ioctl(sd, cmd, vc_hp_inf); in nvp6188_compat_ioctl32() 1357 ret = copy_to_user(up, vc_hp_inf, sizeof(*vc_hp_inf)); in nvp6188_compat_ioctl32() 1361 kfree(vc_hp_inf); in nvp6188_compat_ioctl32()
|