Searched refs:usb_get_phy (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
H A Dphy.c108 * Gets the phy using usb_get_phy(), and associates a device with it using
122 phy = usb_get_phy(type); devm_usb_get_phy()
134 * usb_get_phy - find the USB PHY
143 struct usb_phy *usb_get_phy(enum usb_phy_type type) usb_get_phy() function
167 EXPORT_SYMBOL_GPL(usb_get_phy); variable
354 * @x: the phy returned by usb_get_phy()
356 * Releases a refcount the caller received from usb_get_phy().
503 * @x: the phy returned by usb_get_phy();
H A Dphy-fsl-usb.c853 struct usb_phy *otg_trans = usb_get_phy(USB_PHY_TYPE_USB2); usb_otg_start()
/linux-4.4.14/include/linux/usb/
H A Dphy.h201 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
216 static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) usb_get_phy() function
/linux-4.4.14/drivers/usb/musb/
H A Djz4740.c85 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); jz4740_musb_init()
H A Dux500.c163 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); ux500_musb_init()
H A Dam35x.c365 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); am35x_musb_init()
H A Dblackfin.c440 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); bfin_musb_init()
H A Dda8xx.c422 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); da8xx_musb_init()
H A Ddavinci.c384 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); davinci_musb_init()
H A Dtusb6010.c1114 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); tusb_musb_init()
/linux-4.4.14/drivers/phy/
H A Dphy-omap-usb2.c50 struct usb_phy *x = usb_get_phy(USB_PHY_TYPE_USB2); omap_usb2_set_comparator()
/linux-4.4.14/drivers/usb/host/
H A Dohci-omap.c223 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); ohci_omap_reset()
H A Dehci-fsl.c154 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); fsl_ehci_drv_probe()
/linux-4.4.14/drivers/power/
H A Dpda_power.c318 transceiver = usb_get_phy(USB_PHY_TYPE_USB2); pda_power_probe()
H A Dab8500_charger.c3650 di->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); ab8500_charger_probe()
/linux-4.4.14/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c1066 gpriv->transceiver = usb_get_phy(USB_PHY_TYPE_UNDEFINED); usbhs_mod_gadget_probe()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c1284 hsudc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); s3c_hsudc_probe()
H A Dfsl_udc_core.c2369 udc_controller->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); fsl_udc_probe()
H A Domap_udc.c2819 xceiv = usb_get_phy(USB_PHY_TYPE_USB2); omap_udc_probe()
H A Dpxa27x_udc.c2438 udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); pxa_udc_probe()

Completed in 538 milliseconds