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