Changeset 9b2f69e in mainline for uspace/drv/bus/usb/xhci/trb_ring.c


Ignore:
Timestamp:
2017-10-15T20:08:16Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7db009
Parents:
816f5f4
Message:

Setting up endpoint contexts (almost) properly. Boilerplate for interrupt transfers. Simplified TRB ring initialization.

File:
1 edited

Legend:

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

    r816f5f4 r9b2f69e  
    9292 * Event when it fails, the structure needs to be finalized.
    9393 */
    94 int xhci_trb_ring_init(xhci_trb_ring_t *ring, xhci_hc_t *hc)
     94int xhci_trb_ring_init(xhci_trb_ring_t *ring)
    9595{
    9696        struct trb_segment *segment;
     
    237237 * Even when it fails, the structure needs to be finalized.
    238238 */
    239 int xhci_event_ring_init(xhci_event_ring_t *ring, xhci_hc_t *hc)
     239int xhci_event_ring_init(xhci_event_ring_t *ring)
    240240{
    241241        struct trb_segment *segment;
Note: See TracChangeset for help on using the changeset viewer.