Searched defs:usb_gadget_ops (Results 1 – 2 of 2) sorted by relevance
300 struct usb_gadget_ops { struct301 int (*get_frame)(struct usb_gadget *);302 int (*wakeup)(struct usb_gadget *);303 int (*set_selfpowered) (struct usb_gadget *, int is_selfpowered);304 int (*vbus_session) (struct usb_gadget *, int is_active);305 int (*vbus_draw) (struct usb_gadget *, unsigned mA);306 int (*pullup) (struct usb_gadget *, int is_on);307 int (*ioctl)(struct usb_gadget *,309 void (*get_config_params)(struct usb_dcd_config_params *);310 int (*udc_start)(struct usb_gadget *,[all …]
1629 static const struct usb_gadget_ops usb_gadget_ops = { variable