Searched defs:oxu_hcd (Results 1 – 1 of 1) sorted by relevance
379 struct oxu_hcd { /* one per controller */ struct380 unsigned int is_otg:1;382 u8 qh_used[QHEAD_NUM];383 u8 qtd_used[QTD_NUM];384 u8 db_used[BUFFER_NUM];385 u8 murb_used[MURB_NUM];387 struct oxu_onchip_mem __iomem *mem;388 spinlock_t mem_lock;390 struct timer_list urb_timer;392 struct ehci_caps __iomem *caps;[all …]