Lines Matching refs:bcm63xx_req
259 struct bcm63xx_req { struct
320 struct bcm63xx_req ep0_ctrl_req;
358 static inline struct bcm63xx_req *our_req(struct usb_request *req) in our_req()
360 return container_of(req, struct bcm63xx_req, req); in our_req()
604 struct bcm63xx_req *breq) in iudma_write()
1103 struct bcm63xx_req *breq = in bcm63xx_ep_disable()
1104 list_entry(pos, struct bcm63xx_req, queue); in bcm63xx_ep_disable()
1130 struct bcm63xx_req *breq; in bcm63xx_udc_alloc_request()
1146 struct bcm63xx_req *breq = our_req(req); in bcm63xx_udc_free_request()
1169 struct bcm63xx_req *breq = our_req(req); in bcm63xx_udc_queue()
1221 struct bcm63xx_req *breq = our_req(req), *cur; in bcm63xx_udc_dequeue()
1231 cur = list_first_entry(&bep->queue, struct bcm63xx_req, queue); in bcm63xx_udc_dequeue()
1239 struct bcm63xx_req *next; in bcm63xx_udc_dequeue()
1242 struct bcm63xx_req, queue); in bcm63xx_udc_dequeue()
1398 struct bcm63xx_req *breq = our_req(req); in bcm63xx_ep0_map_write()
2059 struct bcm63xx_req *breq = NULL; in bcm63xx_udc_data_isr()
2093 breq = list_first_entry(&bep->queue, struct bcm63xx_req, queue); in bcm63xx_udc_data_isr()
2106 struct bcm63xx_req *next; in bcm63xx_udc_data_isr()
2109 struct bcm63xx_req, queue); in bcm63xx_udc_data_isr()