Lines Matching refs:bcm63xx_req
254 struct bcm63xx_req { struct
313 struct bcm63xx_req ep0_ctrl_req;
349 static inline struct bcm63xx_req *our_req(struct usb_request *req) in our_req()
351 return container_of(req, struct bcm63xx_req, req); in our_req()
595 struct bcm63xx_req *breq) in iudma_write()
1077 struct bcm63xx_req *breq, *n; in bcm63xx_ep_disable()
1118 struct bcm63xx_req *breq; in bcm63xx_udc_alloc_request()
1134 struct bcm63xx_req *breq = our_req(req); in bcm63xx_udc_free_request()
1157 struct bcm63xx_req *breq = our_req(req); in bcm63xx_udc_queue()
1209 struct bcm63xx_req *breq = our_req(req), *cur; in bcm63xx_udc_dequeue()
1219 cur = list_first_entry(&bep->queue, struct bcm63xx_req, queue); in bcm63xx_udc_dequeue()
1227 struct bcm63xx_req *next; in bcm63xx_udc_dequeue()
1230 struct bcm63xx_req, queue); in bcm63xx_udc_dequeue()
1386 struct bcm63xx_req *breq = our_req(req); in bcm63xx_ep0_map_write()
2047 struct bcm63xx_req *breq = NULL; in bcm63xx_udc_data_isr()
2081 breq = list_first_entry(&bep->queue, struct bcm63xx_req, queue); in bcm63xx_udc_data_isr()
2094 struct bcm63xx_req *next; in bcm63xx_udc_data_isr()
2097 struct bcm63xx_req, queue); in bcm63xx_udc_data_isr()