Changeset ef1a3a8 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-10-29T11:53:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a312d8f
- Parents:
- d33dc780
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
rd33dc780 ref1a3a8 74 74 xhci_transfer_t active_transfer; 75 75 76 /** Primary stream context array (or NULL if endpoint doesn't use streams) */76 /** Primary stream context array (or NULL if endpoint doesn't use streams). */ 77 77 xhci_stream_ctx_t *primary_stream_ctx_array; 78 78 79 /** Size of the allocated primary stream context array. */ 79 /** Primary stream ring array (or NULL if endpoint doesn't use streams). */ 80 xhci_trb_ring_t *primary_stream_rings; 81 82 /** Size of the allocated primary stream context array (and ring array). */ 80 83 uint16_t primary_stream_ctx_array_size; 81 84
Note:
See TracChangeset
for help on using the changeset viewer.