Lines Matching full:image
22 The struct fpga_image_info specifies what FPGA image to program. It is
41 * First, alloc the struct with information about the FPGA image to
52 * Indicate where the FPGA image is. This is pseudo-code; you're
55 if (image is in a scatter gather table) {
59 } else if (image is in a buffer) {
61 info->buf = [your image buffer]
62 info->count = [image buffer size]
64 } else if (image is in a firmware file) {
75 /* Deallocate the image info if you're done with it */
88 * fpga_image_info() - Specifies what FPGA image to program
89 * fpga_image_info_alloc() - Allocate an FPGA image info struct
90 * fpga_image_info_free() - Free an FPGA image info struct