Searched defs:otg_fsm_ops (Results 1 – 1 of 1) sorted by relevance
92 struct otg_fsm_ops { struct93 void (*chrg_vbus)(int on);94 void (*drv_vbus)(int on);95 void (*loc_conn)(int on);96 void (*loc_sof)(int on);97 void (*start_pulse)(void);98 void (*add_timer)(void *timer);99 void (*del_timer)(void *timer);100 int (*start_host)(struct otg_fsm *fsm, int on);101 int (*start_gadget)(struct otg_fsm *fsm, int on);