Home
last modified time | relevance | path

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

/u-boot/include/
A Dserial.h56 void usbtty_putc(struct stdio_dev *dev, const char c);
64 #define usbtty_putc(dev, a) macro
/u-boot/drivers/serial/
A Dusbtty.c433 void usbtty_putc(struct stdio_dev *dev, const char c) in usbtty_putc() function
572 usbttydev.putc = usbtty_putc; /* 'putc' function */ in drv_usbtty_init()

Completed in 5 milliseconds