Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dcircbuf.h24 int buf_pop (circbuf_t * buf, char *dest, unsigned int len);
/OK3568_Linux_fs/u-boot/lib/
H A Dcircbuf.c41 int buf_pop (circbuf_t * buf, char *dest, unsigned int len) in buf_pop() function
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c423 buf_pop (&usbtty_input, &c, 1); in usbtty_getc()
890 popped = buf_pop (buf, dest, popnum); in write_buffer()