Home
last modified time | relevance | path

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

/devicemodel/hw/
A Dusb_core.c104 usb_block_append(struct usb_xfer *xfer, void *buf, int blen, void *hcb, in usb_block_append() argument
112 if (hcb == NULL) in usb_block_append()
118 memcpy(xb->hcb, hcb, hcb_len); in usb_block_append()
/devicemodel/include/
A Dusb_core.h164 void *hcb; /* host controller block */ member
249 void *hcb, int hcb_len);
/devicemodel/hw/pci/
A Dxhci.c2908 hcb = xfer->data[i].hcb; in pci_xhci_xfer_complete()
3095 struct xhci_block hcb; in pci_xhci_handle_transfer() local
3135 hcb.ccs = ccs; in pci_xhci_handle_transfer()
3136 hcb.trb_addr = addr; in pci_xhci_handle_transfer()
3143 hcb.ccs = ccs; in pci_xhci_handle_transfer()
3147 sizeof(hcb)); in pci_xhci_handle_transfer()
3176 sizeof(hcb)); in pci_xhci_handle_transfer()
3220 sizeof(hcb)); in pci_xhci_handle_transfer()
3237 sizeof(hcb)); in pci_xhci_handle_transfer()
3242 sizeof(hcb)); in pci_xhci_handle_transfer()
[all …]

Completed in 17 milliseconds