Changeset 62ba2cbe in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2017-06-16T01:25:16Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb89430
Parents:
ce6e001
Message:

xhci: dumping operational state

File:
1 edited

Legend:

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

    rce6e001 r62ba2cbe  
    4040        xhci_cap_regs_t *cap_regs;
    4141        xhci_op_regs_t *op_regs;
     42        xhci_rt_regs_t *rt_regs;
     43        xhci_doorbell_t *db_arry;
    4244} xhci_hc_t;
    4345
     46extern const ddf_hc_driver_t xhci_ddf_hc_driver;
     47
     48int xhci_hc_init(hcd_t *, const hw_res_list_parsed_t *, bool irq);
    4449int xhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *);
    4550int xhci_hc_status(hcd_t *, uint32_t *);
    4651int xhci_hc_schedule(hcd_t *, usb_transfer_batch_t *);
    4752void xhci_hc_interrupt(hcd_t *, uint32_t);
     53void xhci_hc_fini(hcd_t *);
    4854
    4955
Note: See TracChangeset for help on using the changeset viewer.