Lines Matching refs:fsl_otg
55 static struct fsl_otg *fsl_otg_dev;
461 struct fsl_otg *otg_dev = in fsl_otg_start_host()
462 container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_start_host()
552 struct fsl_otg *otg_dev; in fsl_otg_set_host()
557 otg_dev = container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_set_host()
602 struct fsl_otg *otg_dev; in fsl_otg_set_peripheral()
607 otg_dev = container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_set_peripheral()
651 struct fsl_otg *og = container_of(work, struct fsl_otg, otg_event.work); in fsl_otg_event()
664 struct fsl_otg *otg_dev; in fsl_otg_start_srp()
669 otg_dev = container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_start_srp()
682 struct fsl_otg *otg_dev; in fsl_otg_start_hnp()
687 otg_dev = container_of(otg->usb_phy, struct fsl_otg, phy); in fsl_otg_start_hnp()
708 struct otg_fsm *fsm = &((struct fsl_otg *)dev_id)->fsm; in fsl_otg_isr()
709 struct usb_otg *otg = ((struct fsl_otg *)dev_id)->phy.otg; in fsl_otg_isr()
741 &((struct fsl_otg *)dev_id)->otg_event, in fsl_otg_isr()
745 ((struct fsl_otg *)dev_id)-> in fsl_otg_isr()
774 struct fsl_otg *fsl_otg_tc; in fsl_otg_conf()
781 fsl_otg_tc = kzalloc(sizeof(struct fsl_otg), GFP_KERNEL); in fsl_otg_conf()
834 struct fsl_otg *p_otg; in usb_otg_start()
842 p_otg = container_of(otg_trans, struct fsl_otg, phy); in usb_otg_start()