Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcircbuf.h21 int buf_init (circbuf_t * buf, unsigned int size);
/openbmc/u-boot/lib/
H A Dcircbuf.c13 int buf_init (circbuf_t * buf, unsigned int size) in buf_init() function
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c548 buf_init (&usbtty_input, USBTTY_BUFFER_SIZE); in drv_usbtty_init()
549 buf_init (&usbtty_output, USBTTY_BUFFER_SIZE); in drv_usbtty_init()