Symbol: USB_PHY_TYPE_USB2
drivers/phy/motorola/phy-cpcap-usb.c
632
ddata->phy.type = USB_PHY_TYPE_USB2;
drivers/phy/ti/phy-dm816x-usb.c
211
phy->phy.type = USB_PHY_TYPE_USB2;
drivers/phy/ti/phy-omap-usb2.c
105
struct usb_phy *x = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/phy/ti/phy-omap-usb2.c
402
phy->phy.type = USB_PHY_TYPE_USB2;
drivers/phy/ti/phy-twl4030-usb.c
720
twl->phy.type = USB_PHY_TYPE_USB2;
drivers/power/supply/ab8500_charger.c
3660
di->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/power/supply/bq256xx_charger.c
1729
bq->usb2_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
drivers/power/supply/bq25890_charger.c
1504
bq->usb_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
drivers/power/supply/da9150-charger.c
567
charger->usb_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
drivers/power/supply/isp1704_charger.c
401
isp->phy = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2);
drivers/power/supply/rt9455_charger.c
1638
info->usb_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
drivers/usb/chipidea/core.c
1127
USB_PHY_TYPE_USB2);
drivers/usb/dwc2/platform.c
255
hsotg->uphy = devm_usb_get_phy(hsotg->dev, USB_PHY_TYPE_USB2);
drivers/usb/dwc3/core.c
1546
dwc->usb2_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
drivers/usb/gadget/udc/fsl_udc_core.c
2383
udc_controller->transceiver = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/gadget/udc/omap_udc.c
2801
xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/gadget/udc/pxa25x_udc.c
2348
dev->transceiver = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2);
drivers/usb/gadget/udc/pxa27x_udc.c
2392
udc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/host/ehci-fsl.c
149
hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/host/ehci-mv.c
176
ehci_mv->otg = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2);
drivers/usb/host/ohci-omap.c
111
hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/musb/da8xx.c
379
musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/musb/jz4740.c
145
musb->xceiv = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
drivers/usb/musb/mediatek.c
464
glue->xceiv = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
drivers/usb/musb/mpfs.c
218
musb->xceiv = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
drivers/usb/musb/sunxi.c
771
glue->xceiv = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2);
drivers/usb/musb/tusb6010.c
1113
musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/musb/ux500.c
148
musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/phy/phy-ab8500-usb.c
939
err = usb_add_phy(&ab->phy, USB_PHY_TYPE_USB2);
drivers/usb/phy/phy-fsl-usb.c
818
status = usb_add_phy(&fsl_otg_tc->phy, USB_PHY_TYPE_USB2);
drivers/usb/phy/phy-fsl-usb.c
836
struct usb_phy *otg_trans = usb_get_phy(USB_PHY_TYPE_USB2);
drivers/usb/phy/phy-generic.c
198
enum usb_phy_type type = USB_PHY_TYPE_USB2;
drivers/usb/phy/phy-gpio-vbus-usb.c
316
err = usb_add_phy(&gpio_vbus->phy, USB_PHY_TYPE_USB2);
drivers/usb/phy/phy-isp1301.c
112
phy->type = USB_PHY_TYPE_USB2;
drivers/usb/phy/phy-mxs-usb.c
846
mxs_phy->phy.type = USB_PHY_TYPE_USB2;
drivers/usb/phy/phy-tahvo.c
384
ret = usb_add_phy(&tu->phy, USB_PHY_TYPE_USB2);
include/linux/usb/phy.h
348
case USB_PHY_TYPE_USB2: