Data Fields | |
| void * | device_buffer |
| Data buffer, must be accessible byb the OHCI hw. | |
| ed_t * | ed |
| Endpoint descriptor of the target endpoint. | |
| size_t | leave_td |
| Dummy TD to be left at the ED and used by the next transfer. | |
| size_t | td_count |
| Number of TDs used by the transfer. | |
| td_t ** | tds |
| List of TDs needed for the transfer. | |
Definition at line 47 of file batch.c.
1.4.7