Home
last modified time | relevance | path

Searched defs:obuf (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/input/
H A Dadb.c49 static int do_adb_request(ADBBusState *s, uint8_t *obuf, const uint8_t *buf, in do_adb_request()
95 int adb_request(ADBBusState *s, uint8_t *obuf, const uint8_t *buf, int len) in adb_request()
109 int adb_poll(ADBBusState *s, uint8_t *obuf, uint16_t poll_mask) in adb_poll()
H A Dadb-mouse.c107 static int adb_mouse_poll(ADBDevice *d, uint8_t *obuf) in adb_mouse_poll()
150 static int adb_mouse_request(ADBDevice *d, uint8_t *obuf, in adb_mouse_request()
H A Dadb-kbd.c191 static int adb_kbd_poll(ADBDevice *d, uint8_t *obuf) in adb_kbd_poll()
226 static int adb_kbd_request(ADBDevice *d, uint8_t *obuf, in adb_kbd_request()
/qemu/audio/
H A Drate_template.h30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, in NAME()
/qemu/hw/misc/macio/
H A Dcuda.c207 uint8_t obuf[ADB_MAX_OUT_LEN + 2]; in cuda_adb_poll() local
387 uint8_t obuf[16] = { CUDA_PACKET, 0, data[0] }; in cuda_receive_packet() local
432 uint8_t obuf[ADB_MAX_OUT_LEN + 3]; in cuda_receive_packet_from_host() local
/qemu/tests/unit/
H A Dtest-iov.c65 unsigned char *ibuf, *obuf; in test_to_from_buf_1() local
/qemu/hw/misc/
H A Dmac_via.c578 uint8_t obuf[9]; in adb_via_poll() local