Home
last modified time | relevance | path

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

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