Home
last modified time | relevance | path

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

/linux-4.1.27/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.c197 static inline int bd_needed_req(struct bdc_req *req) in bd_needed_req()
388 static int setup_first_bd_ep0(struct bdc *bdc, struct bdc_req *req, u32 *dword3) in setup_first_bd_ep0()
429 static int setup_bd_list_xfr(struct bdc *bdc, struct bdc_req *req, int num_bds) in setup_bd_list_xfr()
513 static int bdc_queue_xfr(struct bdc *bdc, struct bdc_req *req) in bdc_queue_xfr()
542 static void bdc_req_complete(struct bdc_ep *ep, struct bdc_req *req, in bdc_req_complete()
564 struct bdc_req *req; in bdc_ep_disable()
580 req = list_entry(ep->queue.next, struct bdc_req, in bdc_ep_disable()
645 struct bdc_req *status_req; in ep0_queue_status_stage()
661 static int ep0_queue(struct bdc_ep *ep, struct bdc_req *req) in ep0_queue()
716 static int ep_queue(struct bdc_ep *ep, struct bdc_req *req) in ep_queue()
[all …]