Home
last modified time | relevance | path

Searched refs:usb_get_phy (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/drivers/usb/phy/
Dphy.c108 phy = usb_get_phy(type); in devm_usb_get_phy()
129 struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
153 EXPORT_SYMBOL_GPL(usb_get_phy);
Dphy-fsl-usb.c853 struct usb_phy *otg_trans = usb_get_phy(USB_PHY_TYPE_USB2); in usb_otg_start()
/linux-4.1.27/include/linux/usb/
Dphy.h201 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
214 static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
/linux-4.1.27/drivers/usb/musb/
Djz4740.c85 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in jz4740_musb_init()
Dux500.c163 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in ux500_musb_init()
Dda8xx.c422 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in da8xx_musb_init()
Ddavinci.c384 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in davinci_musb_init()
Dam35x.c365 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in am35x_musb_init()
Dblackfin.c440 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in bfin_musb_init()
Dtusb6010.c1114 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in tusb_musb_init()
/linux-4.1.27/drivers/phy/
Dphy-omap-usb2.c50 struct usb_phy *x = usb_get_phy(USB_PHY_TYPE_USB2); in omap_usb2_set_comparator()
/linux-4.1.27/drivers/usb/host/
Dohci-omap.c223 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ohci_omap_reset()
Dehci-fsl.c133 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in usb_hcd_fsl_probe()
/linux-4.1.27/drivers/power/
Dpda_power.c318 transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pda_power_probe()
Dtwl4030_charger.c641 bci->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in twl4030_bci_probe()
Dab8500_charger.c3650 di->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ab8500_charger_probe()
/linux-4.1.27/arch/arm/mach-shmobile/
Dsetup-r8a7778.c113 phy = usb_get_phy(USB_PHY_TYPE_USB2); in r8a7778_usb_phy_power()
Dsetup-r8a7779.c708 phy = usb_get_phy(USB_PHY_TYPE_USB2); in r8a7779_init_late()
/linux-4.1.27/drivers/usb/gadget/udc/
Ds3c-hsudc.c1269 hsudc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in s3c_hsudc_probe()
Dpxa27x_udc.c2437 udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pxa_udc_probe()
Dfsl_udc_core.c2356 udc_controller->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_udc_probe()
Domap_udc.c2797 xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in omap_udc_probe()