Lines Matching refs:bcm63xx_ep
216 struct bcm63xx_ep *bep;
238 struct bcm63xx_ep { struct
307 struct bcm63xx_ep bep[BCM63XX_NUM_EP];
345 static inline struct bcm63xx_ep *our_ep(struct usb_ep *ep) in our_ep()
347 return container_of(ep, struct bcm63xx_ep, ep); in our_ep()
444 static void bcm63xx_set_stall(struct bcm63xx_udc *udc, struct bcm63xx_ep *bep, in bcm63xx_set_stall()
766 struct bcm63xx_ep *bep = NULL; in iudma_init_channel()
956 struct bcm63xx_ep *bep = &udc->bep[i]; in bcm63xx_init_udc_hw()
1036 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_ep_enable()
1075 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_ep_disable()
1156 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_queue()
1208 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_dequeue()
1256 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_set_halt()
1276 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_set_wedge()
2046 struct bcm63xx_ep *bep; in bcm63xx_udc_data_isr()