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