Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c806 static void cfb_video_putc(struct stdio_dev *dev, const char c) in cfb_video_putc() function
1029 cfb_video_putc(dev, *s++); in cfb_video_puts()
2166 console_dev.putc = cfb_video_putc; /* 'putc' function */ in drv_video_init()