Lines Matching defs:bdc
55 struct bdc *bdc = ep->bdc; in ep_bd_list_free() local
125 struct bdc *bdc = ep->bdc; in ep_bd_list_alloc() local
219 struct bdc *bdc = ep->bdc; in bd_add_to_bdi() local
292 struct bdc *bdc = ep->bdc; in bd_available_ep() local
341 void bdc_notify_xfr(struct bdc *bdc, u32 epnum) in bdc_notify_xfr()
384 static int setup_first_bd_ep0(struct bdc *bdc, struct bdc_req *req, u32 *dword3) in setup_first_bd_ep0()
425 static int setup_bd_list_xfr(struct bdc *bdc, struct bdc_req *req, int num_bds) in setup_bd_list_xfr()
509 static int bdc_queue_xfr(struct bdc *bdc, struct bdc_req *req) in bdc_queue_xfr()
541 struct bdc *bdc = ep->bdc; in bdc_req_complete() local
561 struct bdc *bdc; in bdc_ep_disable() local
604 struct bdc *bdc; in bdc_ep_enable() local
638 static int ep0_queue_status_stage(struct bdc *bdc) in ep0_queue_status_stage()
658 struct bdc *bdc; in ep0_queue() local
696 static int ep0_queue_data_stage(struct bdc *bdc) in ep0_queue_data_stage()
711 struct bdc *bdc; in ep_queue() local
743 struct bdc *bdc; in ep_dequeue() local
868 struct bdc *bdc; in ep_set_halt() local
901 void bdc_free_ep(struct bdc *bdc) in bdc_free_ep()
924 static int bdc_set_test_mode(struct bdc *bdc) in bdc_set_test_mode()
952 static void handle_xsr_succ_status(struct bdc *bdc, struct bdc_ep *ep, in handle_xsr_succ_status()
1064 void bdc_xsf_ep0_setup_recv(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_setup_recv()
1088 static void ep0_stall(struct bdc *bdc) in ep0_stall()
1106 static int ep0_set_address(struct bdc *bdc, struct usb_ctrlrequest *ctrl) in ep0_set_address()
1146 static int ep0_handle_feature_dev(struct bdc *bdc, u16 wValue, in ep0_handle_feature_dev()
1229 static int ep0_handle_feature(struct bdc *bdc, in ep0_handle_feature()
1304 static int ep0_handle_status(struct bdc *bdc, in ep0_handle_status()
1385 static int ep0_set_sel(struct bdc *bdc, in ep0_set_sel()
1411 static int ep0_queue_zlp(struct bdc *bdc) in ep0_queue_zlp()
1431 static int handle_control_request(struct bdc *bdc) in handle_control_request()
1510 void bdc_xsf_ep0_data_start(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_data_start()
1548 void bdc_xsf_ep0_status_start(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_status_start()
1610 static void ep0_xsf_complete(struct bdc *bdc, struct bdc_sr *sreport) in ep0_xsf_complete()
1644 void bdc_sr_xsf(struct bdc *bdc, struct bdc_sr *sreport) in bdc_sr_xsf()
1716 struct bdc *bdc; in bdc_gadget_ep_queue() local
1763 struct bdc *bdc; in bdc_gadget_ep_dequeue() local
1807 struct bdc *bdc; in bdc_gadget_ep_set_halt() local
1862 struct bdc *bdc; in bdc_gadget_ep_enable() local
1901 struct bdc *bdc; in bdc_gadget_ep_disable() local
1944 static int init_ep(struct bdc *bdc, u32 epnum, u32 dir) in init_ep()
2000 int bdc_init_ep(struct bdc *bdc) in bdc_init_ep()