Changeset 3c4663e in mainline for uspace/lib/usbhost/include/usb/host
- Timestamp:
- 2012-12-22T23:25:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8cdf39e
- Parents:
- 1affef2f
- Location:
- uspace/lib/usbhost/include/usb/host
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r1affef2f r3c4663e 82 82 } 83 83 84 int hcd_send_batch( 85 hcd_t *hcd, ddf_fun_t *fun, usb_target_t target, usb_direction_t direction, 84 int hcd_send_batch(hcd_t *hcd, usb_target_t target, usb_direction_t direction, 86 85 void *data, size_t size, uint64_t setup_data, 87 86 usbhc_iface_transfer_in_callback_t in, -
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
r1affef2f r3c4663e 67 67 */ 68 68 size_t setup_size; 69 /** Host controller function, passed to callback function */70 ddf_fun_t *fun;71 69 72 70 /** Actually used portion of the buffer … … 103 101 usbhc_iface_transfer_in_callback_t func_in, 104 102 usbhc_iface_transfer_out_callback_t func_out, 105 void *arg, 106 ddf_fun_t *fun 103 void *arg 107 104 ); 108 105 void usb_transfer_batch_destroy(const usb_transfer_batch_t *instance);
Note:
See TracChangeset
for help on using the changeset viewer.