Home
last modified time | relevance | path

Searched refs:fifo8_pop_bufptr (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/util/
H A Dfifo8.c100 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr) in fifo8_pop_bufptr() function
116 buf = fifo8_pop_bufptr(fifo, len, &n1); in fifo8_pop_buf()
125 buf = fifo8_pop_bufptr(fifo, len, &n2); in fifo8_pop_buf()
/openbmc/qemu/include/qemu/
H A Dfifo8.h105 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr);
/openbmc/qemu/hw/char/
H A Dgoldfish_tty.c112 const uint8_t *buf = fifo8_pop_bufptr(&s->rx_fifo, len, &to_copy); in goldfish_tty_cmd()
/openbmc/qemu/chardev/
H A Dmsmouse.c84 buf = fifo8_pop_bufptr(&mouse->outbuf, MIN(len, avail), &size); in DECLARE_INSTANCE_CHECKER()
/openbmc/qemu/hw/net/
H A Dallwinner_emac.c352 data = fifo8_pop_bufptr(fifo, len, &ret); in aw_emac_write()
/openbmc/qemu/ui/
H A Dconsole-vc.c290 buf = fifo8_pop_bufptr(&s->out_fifo, MIN(len, avail), &size); in kbd_send_chars()
H A Dgtk.c1823 buf = fifo8_pop_bufptr(&vc->vte.out_fifo, MIN(len, avail), &size); in gd_vc_send_chars()