Searched refs:membuff (Results 1 – 25 of 651) sorted by relevance
12345678910>>...27
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | membuff.h | 33 struct membuff { struct 47 void membuff_purge(struct membuff *mb); 68 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data); 86 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data); 95 bool membuff_putbyte(struct membuff *mb, int ch); 102 int membuff_getbyte(struct membuff *mb); 113 int membuff_peekbyte(struct membuff *mb); 126 int membuff_get(struct membuff *mb, char *buff, int maxlen); 139 int membuff_put(struct membuff *mb, const char *buff, int length); 147 bool membuff_isempty(struct membuff *mb); [all …]
|
| H A D | autoconf.mk.dep | |
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | membuff.su | |
| H A D | .membuff.o.cmd | |
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | membuff.su | |
| H A D | membuff.c | 15 void membuff_purge(struct membuff *mb) in membuff_purge() 22 static int membuff_putrawflex(struct membuff *mb, int maxlen, bool update, in membuff_putrawflex() 76 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_putraw() 88 bool membuff_putbyte(struct membuff *mb, int ch) in membuff_putbyte() 99 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_getraw() 150 int membuff_getbyte(struct membuff *mb) in membuff_getbyte() 157 int membuff_peekbyte(struct membuff *mb) in membuff_peekbyte() 164 int membuff_get(struct membuff *mb, char *buff, int maxlen) in membuff_get() 187 int membuff_put(struct membuff *mb, const char *buff, int length) in membuff_put() 207 bool membuff_isempty(struct membuff *mb) in membuff_isempty() [all …]
|
| H A D | .membuff.o.cmd | |
| H A D | .built-in.o.cmd | |
| H A D | Makefile | 93 obj-y += membuff.o
|
| H A D | .of_live.o.cmd | |
| H A D | .div64.o.cmd | |
| H A D | .slre.o.cmd | |
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | console.c | 425 ch = membuff_getbyte((struct membuff *)&gd->console_in); in getc() 448 if (membuff_peekbyte((struct membuff *)&gd->console_in) != -1) in tstc() 536 membuff_putbyte((struct membuff *)&gd->console_out, c); in putc() 608 ret = membuff_new((struct membuff *)&gd->console_out, in console_record_init() 612 ret = membuff_new((struct membuff *)&gd->console_in, in console_record_init() 620 membuff_purge((struct membuff *)&gd->console_out); in console_record_reset() 621 membuff_purge((struct membuff *)&gd->console_in); in console_record_reset() 644 while (!membuff_isempty((struct membuff *)&gd->console_out)) { in console_record_print_purge() 645 c = membuff_getbyte((struct membuff *)&gd->console_out); in console_record_print_purge()
|
| H A D | .bouncebuf.o.cmd | |
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | global_data.h | 124 struct membuff console_out; /* console output */ 125 struct membuff console_in; /* console input */
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_keyb.c | 44 struct membuff in;
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | .cache.o.cmd | |
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | .ping.o.cmd | |
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | .fs.o.cmd | |
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | .OpteeClientRkNewFs_v1.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/disk/ |
| H A D | .part_efi.o.cmd | |
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | .pxe.o.cmd | |
| H A D | .help.o.cmd | |
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | .cpu-dt.o.cmd | |
12345678910>>...27