Searched defs:ohci_ed_hw (Results 1 – 1 of 1) sorted by relevance
48 struct ohci_ed_hw { struct49 struct ohci_ed hw;51 uint8_t pad[16];53 uint8_t pad[48];55 struct ohci_td_hw td_pool[CONFIG_USB_OHCI_TD_NUM];56 uint32_t td_count;57 uint8_t ed_type;58 usb_osal_sem_t waitsem;
Completed in 4 milliseconds