Home
last modified time | relevance | path

Searched refs:vidconsole_drv_name (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dsandbox_sdl.c37 uc_priv->vidconsole_drv_name = plat->vidconsole_drv_name; in sandbox_sdl_probe()
H A Dvideo-uclass.c265 if (priv->vidconsole_drv_name) in video_post_probe()
266 drv_name = priv->vidconsole_drv_name; in video_post_probe()
/openbmc/u-boot/include/dm/
H A Dtest.h166 const char *vidconsole_drv_name; member
/openbmc/u-boot/include/
H A Dvideo.h80 const char *vidconsole_drv_name; member
/openbmc/u-boot/test/dm/
H A Dvideo.c95 plat->vidconsole_drv_name = "vidconsole0"; in select_vidconsole()