Home
last modified time | relevance | path

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

/devicemodel/hw/
A Dusb_core.c107 struct usb_block *xb; in usb_block_append() local
115 xb = &xfer->data[xfer->tail]; in usb_block_append()
116 xb->buf = buf; in usb_block_append()
117 xb->blen = blen; in usb_block_append()
118 memcpy(xb->hcb, hcb, hcb_len); in usb_block_append()
119 xb->stat = USB_BLOCK_FREE; in usb_block_append()
120 xb->bdone = 0; in usb_block_append()
121 xb->type = USB_DATA_NONE; in usb_block_append()
124 return xb; in usb_block_append()

Completed in 2 milliseconds