HomeSort by relevance Sort by last modified time
    Searched refs:usb_buf (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
usb-msd.c 42 uint8_t *usb_buf; member in struct:__anon4768
142 memcpy(s->usb_buf, s->scsi_buf, len);
144 memcpy(s->scsi_buf, s->usb_buf, len);
148 s->usb_buf += len;
168 memcpy(s->usb_buf, &csw, 13);
194 memset(s->usb_buf, 0, s->usb_len);
412 s->usb_buf = data;
460 s->usb_buf = data;
470 s->usb_buf = data;
477 memset(s->usb_buf, 0, s->usb_len)
    [all...]
usb-ohci.c 119 uint8_t usb_buf[8192]; member in struct:__anon4769
740 ohci_copy_iso_td(ohci, start_addr, end_addr, ohci->usb_buf, len, 0);
754 ohci->usb_packet.data = ohci->usb_buf;
776 ohci_copy_iso_td(ohci, start_addr, end_addr, ohci->usb_buf, ret, 1);
903 ohci_copy_td(ohci, &td, ohci->usb_buf, len, 0);
915 printf(" %.2x", ohci->usb_buf[i]);
944 ohci->usb_packet.data = ohci->usb_buf;
962 ohci_copy_td(ohci, &td, ohci->usb_buf, ret, 1);
966 printf(" %.2x", ohci->usb_buf[i]);
    [all...]

Completed in 228 milliseconds