Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dcircbuf.h22 int buf_init (circbuf_t * buf, unsigned int size);
/rk3399_rockchip-uboot/lib/
H A Dcircbuf.c14 int buf_init (circbuf_t * buf, unsigned int size) in buf_init() function
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c549 buf_init (&usbtty_input, USBTTY_BUFFER_SIZE); in drv_usbtty_init()
550 buf_init (&usbtty_output, USBTTY_BUFFER_SIZE); in drv_usbtty_init()