Searched refs:fifo8_pop_bufptr (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/util/ |
H A D | fifo8.c | 100 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 D | fifo8.h | 105 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr);
|
/openbmc/qemu/hw/char/ |
H A D | goldfish_tty.c | 112 const uint8_t *buf = fifo8_pop_bufptr(&s->rx_fifo, len, &to_copy); in goldfish_tty_cmd()
|
/openbmc/qemu/chardev/ |
H A D | msmouse.c | 84 buf = fifo8_pop_bufptr(&mouse->outbuf, MIN(len, avail), &size); in DECLARE_INSTANCE_CHECKER()
|
/openbmc/qemu/hw/net/ |
H A D | allwinner_emac.c | 352 data = fifo8_pop_bufptr(fifo, len, &ret); in aw_emac_write()
|
/openbmc/qemu/ui/ |
H A D | console-vc.c | 290 buf = fifo8_pop_bufptr(&s->out_fifo, MIN(len, avail), &size); in kbd_send_chars()
|
H A D | gtk.c | 1823 buf = fifo8_pop_bufptr(&vc->vte.out_fifo, MIN(len, avail), &size); in gd_vc_send_chars()
|