Searched defs:otg_fsm_ops (Results 1 – 1 of 1) sorted by relevance
124 struct otg_fsm_ops { struct125 void (*chrg_vbus)(struct otg_fsm *fsm, int on);126 void (*drv_vbus)(struct otg_fsm *fsm, int on);127 void (*loc_conn)(struct otg_fsm *fsm, int on);128 void (*loc_sof)(struct otg_fsm *fsm, int on);129 void (*start_pulse)(struct otg_fsm *fsm);130 void (*start_adp_prb)(struct otg_fsm *fsm);131 void (*start_adp_sns)(struct otg_fsm *fsm);132 void (*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);133 void (*del_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);[all …]