Lines Matching refs:bcm63xx_ep
220 struct bcm63xx_ep *bep;
242 struct bcm63xx_ep { struct
313 struct bcm63xx_ep bep[BCM63XX_NUM_EP];
353 static inline struct bcm63xx_ep *our_ep(struct usb_ep *ep) in our_ep()
355 return container_of(ep, struct bcm63xx_ep, ep); in our_ep()
452 static void bcm63xx_set_stall(struct bcm63xx_udc *udc, struct bcm63xx_ep *bep, in bcm63xx_set_stall()
774 struct bcm63xx_ep *bep = NULL; in iudma_init_channel()
964 struct bcm63xx_ep *bep = &udc->bep[i]; in bcm63xx_init_udc_hw()
1044 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_ep_enable()
1083 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_ep_disable()
1167 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_queue()
1219 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_dequeue()
1267 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_set_halt()
1287 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_set_wedge()
2057 struct bcm63xx_ep *bep; in bcm63xx_udc_data_isr()