Searched refs:USB_PHY_TYPE_USB2 (Results 1 – 25 of 36) sorted by relevance
12
| /linux/include/linux/usb/ |
| H A D | phy.h | 38 USB_PHY_TYPE_USB2, enumerator 348 case USB_PHY_TYPE_USB2: in usb_phy_type_string()
|
| /linux/drivers/phy/ti/ |
| H A D | phy-omap-usb2.c | 105 struct usb_phy *x = usb_get_phy(USB_PHY_TYPE_USB2); in omap_usb2_set_comparator() 402 phy->phy.type = USB_PHY_TYPE_USB2; in omap_usb2_probe()
|
| H A D | phy-dm816x-usb.c | 211 phy->phy.type = USB_PHY_TYPE_USB2; in dm816x_usb_phy_probe()
|
| H A D | phy-twl4030-usb.c | 720 twl->phy.type = USB_PHY_TYPE_USB2; in twl4030_usb_probe()
|
| /linux/drivers/usb/phy/ |
| H A D | phy-isp1301.c | 112 phy->type = USB_PHY_TYPE_USB2; in isp1301_probe()
|
| H A D | phy-fsl-usb.c | 818 status = usb_add_phy(&fsl_otg_tc->phy, USB_PHY_TYPE_USB2); in fsl_otg_conf() 836 struct usb_phy *otg_trans = usb_get_phy(USB_PHY_TYPE_USB2); in usb_otg_start()
|
| H A D | phy-generic.c | 198 enum usb_phy_type type = USB_PHY_TYPE_USB2; in usb_phy_gen_create_phy()
|
| H A D | phy-gpio-vbus-usb.c | 316 err = usb_add_phy(&gpio_vbus->phy, USB_PHY_TYPE_USB2); in gpio_vbus_probe()
|
| H A D | phy-tahvo.c | 384 ret = usb_add_phy(&tu->phy, USB_PHY_TYPE_USB2); in tahvo_usb_probe()
|
| H A D | phy-mxs-usb.c | 846 mxs_phy->phy.type = USB_PHY_TYPE_USB2; in mxs_phy_probe()
|
| H A D | phy-ab8500-usb.c | 939 err = usb_add_phy(&ab->phy, USB_PHY_TYPE_USB2); in ab8500_usb_probe()
|
| /linux/drivers/usb/host/ |
| H A D | ehci-mv.c | 176 ehci_mv->otg = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2); in mv_ehci_probe()
|
| H A D | ohci-omap.c | 111 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in ohci_omap_reset()
|
| H A D | ehci-fsl.c | 149 hcd->usb_phy = usb_get_phy(USB_PHY_TYPE_USB2); in fsl_ehci_drv_probe()
|
| /linux/drivers/usb/musb/ |
| H A D | jz4740.c | 145 musb->xceiv = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2); in jz4740_musb_init()
|
| H A D | ux500.c | 148 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in ux500_musb_init()
|
| H A D | mpfs.c | 218 musb->xceiv = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2); in mpfs_musb_init()
|
| H A D | mediatek.c | 464 glue->xceiv = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2); in mtk_musb_probe()
|
| H A D | da8xx.c | 379 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in da8xx_musb_init()
|
| H A D | sunxi.c | 771 glue->xceiv = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2); in sunxi_musb_probe()
|
| /linux/drivers/power/supply/ |
| H A D | isp1704_charger.c | 401 isp->phy = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2); in isp1704_charger_probe()
|
| H A D | da9150-charger.c | 567 charger->usb_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2); in da9150_charger_probe()
|
| /linux/drivers/phy/motorola/ |
| H A D | phy-cpcap-usb.c | 632 ddata->phy.type = USB_PHY_TYPE_USB2; in cpcap_usb_phy_probe()
|
| /linux/drivers/usb/dwc2/ |
| H A D | platform.c | 255 hsotg->uphy = devm_usb_get_phy(hsotg->dev, USB_PHY_TYPE_USB2); in dwc2_lowlevel_hw_init()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | writing_musb_glue_layer.rst | 249 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); 591 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
|
12