Searched defs:usb_gadget_ops (Results 1 – 2 of 2) sorted by relevance
337 struct usb_gadget_ops { struct338 int (*get_frame)(struct usb_gadget *);339 int (*wakeup)(struct usb_gadget *);340 int (*func_wakeup)(struct usb_gadget *gadget, int intf_id);341 int (*set_remote_wakeup)(struct usb_gadget *, int set);342 int (*set_selfpowered) (struct usb_gadget *, int is_selfpowered);343 int (*vbus_session) (struct usb_gadget *, int is_active);344 int (*vbus_draw) (struct usb_gadget *, unsigned mA);345 int (*pullup) (struct usb_gadget *, int is_on);346 int (*ioctl)(struct usb_gadget *,[all …]
2010 static const struct usb_gadget_ops usb_gadget_ops = { variable