Home
last modified time | relevance | path

Searched defs:usb_gadget (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/usb/
Dgadget.h620 struct usb_gadget { struct
624 const struct usb_gadget_ops *ops; argument
625 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