Changeset 49e62998 in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2018-01-11T23:06:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50be3c61
- Parents:
- f3baab1
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-11 23:01:08)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-11 23:06:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
rf3baab1 r49e62998 75 75 /* Device pointers connected to RH ports or NULL. (size is `max_ports`) */ 76 76 xhci_device_t **devices_by_port; 77 78 /* Roothub events. */ 79 fibril_mutex_t event_guard; 80 fibril_condvar_t event_ready, event_handled; 81 unsigned event_readers_waiting, event_readers_to_go; 82 struct { 83 uint8_t port_id; 84 uint32_t events; 85 } event; 77 86 } xhci_rh_t; 78 87 … … 80 89 int xhci_rh_fini(xhci_rh_t *); 81 90 const xhci_port_speed_t *xhci_rh_get_port_speed(xhci_rh_t *, uint8_t); 82 int xhci_rh_reset_port(xhci_rh_t *, uint8_t);83 91 84 92 int xhci_rh_handle_port_status_change_event(xhci_hc_t *, xhci_trb_t *);
Note:
See TracChangeset
for help on using the changeset viewer.