Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dphy.h218 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
235 static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
/openbmc/linux/drivers/usb/phy/
H A Dphy.c472 phy = usb_get_phy(type); in devm_usb_get_phy()
493 struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
517 EXPORT_SYMBOL_GPL(usb_get_phy);
H A Dphy-fsl-usb.c835 struct usb_phy *otg_trans = usb_get_phy(USB_PHY_TYPE_USB2); in usb_otg_start()
/openbmc/linux/drivers/usb/musb/
H A Dux500.c148 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in ux500_musb_init()
H A Dda8xx.c376 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in da8xx_musb_init()
H A Dtusb6010.c1113 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in tusb_musb_init()
/openbmc/linux/drivers/usb/host/
H A Dohci-omap.c111 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ohci_omap_reset()
H A Dehci-fsl.c149 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_ehci_drv_probe()
/openbmc/linux/drivers/phy/ti/
H A Dphy-omap-usb2.c104 struct usb_phy *x = usb_get_phy(USB_PHY_TYPE_USB2); in omap_usb2_set_comparator()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dam35x.c393 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in am35x_musb_init()
H A Dmusb_dsps.c432 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in dsps_musb_init()
/openbmc/linux/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst249 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
272 Getting hold of the ``MUSB PHY`` driver data is done with ``usb_get_phy()``
591 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c1097 gpriv->transceiver = usb_get_phy(USB_PHY_TYPE_UNDEFINED); in usbhs_mod_gadget_probe()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c2391 udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pxa_udc_probe()
H A Dfsl_udc_core.c2374 udc_controller->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_udc_probe()
H A Domap_udc.c2804 xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in omap_udc_probe()
/openbmc/linux/drivers/power/supply/
H A Dab8500_charger.c3650 di->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ab8500_charger_probe()