Searched refs:bt565_inf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/ |
| H A D | techpoint_v4l2.c | 628 struct rkmodule_bt656_mbus_info *bt565_inf; in techpoint_compat_ioctl32() local 698 bt565_inf = kzalloc(sizeof(*bt565_inf), GFP_KERNEL); in techpoint_compat_ioctl32() 699 if (!bt565_inf) { in techpoint_compat_ioctl32() 704 ret = techpoint_ioctl(sd, cmd, bt565_inf); in techpoint_compat_ioctl32() 706 ret = copy_to_user(up, bt565_inf, sizeof(*bt565_inf)); in techpoint_compat_ioctl32() 710 kfree(bt565_inf); in techpoint_compat_ioctl32()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_v4l2.c | 1040 struct rkmodule_bt656_mbus_info *bt565_inf; in nvp6158_compat_ioctl32() local 1076 bt565_inf = kzalloc(sizeof(*bt565_inf), GFP_KERNEL); in nvp6158_compat_ioctl32() 1077 if (!bt565_inf) { in nvp6158_compat_ioctl32() 1082 ret = nvp6158_ioctl(sd, cmd, bt565_inf); in nvp6158_compat_ioctl32() 1084 ret = copy_to_user(up, bt565_inf, sizeof(*bt565_inf)); in nvp6158_compat_ioctl32() 1088 kfree(bt565_inf); in nvp6158_compat_ioctl32()
|