Home
last modified time | relevance | path

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

/linux-6.15/include/linux/usb/
H A Dphy.h218 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
234 static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
/linux-6.15/drivers/usb/phy/
H A Dphy.c465 phy = usb_get_phy(type); in devm_usb_get_phy()
486 struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() function
510 EXPORT_SYMBOL_GPL(usb_get_phy);
H A Dphy-fsl-usb.c836 struct usb_phy *otg_trans = usb_get_phy(USB_PHY_TYPE_USB2); in usb_otg_start()
/linux-6.15/drivers/usb/musb/
H A Dux500.c148 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in ux500_musb_init()
H A Dda8xx.c378 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()
/linux-6.15/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()
/linux-6.15/drivers/phy/ti/
H A Dphy-omap-usb2.c105 struct usb_phy *x = usb_get_phy(USB_PHY_TYPE_USB2); in omap_usb2_set_comparator()
/linux-6.15/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);
/linux-6.15/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c2392 udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pxa_udc_probe()
H A Dfsl_udc_core.c2383 udc_controller->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_udc_probe()
H A Domap_udc.c2801 xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in omap_udc_probe()
/linux-6.15/drivers/power/supply/
H A Dab8500_charger.c3660 di->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ab8500_charger_probe()