Lines Matching defs:go

290 static int mjpeg_frame_header(struct go7007 *go, unsigned char *buf, int q)  in mjpeg_frame_header()
365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package()
416 static int mpeg1_frame_header(struct go7007 *go, unsigned char *buf, in mpeg1_frame_header()
524 static int mpeg1_sequence_header(struct go7007 *go, unsigned char *buf, int ext) in mpeg1_sequence_header()
631 static int gen_mpeg1hdr_to_package(struct go7007 *go, in gen_mpeg1hdr_to_package()
708 static int vti_bitlen(struct go7007 *go) in vti_bitlen()
717 static int mpeg4_frame_header(struct go7007 *go, unsigned char *buf, in mpeg4_frame_header()
771 static int mpeg4_sequence_header(struct go7007 *go, unsigned char *buf, int ext) in mpeg4_sequence_header()
817 static int gen_mpeg4hdr_to_package(struct go7007 *go, in gen_mpeg4hdr_to_package()
919 static int brctrl_to_package(struct go7007 *go, in brctrl_to_package()
1076 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package()
1198 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package()
1199 int (*sequence_header_func)(struct go7007 *go, in seqhead_to_package()
1277 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package()
1308 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package()
1371 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package()
1421 static int modet_to_package(struct go7007 *go, __le16 *code, int space) in modet_to_package()
1494 static noinline_for_stack int do_special(struct go7007 *go, u16 type, in do_special()
1543 int go7007_construct_fw_image(struct go7007 *go, u8 **fw, int *fwlen) in go7007_construct_fw_image()