Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dphy.h221 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
238 static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy.c434 phy = usb_get_phy(type); in devm_usb_get_phy()
455 struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
479 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()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dux500.c148 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in ux500_musb_init()
H A Ddavinci.c363 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in davinci_musb_init()
H A Dam35x.c343 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in am35x_musb_init()
H A Dda8xx.c374 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in da8xx_musb_init()
H A Dtusb6010.c1098 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in tusb_musb_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-omap.c212 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ohci_omap_reset()
H A Dehci-fsl.c155 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_ehci_drv_probe()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dpda_power.c319 transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pda_power_probe()
H A Dab8500_charger.c3584 di->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ab8500_charger_probe()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dam35x.c394 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in am35x_musb_init()
H A Dmusb_dsps.c433 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in dsps_musb_init()
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c1097 gpriv->transceiver = usb_get_phy(USB_PHY_TYPE_UNDEFINED); in usbhs_mod_gadget_probe()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c1233 hsudc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in s3c_hsudc_probe()
H A Dpxa27x_udc.c2391 udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pxa_udc_probe()
H A Dfsl_udc_core.c2378 udc_controller->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_udc_probe()
H A Domap_udc.c2815 xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in omap_udc_probe()