Changeset eb862fd in mainline for uspace/drv/bus/usb/xhci/isoch.c


Ignore:
Timestamp:
2018-02-03T02:19:02Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5718c79
Parents:
45457265
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/isoch.c

    r45457265 reb862fd  
    270270 */
    271271static inline void window_decide(window_decision_t *res, xhci_hc_t *hc,
    272     uint64_t mfindex)
     272        uint64_t mfindex)
    273273{
    274274        const uint64_t current_mf = get_current_microframe(hc);
     
    588588
    589589void isoch_handle_transfer_event(xhci_hc_t *hc, xhci_endpoint_t *ep,
    590     xhci_trb_t *trb)
     590        xhci_trb_t *trb)
    591591{
    592592        assert(ep->base.transfer_type == USB_TRANSFER_ISOCHRONOUS);
Note: See TracChangeset for help on using the changeset viewer.