Home
last modified time | relevance | path

Searched refs:fifo8_pop_buf (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dfifo8.h94 const uint8_t *fifo8_pop_buf(Fifo8 *fifo, uint32_t max, uint32_t *num);
/openbmc/qemu/util/
H A Dfifo8.c69 const uint8_t *fifo8_pop_buf(Fifo8 *fifo, uint32_t max, uint32_t *num) in fifo8_pop_buf() function
/openbmc/qemu/hw/char/
H A Dgoldfish_tty.c112 buf = (uint8_t *)fifo8_pop_buf(&s->rx_fifo, len, &to_copy); in goldfish_tty_cmd()
/openbmc/qemu/chardev/
H A Dmsmouse.c84 buf = fifo8_pop_buf(&mouse->outbuf, MIN(len, avail), &size); in DECLARE_INSTANCE_CHECKER()
/openbmc/qemu/hw/net/
H A Dallwinner_emac.c352 data = fifo8_pop_buf(fifo, len, &ret); in aw_emac_write()
/openbmc/qemu/ui/
H A Dconsole-vc.c290 buf = fifo8_pop_buf(&s->out_fifo, MIN(len, avail), &size); in kbd_send_chars()
H A Dgtk.c1809 buf = fifo8_pop_buf(&vc->vte.out_fifo, MIN(len, avail), &size); in gd_vc_send_chars()
/openbmc/qemu/hw/scsi/
H A Desp.c130 buf = fifo8_pop_buf(fifo, maxlen, &n); in esp_fifo_pop_buf()