Searched defs:usb_gadget_ops (Results 1 – 2 of 2) sorted by relevance
482 struct usb_gadget_ops { struct483 int (*get_frame)(struct usb_gadget *);484 int (*wakeup)(struct usb_gadget *);485 int (*set_selfpowered) (struct usb_gadget *, int is_selfpowered);486 int (*vbus_session) (struct usb_gadget *, int is_active);487 int (*vbus_draw) (struct usb_gadget *, unsigned mA);488 int (*pullup) (struct usb_gadget *, int is_on);489 int (*ioctl)(struct usb_gadget *,491 void (*get_config_params)(struct usb_dcd_config_params *);492 int (*udc_start)(struct usb_gadget *,[all …]
1603 static const struct usb_gadget_ops usb_gadget_ops = { variable