Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmembuff.h138 int membuff_put(struct membuff *mb, const char *buff, int length);
/external/u-boot/drivers/usb/emul/
Dsandbox_keyb.c170 ret = membuff_put(&priv->in, scancode, USB_KBD_BOOT_REPORT_SIZE); in sandbox_usb_keyb_add_string()
/external/u-boot/lib/
Dmembuff.c186 int membuff_put(struct membuff *mb, const char *buff, int length) in membuff_put() function
/external/u-boot/common/
Dconsole.c572 membuff_put(&gd->console_out, s, strlen(s)); in puts()