Searched defs:musb_platform_ops (Results 1 – 1 of 1) sorted by relevance
205 struct musb_platform_ops { struct206 int (*init)(struct musb *musb);207 int (*exit)(struct musb *musb);210 void (*enable)(struct musb *musb);212 int (*enable)(struct musb *musb);214 void (*disable)(struct musb *musb);216 int (*set_mode)(struct musb *musb, u8 mode);217 void (*try_idle)(struct musb *musb, unsigned long timeout);219 int (*vbus_status)(struct musb *musb);220 void (*set_vbus)(struct musb *musb, int on);[all …]