Searched defs:usb_gadget_ops (Results 1 – 2 of 2) sorted by relevance
310 struct usb_gadget_ops { struct311 int (*get_frame)(struct usb_gadget *);312 int (*wakeup)(struct usb_gadget *);313 int (*func_wakeup)(struct usb_gadget *gadget, int intf_id);314 int (*set_remote_wakeup)(struct usb_gadget *, int set);315 int (*set_selfpowered) (struct usb_gadget *, int is_selfpowered);316 int (*vbus_session) (struct usb_gadget *, int is_active);317 int (*vbus_draw) (struct usb_gadget *, unsigned mA);318 int (*pullup) (struct usb_gadget *, int is_on);319 int (*ioctl)(struct usb_gadget *,[all …]
1832 static const struct usb_gadget_ops usb_gadget_ops = { variable