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

  /external/qemu/hw/
usb-msd.c 42 uint8_t *usb_buf; member in struct:__anon6339
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 118 uint8_t usb_buf[8192]; member in struct:__anon6340
739 ohci_copy_iso_td(ohci, start_addr, end_addr, ohci->usb_buf, len, 0);
753 ohci->usb_packet.data = ohci->usb_buf;
775 ohci_copy_iso_td(ohci, start_addr, end_addr, ohci->usb_buf, ret, 1);
902 ohci_copy_td(ohci, &td, ohci->usb_buf, len, 0);
914 printf(" %.2x", ohci->usb_buf[i]);
943 ohci->usb_packet.data = ohci->usb_buf;
961 ohci_copy_td(ohci, &td, ohci->usb_buf, ret, 1);
965 printf(" %.2x", ohci->usb_buf[i]);
    [all...]

Completed in 146 milliseconds