Home
last modified time | relevance | path

Searched defs:otg_fsm_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h190 struct otg_fsm_ops { struct
191 void (*chrg_vbus)(struct otg_fsm *fsm, int on);
192 void (*drv_vbus)(struct otg_fsm *fsm, int on);
193 void (*loc_conn)(struct otg_fsm *fsm, int on);
194 void (*loc_sof)(struct otg_fsm *fsm, int on);
195 void (*start_pulse)(struct otg_fsm *fsm);
196 void (*start_adp_prb)(struct otg_fsm *fsm);
197 void (*start_adp_sns)(struct otg_fsm *fsm);
198 void (*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
200 int (*start_host)(struct otg_fsm *fsm, int on);
[all …]