Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/udc/
Ddummy_hcd.c82 struct dummy_ep { struct
100 static inline struct dummy_ep *usb_ep_to_dummy_ep(struct usb_ep *_ep) in usb_ep_to_dummy_ep() argument
102 return container_of(_ep, struct dummy_ep, ep); in usb_ep_to_dummy_ep()
266 struct dummy_ep ep[DUMMY_ENDPOINTS];
305 static inline struct dummy *ep_to_dummy(struct dummy_ep *ep) in ep_to_dummy()
329 static void nuke(struct dummy *dum, struct dummy_ep *ep) in nuke()
504 struct dummy_ep *ep; in dummy_enable()
638 struct dummy_ep *ep; in dummy_disable()
693 struct dummy_ep *ep; in dummy_queue()
750 struct dummy_ep *ep; in dummy_dequeue()
[all …]