otg_fsm           216 drivers/usb/chipidea/ci.h 	struct otg_fsm			fsm;
otg_fsm           190 drivers/usb/chipidea/debug.c 	struct otg_fsm *fsm;
otg_fsm           434 drivers/usb/chipidea/otg_fsm.c static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
otg_fsm           443 drivers/usb/chipidea/otg_fsm.c static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
otg_fsm           456 drivers/usb/chipidea/otg_fsm.c static void ci_otg_drv_vbus(struct otg_fsm *fsm, int on)
otg_fsm           491 drivers/usb/chipidea/otg_fsm.c static void ci_otg_loc_conn(struct otg_fsm *fsm, int on)
otg_fsm           510 drivers/usb/chipidea/otg_fsm.c static void ci_otg_loc_sof(struct otg_fsm *fsm, int on)
otg_fsm           533 drivers/usb/chipidea/otg_fsm.c static void ci_otg_start_pulse(struct otg_fsm *fsm)
otg_fsm           544 drivers/usb/chipidea/otg_fsm.c static int ci_otg_start_host(struct otg_fsm *fsm, int on)
otg_fsm           558 drivers/usb/chipidea/otg_fsm.c static int ci_otg_start_gadget(struct otg_fsm *fsm, int on)
otg_fsm           640 drivers/usb/chipidea/otg_fsm.c 	struct otg_fsm *fsm = &ci->fsm;
otg_fsm           736 drivers/usb/chipidea/otg_fsm.c 	struct otg_fsm *fsm = &ci->fsm;
otg_fsm            29 drivers/usb/common/usb-otg-fsm.c static int otg_set_protocol(struct otg_fsm *fsm, int protocol)
otg_fsm            60 drivers/usb/common/usb-otg-fsm.c static void otg_leave_state(struct otg_fsm *fsm, enum usb_otg_state old_state)
otg_fsm           122 drivers/usb/common/usb-otg-fsm.c 	struct otg_fsm *fsm = container_of(to_delayed_work(work),
otg_fsm           123 drivers/usb/common/usb-otg-fsm.c 				struct otg_fsm, hnp_polling_work);
otg_fsm           187 drivers/usb/common/usb-otg-fsm.c static void otg_start_hnp_polling(struct otg_fsm *fsm)
otg_fsm           202 drivers/usb/common/usb-otg-fsm.c static int otg_set_state(struct otg_fsm *fsm, enum usb_otg_state new_state)
otg_fsm           324 drivers/usb/common/usb-otg-fsm.c int otg_statemachine(struct otg_fsm *fsm)
otg_fsm           117 drivers/usb/phy/phy-fsl-usb.c void fsl_otg_chrg_vbus(struct otg_fsm *fsm, int on)
otg_fsm           153 drivers/usb/phy/phy-fsl-usb.c void fsl_otg_drv_vbus(struct otg_fsm *fsm, int on)
otg_fsm           171 drivers/usb/phy/phy-fsl-usb.c void fsl_otg_loc_conn(struct otg_fsm *fsm, int on)
otg_fsm           190 drivers/usb/phy/phy-fsl-usb.c void fsl_otg_loc_sof(struct otg_fsm *fsm, int on)
otg_fsm           205 drivers/usb/phy/phy-fsl-usb.c void fsl_otg_start_pulse(struct otg_fsm *fsm)
otg_fsm           284 drivers/usb/phy/phy-fsl-usb.c int fsl_otg_init_timers(struct otg_fsm *fsm)
otg_fsm           393 drivers/usb/phy/phy-fsl-usb.c void fsl_otg_add_timer(struct otg_fsm *fsm, void *gtimer)
otg_fsm           411 drivers/usb/phy/phy-fsl-usb.c static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
otg_fsm           423 drivers/usb/phy/phy-fsl-usb.c void fsl_otg_del_timer(struct otg_fsm *fsm, void *gtimer)
otg_fsm           433 drivers/usb/phy/phy-fsl-usb.c static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
otg_fsm           457 drivers/usb/phy/phy-fsl-usb.c int fsl_otg_start_host(struct otg_fsm *fsm, int on)
otg_fsm           524 drivers/usb/phy/phy-fsl-usb.c int fsl_otg_start_gadget(struct otg_fsm *fsm, int on)
otg_fsm           584 drivers/usb/phy/phy-fsl-usb.c 			struct otg_fsm *fsm = &otg_dev->fsm;
otg_fsm           652 drivers/usb/phy/phy-fsl-usb.c 	struct otg_fsm *fsm = &og->fsm;
otg_fsm           708 drivers/usb/phy/phy-fsl-usb.c 	struct otg_fsm *fsm = &((struct fsl_otg *)dev_id)->fsm;
otg_fsm           836 drivers/usb/phy/phy-fsl-usb.c 	struct otg_fsm *fsm;
otg_fsm           966 drivers/usb/phy/phy-fsl-usb.c 	struct otg_fsm *fsm = &fsl_otg_dev->fsm;
otg_fsm           359 drivers/usb/phy/phy-fsl-usb.h 	struct otg_fsm fsm;
otg_fsm           390 drivers/usb/phy/phy-fsl-usb.h void fsl_otg_add_timer(struct otg_fsm *fsm, void *timer);
otg_fsm           391 drivers/usb/phy/phy-fsl-usb.h void fsl_otg_del_timer(struct otg_fsm *fsm, void *timer);
otg_fsm           203 include/linux/usb/otg-fsm.h 	void	(*chrg_vbus)(struct otg_fsm *fsm, int on);
otg_fsm           204 include/linux/usb/otg-fsm.h 	void	(*drv_vbus)(struct otg_fsm *fsm, int on);
otg_fsm           205 include/linux/usb/otg-fsm.h 	void	(*loc_conn)(struct otg_fsm *fsm, int on);
otg_fsm           206 include/linux/usb/otg-fsm.h 	void	(*loc_sof)(struct otg_fsm *fsm, int on);
otg_fsm           207 include/linux/usb/otg-fsm.h 	void	(*start_pulse)(struct otg_fsm *fsm);
otg_fsm           208 include/linux/usb/otg-fsm.h 	void	(*start_adp_prb)(struct otg_fsm *fsm);
otg_fsm           209 include/linux/usb/otg-fsm.h 	void	(*start_adp_sns)(struct otg_fsm *fsm);
otg_fsm           210 include/linux/usb/otg-fsm.h 	void	(*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
otg_fsm           211 include/linux/usb/otg-fsm.h 	void	(*del_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
otg_fsm           212 include/linux/usb/otg-fsm.h 	int	(*start_host)(struct otg_fsm *fsm, int on);
otg_fsm           213 include/linux/usb/otg-fsm.h 	int	(*start_gadget)(struct otg_fsm *fsm, int on);
otg_fsm           217 include/linux/usb/otg-fsm.h static inline int otg_chrg_vbus(struct otg_fsm *fsm, int on)
otg_fsm           225 include/linux/usb/otg-fsm.h static inline int otg_drv_vbus(struct otg_fsm *fsm, int on)
otg_fsm           236 include/linux/usb/otg-fsm.h static inline int otg_loc_conn(struct otg_fsm *fsm, int on)
otg_fsm           247 include/linux/usb/otg-fsm.h static inline int otg_loc_sof(struct otg_fsm *fsm, int on)
otg_fsm           258 include/linux/usb/otg-fsm.h static inline int otg_start_pulse(struct otg_fsm *fsm)
otg_fsm           269 include/linux/usb/otg-fsm.h static inline int otg_start_adp_prb(struct otg_fsm *fsm)
otg_fsm           281 include/linux/usb/otg-fsm.h static inline int otg_start_adp_sns(struct otg_fsm *fsm)
otg_fsm           292 include/linux/usb/otg-fsm.h static inline int otg_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer)
otg_fsm           300 include/linux/usb/otg-fsm.h static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer)
otg_fsm           308 include/linux/usb/otg-fsm.h static inline int otg_start_host(struct otg_fsm *fsm, int on)
otg_fsm           315 include/linux/usb/otg-fsm.h static inline int otg_start_gadget(struct otg_fsm *fsm, int on)
otg_fsm           322 include/linux/usb/otg-fsm.h int otg_statemachine(struct otg_fsm *fsm);