Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmembuff.h101 int membuff_getbyte(struct membuff *mb);
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c188 ch = membuff_getbyte(&priv->in); in sandbox_keyb_interrupt()
/openbmc/u-boot/lib/
H A Dmembuff.c149 int membuff_getbyte(struct membuff *mb) in membuff_getbyte() function
/openbmc/u-boot/common/
H A Dconsole.c399 ch = membuff_getbyte(&gd->console_in); in getc()