Data Fields | |
| void * | device_buffer |
| Data buffer, must be accessible by the UHCI hw. | |
| qh_t * | qh |
| Queue head This QH is used to maintain UHCI schedule structure and the element pointer points to the first TD of this batch. | |
| size_t | td_count |
| Number of TDs used by the transfer. | |
| td_t * | tds |
| List of TDs needed for the transfer. | |
Definition at line 48 of file batch.c.
1.4.7