Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmembuff.h236 int membuff_new(struct membuff *mb, int size);
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c215 return membuff_new(&priv->in, 256); in sandbox_keyb_probe()
/openbmc/u-boot/common/
H A Dconsole.c589 ret = membuff_new(&gd->console_out, CONFIG_CONSOLE_RECORD_OUT_SIZE); in console_record_init()
592 ret = membuff_new(&gd->console_in, CONFIG_CONSOLE_RECORD_IN_SIZE); in console_record_init()
/openbmc/u-boot/lib/
H A Dmembuff.c368 int membuff_new(struct membuff *mb, int size) in membuff_new() function