Lines Matching refs:bcm63xx_req
255 struct bcm63xx_req { struct
313 struct bcm63xx_req ep0_ctrl_req;
347 static inline struct bcm63xx_req *our_req(struct usb_request *req) in our_req()
349 return container_of(req, struct bcm63xx_req, req); in our_req()
593 struct bcm63xx_req *breq) in iudma_write()
1075 struct bcm63xx_req *breq, *n; in bcm63xx_ep_disable()
1116 struct bcm63xx_req *breq; in bcm63xx_udc_alloc_request()
1132 struct bcm63xx_req *breq = our_req(req); in bcm63xx_udc_free_request()
1155 struct bcm63xx_req *breq = our_req(req); in bcm63xx_udc_queue()
1207 struct bcm63xx_req *breq = our_req(req), *cur; in bcm63xx_udc_dequeue()
1217 cur = list_first_entry(&bep->queue, struct bcm63xx_req, queue); in bcm63xx_udc_dequeue()
1225 struct bcm63xx_req *next; in bcm63xx_udc_dequeue()
1228 struct bcm63xx_req, queue); in bcm63xx_udc_dequeue()
1384 struct bcm63xx_req *breq = our_req(req); in bcm63xx_ep0_map_write()
2045 struct bcm63xx_req *breq = NULL; in bcm63xx_udc_data_isr()
2079 breq = list_first_entry(&bep->queue, struct bcm63xx_req, queue); in bcm63xx_udc_data_isr()
2092 struct bcm63xx_req *next; in bcm63xx_udc_data_isr()
2095 struct bcm63xx_req, queue); in bcm63xx_udc_data_isr()