Lines Matching defs:fsm
118 void fsl_otg_chrg_vbus(struct otg_fsm *fsm, int on) in fsl_otg_chrg_vbus()
154 void fsl_otg_drv_vbus(struct otg_fsm *fsm, int on) in fsl_otg_drv_vbus()
172 void fsl_otg_loc_conn(struct otg_fsm *fsm, int on) in fsl_otg_loc_conn()
191 void fsl_otg_loc_sof(struct otg_fsm *fsm, int on) in fsl_otg_loc_sof()
206 void fsl_otg_start_pulse(struct otg_fsm *fsm) in fsl_otg_start_pulse()
285 int fsl_otg_init_timers(struct otg_fsm *fsm) in fsl_otg_init_timers()
394 void fsl_otg_add_timer(struct otg_fsm *fsm, void *gtimer) in fsl_otg_add_timer()
412 static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_add_timer()
424 void fsl_otg_del_timer(struct otg_fsm *fsm, void *gtimer) in fsl_otg_del_timer()
434 static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_del_timer()
458 int fsl_otg_start_host(struct otg_fsm *fsm, int on) in fsl_otg_start_host()
525 int fsl_otg_start_gadget(struct otg_fsm *fsm, int on) in fsl_otg_start_gadget()
585 struct otg_fsm *fsm = &otg_dev->fsm; in fsl_otg_set_host() local
653 struct otg_fsm *fsm = &og->fsm; in fsl_otg_event() local
709 struct otg_fsm *fsm = &((struct fsl_otg *)dev_id)->fsm; in fsl_otg_isr() local
837 struct otg_fsm *fsm; in usb_otg_start() local