Lines Matching refs:dummy_ep
84 struct dummy_ep { struct
102 static inline struct dummy_ep *usb_ep_to_dummy_ep(struct usb_ep *_ep) in usb_ep_to_dummy_ep() argument
104 return container_of(_ep, struct dummy_ep, ep); in usb_ep_to_dummy_ep()
269 struct dummy_ep ep[DUMMY_ENDPOINTS];
308 static inline struct dummy *ep_to_dummy(struct dummy_ep *ep) in ep_to_dummy()
332 static void nuke(struct dummy *dum, struct dummy_ep *ep) in nuke()
507 struct dummy_ep *ep; in dummy_enable()
641 struct dummy_ep *ep; in dummy_disable()
696 struct dummy_ep *ep; in dummy_queue()
753 struct dummy_ep *ep; in dummy_dequeue()
793 struct dummy_ep *ep; in dummy_set_halt_and_wedge()
1051 struct dummy_ep *ep = &dum->ep[i]; in init_dummy_udc_hw()
1407 struct dummy_ep *ep, int limit, int *status) in transfer()
1540 static int periodic_bytes(struct dummy *dum, struct dummy_ep *ep) in periodic_bytes()
1575 static struct dummy_ep *find_endpoint(struct dummy *dum, u8 address) in find_endpoint()
1587 struct dummy_ep *ep = &dum->ep[i]; in find_endpoint()
1623 struct dummy_ep *ep2; in handle_control_request()
1841 struct dummy_ep *ep = NULL; in dummy_timer()