HomeSort by relevance Sort by last modified time
    Searched refs:video_clear (Results 1 - 5 of 5) sorted by null

  /external/u-boot/include/
video.h 120 * video_clear() - Clear a device's frame buffer to background color.
124 void video_clear(struct udevice *dev);
253 void video_clear(void);
  /external/u-boot/drivers/video/
video-uclass.c 89 void video_clear(struct udevice *dev) function
223 video_clear(dev);
vidconsole-uclass.c 238 video_clear(dev->parent);
cfb_console.c 1996 void video_clear(void) function
    [all...]
  /external/u-boot/test/dm/
video.c 171 video_clear(con->parent);

Completed in 2946 milliseconds