Changeset b60944b in mainline
- Timestamp:
- 2018-01-05T20:15:08Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35c37fc
- Parents:
- c54b898
- git-author:
- Ondřej Hlavatý <aearsis@…> (2017-12-31 12:15:26)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-05 20:15:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.c
rc54b898 rb60944b 573 573 } 574 574 575 static void hc_dcbaa_fini(xhci_hc_t *hc) 576 { 575 void hc_fini(xhci_hc_t *hc) 576 { 577 xhci_bus_fini(&hc->bus); 578 xhci_event_ring_fini(&hc->event_ring); 577 579 xhci_scratchpad_free(hc); 578 580 dma_buffer_free(&hc->dcbaa_dma); 579 }580 581 void hc_fini(xhci_hc_t *hc)582 {583 xhci_bus_fini(&hc->bus);584 xhci_event_ring_fini(&hc->event_ring);585 hc_dcbaa_fini(hc);586 581 xhci_fini_commands(hc); 587 582 xhci_rh_fini(&hc->rh);
Note:
See TracChangeset
for help on using the changeset viewer.