Searched refs:img_info (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/bus/mhi/host/
H A Dboot.c23 struct image_info *img_info)
25 struct mhi_buf *mhi_buf = img_info->mhi_buf;
26 struct bhi_vec_entry *bhi_vec = img_info->bhi_vec;
33 for (i = 0; i < img_info->entries - 1; i++, mhi_buf++, bhi_vec++) {
320 struct image_info *img_info; local
323 img_info = kzalloc(sizeof(*img_info), GFP_KERNEL);
324 if (!img_info)
328 img_info->mhi_buf = kcalloc(segments, sizeof(*img_info
22 mhi_rddm_prepare(struct mhi_controller *mhi_cntrl, struct image_info *img_info) argument
367 mhi_firmware_copy(struct mhi_controller *mhi_cntrl, const u8 *buf, size_t remainder, struct image_info *img_info) argument
[all...]
H A Dinternal.h384 struct image_info *img_info);
/linux-master/drivers/fpga/tests/
H A Dfpga-mgr-test.c41 struct fpga_image_info *img_info; member in struct:mgr_ctx
226 ctx->img_info->count = IMAGE_SIZE;
227 ctx->img_info->buf = img_buf;
229 ret = fpga_mgr_load(ctx->mgr, ctx->img_info);
260 ctx->img_info->sgt = sgt;
262 ret = fpga_mgr_load(ctx->mgr, ctx->img_info);
277 sg_free_table(ctx->img_info->sgt);
294 ctx->img_info = fpga_image_info_alloc(&ctx->pdev->dev);
295 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx->img_info);
306 fpga_image_info_free(ctx->img_info);
[all...]
H A Dfpga-region-test.c107 struct fpga_image_info *img_info; local
111 img_info = fpga_image_info_alloc(&ctx->mgr_pdev->dev);
112 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, img_info);
114 img_info->buf = img_buf;
115 img_info->count = sizeof(img_buf);
117 ctx->region->info = img_info;
134 fpga_image_info_free(img_info);

Completed in 136 milliseconds