Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
Dphy.h222 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
239 static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
/Linux-v6.6/drivers/usb/phy/
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);
Dphy-fsl-usb.c835 struct usb_phy *otg_trans = usb_get_phy(USB_PHY_TYPE_USB2); in usb_otg_start()
/Linux-v6.6/drivers/usb/musb/
Dux500.c148 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in ux500_musb_init()
Dda8xx.c376 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in da8xx_musb_init()
Dtusb6010.c1113 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in tusb_musb_init()
/Linux-v6.6/drivers/usb/host/
Dohci-omap.c111 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ohci_omap_reset()
Dehci-fsl.c149 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_ehci_drv_probe()
/Linux-v6.6/drivers/phy/ti/
Dphy-omap-usb2.c104 struct usb_phy *x = usb_get_phy(USB_PHY_TYPE_USB2); in omap_usb2_set_comparator()
/Linux-v6.6/Documentation/driver-api/usb/
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);
/Linux-v6.6/drivers/usb/renesas_usbhs/
Dmod_gadget.c1097 gpriv->transceiver = usb_get_phy(USB_PHY_TYPE_UNDEFINED); in usbhs_mod_gadget_probe()
/Linux-v6.6/drivers/usb/gadget/udc/
Dpxa27x_udc.c2391 udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pxa_udc_probe()
Dfsl_udc_core.c2374 udc_controller->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_udc_probe()
Domap_udc.c2803 xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in omap_udc_probe()
/Linux-v6.6/drivers/power/supply/
Dab8500_charger.c3650 di->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ab8500_charger_probe()