Searched defs:usb_gadget (Results 1 – 1 of 1) sorted by relevance
620 struct usb_gadget { struct624 const struct usb_gadget_ops *ops; argument625 struct usb_ep *ep0;626 struct list_head ep_list; /* of usb_ep */650 #define work_to_gadget(w) (container_of((w), struct usb_gadget, work)) argument