Changeset 237df2f in mainline for uspace/lib/usbhost/include
- Timestamp:
- 2013-01-04T16:49:53Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0e97b4b5
- Parents:
- daf199f
- Location:
- uspace/lib/usbhost/include/usb/host
- Files:
-
- 2 edited
-
ddf_helpers.h (modified) (1 diff)
-
hcd.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
rdaf199f r237df2f 45 45 int hcd_ddf_setup_device(ddf_dev_t *device, ddf_fun_t **hc_fun, 46 46 usb_speed_t max_speed, size_t bw, bw_count_func_t bw_count); 47 int hcd_ddf_setup_root_hub(ddf_dev_t *dev, usb_speed_t speed); 47 48 int hcd_ddf_setup_hub(ddf_dev_t *dev, usb_address_t *address); 49 int hcd_ddf_new_device(ddf_dev_t *device); 48 50 49 51 hcd_t *dev_to_hcd(ddf_dev_t *dev); -
uspace/lib/usbhost/include/usb/host/hcd.h
rdaf199f r237df2f 88 88 int hcd_reserve_default_address(hcd_t *hcd, usb_speed_t speed); 89 89 90 static inline int hcd_release_default_address(hcd_t *hcd , usb_address_t address)90 static inline int hcd_release_default_address(hcd_t *hcd) 91 91 { 92 92 return hcd_release_address(hcd, USB_ADDRESS_DEFAULT); … … 103 103 usbhc_iface_transfer_out_callback_t out, void *arg, const char* name); 104 104 105 ssize_t hcd_send_batch_sync(hcd_t *hcd, usb_target_t target, 106 usb_direction_t dir, void *data, size_t size, uint64_t setup_data, 107 const char* name); 108 105 109 #endif 106 110 /**
Note:
See TracChangeset
for help on using the changeset viewer.
