Lines Matching refs:otg_fsm
117 void fsl_otg_chrg_vbus(struct otg_fsm *fsm, int on) in fsl_otg_chrg_vbus()
153 void fsl_otg_drv_vbus(struct otg_fsm *fsm, int on) in fsl_otg_drv_vbus()
171 void fsl_otg_loc_conn(struct otg_fsm *fsm, int on) in fsl_otg_loc_conn()
190 void fsl_otg_loc_sof(struct otg_fsm *fsm, int on) in fsl_otg_loc_sof()
205 void fsl_otg_start_pulse(struct otg_fsm *fsm) in fsl_otg_start_pulse()
284 int fsl_otg_init_timers(struct otg_fsm *fsm) in fsl_otg_init_timers()
393 void fsl_otg_add_timer(struct otg_fsm *fsm, void *gtimer) in fsl_otg_add_timer()
411 static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_add_timer()
423 void fsl_otg_del_timer(struct otg_fsm *fsm, void *gtimer) in fsl_otg_del_timer()
433 static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_del_timer()
457 int fsl_otg_start_host(struct otg_fsm *fsm, int on) in fsl_otg_start_host()
524 int fsl_otg_start_gadget(struct otg_fsm *fsm, int on) in fsl_otg_start_gadget()
584 struct otg_fsm *fsm = &otg_dev->fsm; in fsl_otg_set_host()
652 struct otg_fsm *fsm = &og->fsm; in fsl_otg_event()
708 struct otg_fsm *fsm = &((struct fsl_otg *)dev_id)->fsm; in fsl_otg_isr()
836 struct otg_fsm *fsm; in usb_otg_start()