Searched refs:membuff_put (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dmembuff.h128 * membuff_put() - write data to a membuff
138 int membuff_put(struct membuff *mb, const char *buff, int length);
/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c171 ret = membuff_put(&priv->in, scancode, USB_KBD_BOOT_REPORT_SIZE);
/u-boot/lib/
H A Dmembuff.c186 int membuff_put(struct membuff *mb, const char *buff, int length) function
/u-boot/common/
H A Dconsole.c114 if (membuff_put((struct membuff *)&gd->console_out, s, len) !=
866 return membuff_put((struct membuff *)&gd->console_in, str, strlen(str));

Completed in 144 milliseconds