Changeset c4d4fa2 in mainline for uspace/drv/bus/usb/xhci/commands.h


Ignore:
Timestamp:
2017-07-23T19:13:15Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e50bdd92
Parents:
a06fd64
Message:

Removed unused parameter to command waiting function. Removed redundant code in command completion handler. Added trb copying for later use by the owner of the command. Added deallocation of the aforementioned trb copy when the command that owns it is deallocated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/commands.h

    ra06fd64 rc4d4fa2  
    5757
    5858int xhci_init_commands(xhci_hc_t *);
    59 int xhci_wait_for_command(xhci_hc_t *, xhci_cmd_t *, uint32_t);
     59int xhci_wait_for_command(xhci_cmd_t *, uint32_t);
    6060xhci_cmd_t *xhci_alloc_command(void);
    6161void xhci_free_command(xhci_cmd_t *);
Note: See TracChangeset for help on using the changeset viewer.