Linux Kernel
3.7.1
|
Data Fields | |
char * | name |
int(* | device )(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) |
int(* | interface )(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) |
int(* | endpoint )(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) |
Definition at line 61 of file mod_gadget.c.
int(* device)(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) |
Definition at line 63 of file mod_gadget.c.
int(* endpoint)(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) |
Definition at line 67 of file mod_gadget.c.
int(* interface)(struct usbhs_priv *priv, struct usbhsg_uep *uep, struct usb_ctrlrequest *ctrl) |
Definition at line 65 of file mod_gadget.c.
char* name |
Definition at line 62 of file mod_gadget.c.