Lines Matching refs:fsl_otg
61 static struct fsl_otg *fsl_otg_dev;
467 struct fsl_otg *otg_dev = in fsl_otg_start_host()
468 container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_start_host()
558 struct fsl_otg *otg_dev; in fsl_otg_set_host()
563 otg_dev = container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_set_host()
608 struct fsl_otg *otg_dev; in fsl_otg_set_peripheral()
613 otg_dev = container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_set_peripheral()
668 struct fsl_otg *og = container_of(work, struct fsl_otg, otg_event.work); in fsl_otg_event()
681 struct fsl_otg *otg_dev; in fsl_otg_start_srp()
686 otg_dev = container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_start_srp()
699 struct fsl_otg *otg_dev; in fsl_otg_start_hnp()
704 otg_dev = container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_start_hnp()
725 struct otg_fsm *fsm = &((struct fsl_otg *)dev_id)->fsm; in fsl_otg_isr()
726 struct usb_otg *otg = ((struct fsl_otg *)dev_id)->phy.otg; in fsl_otg_isr()
758 &((struct fsl_otg *)dev_id)->otg_event, in fsl_otg_isr()
762 ((struct fsl_otg *)dev_id)-> in fsl_otg_isr()
791 struct fsl_otg *fsl_otg_tc; in fsl_otg_conf()
798 fsl_otg_tc = kzalloc(sizeof(struct fsl_otg), GFP_KERNEL); in fsl_otg_conf()
852 struct fsl_otg *p_otg; in usb_otg_start()
860 p_otg = container_of(otg_trans, struct fsl_otg, phy); in usb_otg_start()