Changeset 0eadfd1e in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2018-01-09T14:14:32Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dfa1fc8
Parents:
17c5e62
Message:

xhci: allocate/free transfer ring internally in endpoint init/fini

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/endpoint.h

    r17c5e62 r0eadfd1e  
    150150int xhci_endpoint_init(xhci_endpoint_t *, device_t *, const usb_endpoint_descriptors_t *);
    151151void xhci_endpoint_fini(xhci_endpoint_t *);
    152 int xhci_endpoint_alloc_transfer_ds(xhci_endpoint_t *);
    153 void xhci_endpoint_free_transfer_ds(xhci_endpoint_t *);
    154152
    155153int xhci_endpoint_request_streams(xhci_hc_t *, xhci_device_t *, xhci_endpoint_t *, unsigned);
Note: See TracChangeset for help on using the changeset viewer.