Searched refs:fsl_otg (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/phy/ |
D | phy-fsl-usb.c | 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() [all …]
|
D | phy-fsl-usb.h | 371 struct fsl_otg { struct
|