Home
last modified time | relevance | path

Searched refs:hdrae (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov4688.c1083 struct preisp_hdrae_exp_s *hdrae; in ov4688_compat_ioctl32() local
1155 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in ov4688_compat_ioctl32()
1156 if (!hdrae) { in ov4688_compat_ioctl32()
1161 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in ov4688_compat_ioctl32()
1163 kfree(hdrae); in ov4688_compat_ioctl32()
1166 ret = ov4688_ioctl(sd, cmd, hdrae); in ov4688_compat_ioctl32()
1167 kfree(hdrae); in ov4688_compat_ioctl32()
H A Djx_k17.c642 struct preisp_hdrae_exp_s *hdrae; in jx_k17_compat_ioctl32() local
694 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in jx_k17_compat_ioctl32()
695 if (!hdrae) { in jx_k17_compat_ioctl32()
700 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in jx_k17_compat_ioctl32()
702 ret = jx_k17_ioctl(sd, cmd, hdrae); in jx_k17_compat_ioctl32()
705 kfree(hdrae); in jx_k17_compat_ioctl32()
H A Dov7251.c1085 struct preisp_hdrae_exp_s *hdrae; in ov7251_compat_ioctl32() local
1133 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in ov7251_compat_ioctl32()
1134 if (!hdrae) { in ov7251_compat_ioctl32()
1139 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in ov7251_compat_ioctl32()
1141 ret = ov7251_ioctl(sd, cmd, hdrae); in ov7251_compat_ioctl32()
1144 kfree(hdrae); in ov7251_compat_ioctl32()
H A Dgc1084.c757 struct preisp_hdrae_exp_s *hdrae; in gc1084_compat_ioctl32() local
808 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in gc1084_compat_ioctl32()
809 if (!hdrae) { in gc1084_compat_ioctl32()
814 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in gc1084_compat_ioctl32()
816 ret = gc1084_ioctl(sd, cmd, hdrae); in gc1084_compat_ioctl32()
819 kfree(hdrae); in gc1084_compat_ioctl32()
H A Dsc230ai.c1001 struct preisp_hdrae_exp_s *hdrae; in sc230ai_compat_ioctl32() local
1052 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc230ai_compat_ioctl32()
1053 if (!hdrae) { in sc230ai_compat_ioctl32()
1058 if (copy_from_user(hdrae, up, sizeof(*hdrae))) { in sc230ai_compat_ioctl32()
1059 kfree(hdrae); in sc230ai_compat_ioctl32()
1063 ret = sc230ai_ioctl(sd, cmd, hdrae); in sc230ai_compat_ioctl32()
1064 kfree(hdrae); in sc230ai_compat_ioctl32()
H A Dsc401ai.c893 struct preisp_hdrae_exp_s *hdrae; in sc401ai_compat_ioctl32() local
959 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc401ai_compat_ioctl32()
960 if (!hdrae) { in sc401ai_compat_ioctl32()
965 if (copy_from_user(hdrae, up, sizeof(*hdrae))) { in sc401ai_compat_ioctl32()
966 kfree(hdrae); in sc401ai_compat_ioctl32()
970 sc401ai_ioctl(sd, cmd, hdrae); in sc401ai_compat_ioctl32()
971 kfree(hdrae); in sc401ai_compat_ioctl32()
H A Dgc2093.c1014 struct preisp_hdrae_exp_s *hdrae; in gc2093_compat_ioctl32() local
1064 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in gc2093_compat_ioctl32()
1065 if (!hdrae) { in gc2093_compat_ioctl32()
1070 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in gc2093_compat_ioctl32()
1072 ret = gc2093_ioctl(sd, cmd, hdrae); in gc2093_compat_ioctl32()
1075 kfree(hdrae); in gc2093_compat_ioctl32()
H A Djx_f37.c849 struct preisp_hdrae_exp_s *hdrae; in jx_f37_compat_ioctl32() local
900 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in jx_f37_compat_ioctl32()
901 if (!hdrae) { in jx_f37_compat_ioctl32()
906 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in jx_f37_compat_ioctl32()
908 ret = jx_f37_ioctl(sd, cmd, hdrae); in jx_f37_compat_ioctl32()
911 kfree(hdrae); in jx_f37_compat_ioctl32()
H A Dov4686.c887 struct preisp_hdrae_exp_s *hdrae; in OV4686_compat_ioctl32() local
941 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in OV4686_compat_ioctl32()
942 if (!hdrae) { in OV4686_compat_ioctl32()
947 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in OV4686_compat_ioctl32()
949 ret = OV4686_ioctl(sd, cmd, hdrae); in OV4686_compat_ioctl32()
950 kfree(hdrae); in OV4686_compat_ioctl32()
H A Dov4689.c942 struct preisp_hdrae_exp_s *hdrae; in ov4689_compat_ioctl32() local
996 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in ov4689_compat_ioctl32()
997 if (!hdrae) { in ov4689_compat_ioctl32()
1002 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in ov4689_compat_ioctl32()
1004 ret = ov4689_ioctl(sd, cmd, hdrae); in ov4689_compat_ioctl32()
1005 kfree(hdrae); in ov4689_compat_ioctl32()
H A Dsc4336.c756 struct preisp_hdrae_exp_s *hdrae; in sc4336_compat_ioctl32() local
804 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc4336_compat_ioctl32()
805 if (!hdrae) { in sc4336_compat_ioctl32()
810 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in sc4336_compat_ioctl32()
812 ret = sc4336_ioctl(sd, cmd, hdrae); in sc4336_compat_ioctl32()
815 kfree(hdrae); in sc4336_compat_ioctl32()
H A Dsc5336.c789 struct preisp_hdrae_exp_s *hdrae; in sc5336_compat_ioctl32() local
837 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc5336_compat_ioctl32()
838 if (!hdrae) { in sc5336_compat_ioctl32()
843 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in sc5336_compat_ioctl32()
845 ret = sc5336_ioctl(sd, cmd, hdrae); in sc5336_compat_ioctl32()
848 kfree(hdrae); in sc5336_compat_ioctl32()
H A Dov02b10.c618 struct preisp_hdrae_exp_s *hdrae; in ov02b10_compat_ioctl32() local
683 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in ov02b10_compat_ioctl32()
684 if (!hdrae) { in ov02b10_compat_ioctl32()
689 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in ov02b10_compat_ioctl32()
691 ret = ov02b10_ioctl(sd, cmd, hdrae); in ov02b10_compat_ioctl32()
694 kfree(hdrae); in ov02b10_compat_ioctl32()
H A Dsc4210.c1965 struct preisp_hdrae_exp_s *hdrae; in sc4210_compat_ioctl32() local
2017 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc4210_compat_ioctl32()
2018 if (!hdrae) { in sc4210_compat_ioctl32()
2023 if (copy_from_user(hdrae, up, sizeof(*hdrae))) { in sc4210_compat_ioctl32()
2024 kfree(hdrae); in sc4210_compat_ioctl32()
2028 ret = sc4210_ioctl(sd, cmd, hdrae); in sc4210_compat_ioctl32()
2029 kfree(hdrae); in sc4210_compat_ioctl32()
H A Dsc2310.c1183 struct preisp_hdrae_exp_s *hdrae; in sc2310_compat_ioctl32() local
1251 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc2310_compat_ioctl32()
1252 if (!hdrae) { in sc2310_compat_ioctl32()
1257 if (copy_from_user(hdrae, up, sizeof(*hdrae))) { in sc2310_compat_ioctl32()
1258 kfree(hdrae); in sc2310_compat_ioctl32()
1261 ret = sc2310_ioctl(sd, cmd, hdrae); in sc2310_compat_ioctl32()
1262 kfree(hdrae); in sc2310_compat_ioctl32()
H A Dsc850sl.c887 struct preisp_hdrae_exp_s *hdrae; in sc850sl_compat_ioctl32() local
956 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc850sl_compat_ioctl32()
957 if (!hdrae) { in sc850sl_compat_ioctl32()
962 if (copy_from_user(hdrae, up, sizeof(*hdrae))) { in sc850sl_compat_ioctl32()
963 kfree(hdrae); in sc850sl_compat_ioctl32()
966 ret = sc850sl_ioctl(sd, cmd, hdrae); in sc850sl_compat_ioctl32()
967 kfree(hdrae); in sc850sl_compat_ioctl32()
H A Dsc530ai.c1243 struct preisp_hdrae_exp_s *hdrae; in sc530ai_compat_ioctl32() local
1295 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc530ai_compat_ioctl32()
1296 if (!hdrae) { in sc530ai_compat_ioctl32()
1301 if (copy_from_user(hdrae, up, sizeof(*hdrae))) { in sc530ai_compat_ioctl32()
1302 kfree(hdrae); in sc530ai_compat_ioctl32()
1306 ret = sc530ai_ioctl(sd, cmd, hdrae); in sc530ai_compat_ioctl32()
1307 kfree(hdrae); in sc530ai_compat_ioctl32()
H A Dos05a20.c1125 struct preisp_hdrae_exp_s *hdrae; in os05a20_compat_ioctl32() local
1179 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in os05a20_compat_ioctl32()
1180 if (!hdrae) { in os05a20_compat_ioctl32()
1185 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in os05a20_compat_ioctl32()
1187 ret = os05a20_ioctl(sd, cmd, hdrae); in os05a20_compat_ioctl32()
1188 kfree(hdrae); in os05a20_compat_ioctl32()
H A Dgc4653.c801 struct preisp_hdrae_exp_s *hdrae; in gc4653_compat_ioctl32() local
866 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in gc4653_compat_ioctl32()
867 if (!hdrae) { in gc4653_compat_ioctl32()
872 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in gc4653_compat_ioctl32()
874 ret = gc4653_ioctl(sd, cmd, hdrae); in gc4653_compat_ioctl32()
877 kfree(hdrae); in gc4653_compat_ioctl32()
H A Dsc3338.c752 struct preisp_hdrae_exp_s *hdrae; in sc3338_compat_ioctl32() local
800 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc3338_compat_ioctl32()
801 if (!hdrae) { in sc3338_compat_ioctl32()
806 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in sc3338_compat_ioctl32()
808 ret = sc3338_ioctl(sd, cmd, hdrae); in sc3338_compat_ioctl32()
811 kfree(hdrae); in sc3338_compat_ioctl32()
H A Dsc223a.c793 struct preisp_hdrae_exp_s *hdrae; in sc223a_compat_ioctl32() local
841 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc223a_compat_ioctl32()
842 if (!hdrae) { in sc223a_compat_ioctl32()
847 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in sc223a_compat_ioctl32()
849 ret = sc223a_ioctl(sd, cmd, hdrae); in sc223a_compat_ioctl32()
852 kfree(hdrae); in sc223a_compat_ioctl32()
H A Dgc3003.c1190 struct preisp_hdrae_exp_s *hdrae; in gc3003_compat_ioctl32() local
1255 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in gc3003_compat_ioctl32()
1256 if (!hdrae) { in gc3003_compat_ioctl32()
1261 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in gc3003_compat_ioctl32()
1263 ret = gc3003_ioctl(sd, cmd, hdrae); in gc3003_compat_ioctl32()
1266 kfree(hdrae); in gc3003_compat_ioctl32()
H A Dsc430cs.c770 struct preisp_hdrae_exp_s *hdrae; in sc430cs_compat_ioctl32() local
834 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc430cs_compat_ioctl32()
835 if (!hdrae) { in sc430cs_compat_ioctl32()
840 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in sc430cs_compat_ioctl32()
842 ret = sc430cs_ioctl(sd, cmd, hdrae); in sc430cs_compat_ioctl32()
845 kfree(hdrae); in sc430cs_compat_ioctl32()
H A Dsc2336.c770 struct preisp_hdrae_exp_s *hdrae; in sc2336_compat_ioctl32() local
818 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc2336_compat_ioctl32()
819 if (!hdrae) { in sc2336_compat_ioctl32()
824 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in sc2336_compat_ioctl32()
826 ret = sc2336_ioctl(sd, cmd, hdrae); in sc2336_compat_ioctl32()
829 kfree(hdrae); in sc2336_compat_ioctl32()
H A Dsc2232.c788 struct preisp_hdrae_exp_s *hdrae; in sc2232_compat_ioctl32() local
853 hdrae = kzalloc(sizeof(*hdrae), GFP_KERNEL); in sc2232_compat_ioctl32()
854 if (!hdrae) { in sc2232_compat_ioctl32()
859 ret = copy_from_user(hdrae, up, sizeof(*hdrae)); in sc2232_compat_ioctl32()
861 ret = sc2232_ioctl(sd, cmd, hdrae); in sc2232_compat_ioctl32()
864 kfree(hdrae); in sc2232_compat_ioctl32()

123