Searched defs:oxu_hcd (Results 1 – 1 of 1) sorted by relevance
372 struct oxu_hcd { /* one per controller */ struct373 unsigned int is_otg:1;375 u8 qh_used[QHEAD_NUM];376 u8 qtd_used[QTD_NUM];377 u8 db_used[BUFFER_NUM];378 u8 murb_used[MURB_NUM];380 struct oxu_onchip_mem __iomem *mem;381 spinlock_t mem_lock;383 struct timer_list urb_timer;385 struct ehci_caps __iomem *caps;[all …]