Changeset 1252e81 in mainline for uspace/drv/bus/usb/xhci/transfers.h
- Timestamp:
- 2017-10-20T09:52:48Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1d7a92
- Parents:
- 03936831
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/transfers.h
r03936831 r1252e81 50 50 int xhci_init_transfers(xhci_hc_t*); 51 51 void xhci_fini_transfers(xhci_hc_t*); 52 52 53 xhci_transfer_t* xhci_transfer_alloc(usb_transfer_batch_t*); 53 54 void xhci_transfer_fini(xhci_transfer_t*); 55 56 int xhci_handle_transfer_event(xhci_hc_t*, xhci_trb_t*); 57 54 58 int xhci_schedule_control_transfer(xhci_hc_t*, usb_transfer_batch_t*); 55 59 int xhci_schedule_bulk_transfer(xhci_hc_t*, usb_transfer_batch_t*); 56 60 int xhci_schedule_interrupt_transfer(xhci_hc_t*, usb_transfer_batch_t*); 57 int xhci_ handle_transfer_event(xhci_hc_t*, xhci_trb_t*);61 int xhci_schedule_isochronous_transfer(xhci_hc_t* , usb_transfer_batch_t* );
Note:
See TracChangeset
for help on using the changeset viewer.