Home
last modified time | relevance | path

Searched refs:bcm2835_get_video_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmsg.h32 int bcm2835_get_video_size(int *widthp, int *heightp);
/openbmc/u-boot/drivers/video/
H A Dbcm2835.c21 ret = bcm2835_get_video_size(&w, &h); in bcm2835_video_probe()
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c89 int bcm2835_get_video_size(int *widthp, int *heightp) in bcm2835_get_video_size() function