Searched defs:usb_gadget_ops (Results 1 – 2 of 2) sorted by relevance
547 struct usb_gadget_ops { struct548 int (*get_frame)(struct usb_gadget *);549 int (*wakeup)(struct usb_gadget *);550 int (*set_selfpowered) (struct usb_gadget *, int is_selfpowered);551 int (*vbus_session) (struct usb_gadget *, int is_active);552 int (*vbus_draw) (struct usb_gadget *, unsigned mA);553 int (*pullup) (struct usb_gadget *, int is_on);554 int (*ioctl)(struct usb_gadget *,556 void (*get_config_params)(struct usb_dcd_config_params *);557 int (*udc_start)(struct usb_gadget *,[all …]
1610 static const struct usb_gadget_ops usb_gadget_ops = { variable