Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-fifo.c40 buf = fifo8_pop_bufptr(&fifo, 2, &count); in test_fifo8_pop_bufptr_wrap()
54 buf = fifo8_pop_bufptr(&fifo, 8, &count); in test_fifo8_pop_bufptr_wrap()
86 buf = fifo8_pop_bufptr(&fifo, 2, &count); in test_fifo8_pop_bufptr()
127 buf = fifo8_pop_bufptr(&fifo, 2, &count); in test_fifo8_peek_bufptr_wrap()
/openbmc/qemu/include/qemu/
H A Dfifo8.h130 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr);
/openbmc/qemu/util/
H A Dfifo8.c109 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr) in fifo8_pop_bufptr() function
/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()
H A Dsifive_uart.c94 fifo8_pop_bufptr(&s->tx_fifo, ret, NULL); in sifive_uart_xmit()
/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()