Lines Matching defs:ci_hw_ep
87 struct ci_hw_ep { struct88 struct usb_ep ep;89 u8 dir;90 u8 num;91 u8 type;92 char name[16];93 struct {97 } qh;98 int wedge;101 struct ci_hdrc *ci;102 spinlock_t *lock;103 struct dma_pool *td_pool;104 struct td_node *pending_td;232 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member