Searched defs:musb_platform_ops (Results 1 – 1 of 1) sorted by relevance
206 struct musb_platform_ops { struct207 int (*init)(struct musb *musb);208 int (*exit)(struct musb *musb);211 void (*enable)(struct musb *musb);213 int (*enable)(struct musb *musb);215 void (*disable)(struct musb *musb);217 int (*set_mode)(struct musb *musb, u8 mode);218 void (*try_idle)(struct musb *musb, unsigned long timeout);220 int (*vbus_status)(struct musb *musb);221 void (*set_vbus)(struct musb *musb, int on);[all …]