Home
last modified time | relevance | path

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

/u-boot/include/
A Dmembuff.h32 struct membuff { struct
46 void membuff_purge(struct membuff *mb);
101 int membuff_getbyte(struct membuff *mb);
112 int membuff_peekbyte(struct membuff *mb);
146 bool membuff_isempty(struct membuff *mb);
154 int membuff_avail(struct membuff *mb);
164 int membuff_size(struct membuff *mb);
175 bool membuff_makecontig(struct membuff *mb);
183 int membuff_free(struct membuff *mb);
227 void membuff_uninit(struct membuff *mb);
[all …]
/u-boot/lib/
A Dmembuff.c15 void membuff_purge(struct membuff *mb) in membuff_purge()
150 int membuff_getbyte(struct membuff *mb) in membuff_getbyte()
157 int membuff_peekbyte(struct membuff *mb) in membuff_peekbyte()
207 bool membuff_isempty(struct membuff *mb) in membuff_isempty()
212 int membuff_avail(struct membuff *mb) in membuff_avail()
214 struct membuff copy; in membuff_avail()
229 int membuff_size(struct membuff *mb) in membuff_size()
234 bool membuff_makecontig(struct membuff *mb) in membuff_makecontig()
285 int membuff_free(struct membuff *mb) in membuff_free()
379 void membuff_uninit(struct membuff *mb) in membuff_uninit()
[all …]
A DMakefile118 obj-y += membuff.o
/u-boot/common/
A Dconsole.c100 !membuff_putbyte((struct membuff *)&gd->console_out, c)) in console_record_putc()
111 if (membuff_put((struct membuff *)&gd->console_out, s, len) != in console_record_puts()
124 return membuff_getbyte((struct membuff *)&gd->console_in); in console_record_getc()
132 if (membuff_peekbyte((struct membuff *)&gd->console_in) != -1) in console_record_tstc()
812 ret = membuff_new((struct membuff *)&gd->console_out, in console_record_init()
818 ret = membuff_new((struct membuff *)&gd->console_in, in console_record_init()
826 membuff_purge((struct membuff *)&gd->console_out); in console_record_reset()
827 membuff_purge((struct membuff *)&gd->console_in); in console_record_reset()
844 return membuff_readline((struct membuff *)&gd->console_out, str, in console_record_readline()
850 return membuff_avail((struct membuff *)&gd->console_out); in console_record_avail()
[all …]
/u-boot/arch/sandbox/include/asm/
A Dserial.h47 struct membuff buf;
/u-boot/include/asm-generic/
A Dglobal_data.h353 struct membuff console_out;
360 struct membuff console_in;
/u-boot/boot/
A Dbootmeth_extlinux.c77 struct membuff mb; in extlinux_fill_info()
/u-boot/drivers/usb/emul/
A Dsandbox_keyb.c42 struct membuff in;

Completed in 26 milliseconds