Changeset eb862fd in mainline for uspace/drv/bus/usb/xhci/isoch.c
- Timestamp:
- 2018-02-03T02:19:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5718c79
- Parents:
- 45457265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/isoch.c
r45457265 reb862fd 270 270 */ 271 271 static inline void window_decide(window_decision_t *res, xhci_hc_t *hc, 272 272 uint64_t mfindex) 273 273 { 274 274 const uint64_t current_mf = get_current_microframe(hc); … … 588 588 589 589 void isoch_handle_transfer_event(xhci_hc_t *hc, xhci_endpoint_t *ep, 590 590 xhci_trb_t *trb) 591 591 { 592 592 assert(ep->base.transfer_type == USB_TRANSFER_ISOCHRONOUS);
Note:
See TracChangeset
for help on using the changeset viewer.