Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c805 static void cfb_video_putc(struct stdio_dev *dev, const char c) in cfb_video_putc() function
1028 cfb_video_putc(dev, *s++); in cfb_video_puts()
2169 console_dev.putc = cfb_video_putc; /* 'putc' function */ in drv_video_init()