Home
last modified time | relevance | path

Searched refs:bdc_req (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc.h268 #define to_bdc_req(r) container_of(r, struct bdc_req, usb_req)
321 struct bdc_req;
325 struct bdc_req *req;
338 struct bdc_req { struct
430 struct bdc_req ep0_req;
431 struct bdc_req status_req;
Dbdc_ep.c199 static inline int bd_needed_req(struct bdc_req *req) in bd_needed_req()
390 static int setup_first_bd_ep0(struct bdc *bdc, struct bdc_req *req, u32 *dword3) in setup_first_bd_ep0()
431 static int setup_bd_list_xfr(struct bdc *bdc, struct bdc_req *req, int num_bds) in setup_bd_list_xfr()
515 static int bdc_queue_xfr(struct bdc *bdc, struct bdc_req *req) in bdc_queue_xfr()
544 static void bdc_req_complete(struct bdc_ep *ep, struct bdc_req *req, in bdc_req_complete()
566 struct bdc_req *req; in bdc_ep_disable()
582 req = list_entry(ep->queue.next, struct bdc_req, in bdc_ep_disable()
647 struct bdc_req *status_req; in ep0_queue_status_stage()
663 static int ep0_queue(struct bdc_ep *ep, struct bdc_req *req) in ep0_queue()
718 static int ep_queue(struct bdc_ep *ep, struct bdc_req *req) in ep_queue()
[all …]