Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmembuff.h32 struct membuff { struct
46 void membuff_purge(struct membuff *mb);
67 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data);
85 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data);
94 bool membuff_putbyte(struct membuff *mb, int ch);
101 int membuff_getbyte(struct membuff *mb);
112 int membuff_peekbyte(struct membuff *mb);
125 int membuff_get(struct membuff *mb, char *buff, int maxlen);
138 int membuff_put(struct membuff *mb, const char *buff, int length);
146 bool membuff_isempty(struct membuff *mb);
[all …]
/external/u-boot/lib/
Dmembuff.c14 void membuff_purge(struct membuff *mb) in membuff_purge()
21 static int membuff_putrawflex(struct membuff *mb, int maxlen, bool update, in membuff_putrawflex()
75 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_putraw()
87 bool membuff_putbyte(struct membuff *mb, int ch) in membuff_putbyte()
98 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_getraw()
149 int membuff_getbyte(struct membuff *mb) in membuff_getbyte()
156 int membuff_peekbyte(struct membuff *mb) in membuff_peekbyte()
163 int membuff_get(struct membuff *mb, char *buff, int maxlen) in membuff_get()
186 int membuff_put(struct membuff *mb, const char *buff, int length) in membuff_put()
206 bool membuff_isempty(struct membuff *mb) in membuff_isempty()
[all …]
DMakefile85 obj-y += membuff.o
/external/u-boot/include/asm-generic/
Dglobal_data.h107 struct membuff console_out; /* console output */
108 struct membuff console_in; /* console input */
/external/u-boot/drivers/usb/emul/
Dsandbox_keyb.c41 struct membuff in;