Changeset 366e9b6 in mainline for uspace/lib/usbhost/include/usb/host/ddf_helpers.h
- Timestamp:
- 2017-10-13T11:13:32Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c10daa8
- Parents:
- cb69854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
rcb69854 r366e9b6 49 49 typedef int (*claim_t)(hcd_t *, ddf_dev_t *); 50 50 typedef int (*driver_start_t)(hcd_t *, bool irq); 51 typedef int (*setup_root_hub_t)(ddf_dev_t *); 51 52 52 53 typedef void (*driver_stop_t)(hcd_t *); … … 68 69 irq_code_gen_t irq_code_gen; /**< Generate IRQ handling code */ 69 70 driver_start_t start; /**< Start the HC */ 71 setup_root_hub_t setup_root_hub; /**< Setup the root hub */ 70 72 71 73 /* Destruction sequence: */ … … 78 80 int hcd_ddf_setup_hc(ddf_dev_t *device); 79 81 void hcd_ddf_clean_hc(ddf_dev_t *device); 80 int hcd_ddf_setup_root_hub(ddf_dev_t *device); 82 83 int hcd_setup_virtual_root_hub(ddf_dev_t *); 81 84 82 85 hcd_t *dev_to_hcd(ddf_dev_t *dev);
Note:
See TracChangeset
for help on using the changeset viewer.