Searched defs:oxu_hcd (Results 1 – 1 of 1) sorted by relevance
402 struct oxu_hcd { /* one per controller */ struct403 unsigned int is_otg:1;405 u8 qh_used[QHEAD_NUM];406 u8 qtd_used[QTD_NUM];407 u8 db_used[BUFFER_NUM];408 u8 murb_used[MURB_NUM];410 struct oxu_onchip_mem __iomem *mem;411 spinlock_t mem_lock;413 struct timer_list urb_timer;415 struct ehci_caps __iomem *caps;[all …]