Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmembuff.h138 int membuff_put(struct membuff *mb, const char *buff, int length);
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c164 ret = membuff_put(&priv->in, str, len); in sandbox_usb_keyb_add_string()
/openbmc/u-boot/lib/
H A Dmembuff.c186 int membuff_put(struct membuff *mb, const char *buff, int length) in membuff_put() function
/openbmc/u-boot/common/
H A Dconsole.c559 membuff_put(&gd->console_out, s, strlen(s)); in puts()