Searched defs:musb_platform_ops (Results 1 – 1 of 1) sorted by relevance
186 struct musb_platform_ops { struct187 int (*init)(struct musb *musb);188 int (*exit)(struct musb *musb);190 void (*enable)(struct musb *musb);191 void (*disable)(struct musb *musb);193 int (*set_mode)(struct musb *musb, u8 mode);194 void (*try_idle)(struct musb *musb, unsigned long timeout);195 int (*reset)(struct musb *musb);197 int (*vbus_status)(struct musb *musb);198 void (*set_vbus)(struct musb *musb, int on);[all …]