Home
last modified time | relevance | path

Searched refs:ho (Results 1 – 2 of 2) sorted by relevance

/drivers/pci/
A Dpci_rom.c385 struct video_handoff *ho; in vesa_setup_video() local
387 ho = bloblist_find(BLOBLISTT_U_BOOT_VIDEO, sizeof(*ho)); in vesa_setup_video()
388 if (!ho) in vesa_setup_video()
390 plat->base = ho->fb; in vesa_setup_video()
391 plat->size = ho->size; in vesa_setup_video()
395 uc_priv->bpix = ho->bpix; in vesa_setup_video()
431 struct video_handoff *ho; in vesa_setup_video() local
433 ho = bloblist_add(BLOBLISTT_U_BOOT_VIDEO, sizeof(*ho), 0); in vesa_setup_video()
434 if (!ho) in vesa_setup_video()
437 ho->fb = plat->base; in vesa_setup_video()
[all …]
/drivers/video/
A Dvideo-uclass.c256 if (!ho->fb || ho->size == 0) in video_reserve_from_bloblist()
259 gd->video_bottom = ho->fb; in video_reserve_from_bloblist()
260 gd->video_top = ho->fb + ho->size; in video_reserve_from_bloblist()
262 __func__, (unsigned long)ho->size, (u32)ho->fb); in video_reserve_from_bloblist()
657 struct video_handoff *ho; in video_post_probe() local
659 ho = bloblist_add(BLOBLISTT_U_BOOT_VIDEO, sizeof(*ho), 0); in video_post_probe()
660 if (!ho) in video_post_probe()
662 ho->fb = gd->video_bottom; in video_post_probe()
665 ho->xsize = priv->xsize; in video_post_probe()
666 ho->ysize = priv->ysize; in video_post_probe()
[all …]

Completed in 7 milliseconds