Lines Matching defs:ci_hw_ep
83 struct ci_hw_ep { struct84 struct usb_ep ep;85 u8 dir;86 u8 num;87 u8 type;88 char name[16];89 struct {93 } qh;94 int wedge;97 struct ci_hdrc *ci;98 spinlock_t *lock;99 struct dma_pool *td_pool;100 struct td_node *pending_td;224 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member