Changeset 3f6c94ed in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-10-27T11:33:13Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7010861
- Parents:
- 5bc8250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
r5bc8250 r3f6c94ed 77 77 xhci_stream_ctx_t *primary_stream_ctx_array; 78 78 79 /** Size of the allocated primary stream context array. */ 80 uint16_t primary_stream_ctx_array_size; 81 79 82 /** 2-log of maximum number of primary streams (0-16). Not to be used directly. */ 80 83 uint8_t max_streams; … … 129 132 int xhci_endpoint_free_transfer_ds(xhci_endpoint_t *); 130 133 134 int xhci_endpoint_request_streams(xhci_hc_t *, xhci_device_t *, xhci_endpoint_t *, unsigned); 135 131 136 uint8_t xhci_endpoint_dci(xhci_endpoint_t *); 132 137 uint8_t xhci_endpoint_index(xhci_endpoint_t *);
Note:
See TracChangeset
for help on using the changeset viewer.