Changeset 62ba2cbe in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2017-06-16T01:25:16Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb89430
- Parents:
- ce6e001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
rce6e001 r62ba2cbe 40 40 xhci_cap_regs_t *cap_regs; 41 41 xhci_op_regs_t *op_regs; 42 xhci_rt_regs_t *rt_regs; 43 xhci_doorbell_t *db_arry; 42 44 } xhci_hc_t; 43 45 46 extern const ddf_hc_driver_t xhci_ddf_hc_driver; 47 48 int xhci_hc_init(hcd_t *, const hw_res_list_parsed_t *, bool irq); 44 49 int xhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *); 45 50 int xhci_hc_status(hcd_t *, uint32_t *); 46 51 int xhci_hc_schedule(hcd_t *, usb_transfer_batch_t *); 47 52 void xhci_hc_interrupt(hcd_t *, uint32_t); 53 void xhci_hc_fini(hcd_t *); 48 54 49 55
Note:
See TracChangeset
for help on using the changeset viewer.