Changeset 1af4c00 in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2018-01-17T13:28:34Z (7 years ago)
Author:
Salmelu <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4cc0c2e0
Parents:
61e27e80
Message:

xhci: fixed transition to and from streams

Added remove streams function to transition the endpoint back to single ring no streams mode.
Requesting streams now stops the endpoint, clears the ring and executes update endpoint command.

File:
1 edited

Legend:

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

    r61e27e80 r1af4c00  
    135135void xhci_endpoint_fini(xhci_endpoint_t *);
    136136
     137void xhci_endpoint_free_transfer_ds(xhci_endpoint_t *xhci_ep);
     138
    137139uint8_t xhci_endpoint_dci(xhci_endpoint_t *);
    138140uint8_t xhci_endpoint_index(xhci_endpoint_t *);
Note: See TracChangeset for help on using the changeset viewer.