Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Ddummy_hcd.c79 struct dummy_ep { struct
97 static inline struct dummy_ep *usb_ep_to_dummy_ep(struct usb_ep *_ep) in usb_ep_to_dummy_ep() argument
99 return container_of(_ep, struct dummy_ep, ep); in usb_ep_to_dummy_ep()
186 struct dummy_ep ep[DUMMY_ENDPOINTS];
223 static inline struct dummy *ep_to_dummy(struct dummy_ep *ep) in ep_to_dummy()
249 static void nuke(struct dummy *dum, struct dummy_ep *ep) in nuke()
267 struct dummy_ep *ep; in stop_activity()
416 struct dummy_ep *ep; in dummy_enable()
559 struct dummy_ep *ep; in dummy_disable()
583 struct dummy_ep *ep; in dummy_alloc_request()
[all …]