Lines Matching defs:ci_hw_ep
85 struct ci_hw_ep { struct86 struct usb_ep ep;87 u8 dir;88 u8 num;89 u8 type;90 char name[16];91 struct {95 } qh;96 int wedge;99 struct ci_hdrc *ci;100 spinlock_t *lock;101 struct dma_pool *td_pool;102 struct td_node *pending_td;230 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member