Home
last modified time | relevance | path

Searched defs:usb_otg_ap_operations (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h766 struct usb_otg_ap_operations { struct
767 void (*gadget_init)(void *);
768 S32 (*gadget_bh_init)(void);
769 S32 (*host_init)(void *,U32);
770 S32 (*host_bh_init)(void *);
771 S32 (*gadget_main) (void *,U8 ,U8 );
772 void (*host_main) (void);
773 S32 (*gadget_exit) (void *);
774 S32 (*gadget_bh_exit) (void);
775 S32 (*host_exit) (void *);
[all …]