Lines Matching defs:ci_hw_ep
88 struct ci_hw_ep { struct89 struct usb_ep ep;90 u8 dir;91 u8 num;92 u8 type;93 char name[16];94 struct {98 } qh;99 int wedge;102 struct ci_hdrc *ci;103 spinlock_t *lock;104 struct dma_pool *td_pool;105 struct td_node *pending_td;233 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member