Searched defs:fimage (Results 1 – 1 of 1) sorted by relevance
121 static enum fmt_image get_imageformat(struct fpgaimage *fimage) in get_imageformat()126 static void gs_print_header(struct fpgaimage *fimage) in gs_print_header()135 static void gs_read_bitstream(struct fpgaimage *fimage) in gs_read_bitstream()153 static int gs_read_image(struct fpgaimage *fimage) in gs_read_image()174 static int gs_load_image(struct fpgaimage *fimage, char *fw_file) in gs_load_image()189 static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes) in gs_download_image()255 static int gs_release_image(struct fpgaimage *fimage) in gs_release_image()266 static int gs_set_download_method(struct fpgaimage *fimage) in gs_set_download_method()292 struct fpgaimage *fimage; in gs_fpgaboot() local