Lines Matching defs:go
298 static int mjpeg_frame_header(struct go7007 *go, unsigned char *buf, int q) in mjpeg_frame_header()
373 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package()
424 static int mpeg1_frame_header(struct go7007 *go, unsigned char *buf, in mpeg1_frame_header()
532 static int mpeg1_sequence_header(struct go7007 *go, unsigned char *buf, int ext) in mpeg1_sequence_header()
639 static int gen_mpeg1hdr_to_package(struct go7007 *go, in gen_mpeg1hdr_to_package()
716 static int vti_bitlen(struct go7007 *go) in vti_bitlen()
725 static int mpeg4_frame_header(struct go7007 *go, unsigned char *buf, in mpeg4_frame_header()
779 static int mpeg4_sequence_header(struct go7007 *go, unsigned char *buf, int ext) in mpeg4_sequence_header()
825 static int gen_mpeg4hdr_to_package(struct go7007 *go, in gen_mpeg4hdr_to_package()
927 static int brctrl_to_package(struct go7007 *go, in brctrl_to_package()
1084 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package()
1206 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package()
1207 int (*sequence_header_func)(struct go7007 *go, in seqhead_to_package()
1285 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package()
1316 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package()
1379 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package()
1429 static int modet_to_package(struct go7007 *go, __le16 *code, int space) in modet_to_package()
1502 static noinline_for_stack int do_special(struct go7007 *go, u16 type, in do_special()
1548 int go7007_construct_fw_image(struct go7007 *go, u8 **fw, int *fwlen) in go7007_construct_fw_image()