Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dsandbox_sdl.c38 uc_priv->vidconsole_drv_name = plat->vidconsole_drv_name; in sandbox_sdl_probe()
H A Dvideo-uclass.c248 if (priv->vidconsole_drv_name) in video_post_probe()
249 drv_name = priv->vidconsole_drv_name; in video_post_probe()
/rk3399_rockchip-uboot/include/dm/
H A Dtest.h168 const char *vidconsole_drv_name; member
/rk3399_rockchip-uboot/include/
H A Dvideo.h77 const char *vidconsole_drv_name; member
/rk3399_rockchip-uboot/test/dm/
H A Dvideo.c98 plat->vidconsole_drv_name = "vidconsole0"; in select_vidconsole()