Lines Matching defs:ci_hw_ep
74 struct ci_hw_ep { struct75 struct usb_ep ep;76 u8 dir;77 u8 num;78 u8 type;79 char name[16];80 struct {84 } qh;85 int wedge;88 struct ci_hdrc *ci;89 spinlock_t *lock;90 struct dma_pool *td_pool;91 struct td_node *pending_td;191 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member