| /drivers/phy/broadcom/ |
| A D | phy-bcm-ns-usb2.c | 49 usb2ctl = readl(usb2->base); in bcm_ns_usb2_phy_init() 69 writel(usb2ctl, usb2->base); in bcm_ns_usb2_phy_init() 88 struct bcm_ns_usb2 *usb2; in bcm_ns_usb2_probe() local 91 usb2 = devm_kzalloc(&pdev->dev, sizeof(*usb2), GFP_KERNEL); in bcm_ns_usb2_probe() 92 if (!usb2) in bcm_ns_usb2_probe() 94 usb2->dev = dev; in bcm_ns_usb2_probe() 97 if (IS_ERR(usb2->base)) { in bcm_ns_usb2_probe() 104 if (IS_ERR(usb2->clkset)) { in bcm_ns_usb2_probe() 116 if (IS_ERR(usb2->phy)) in bcm_ns_usb2_probe() 117 return PTR_ERR(usb2->phy); in bcm_ns_usb2_probe() [all …]
|
| A D | Makefile | 4 obj-$(CONFIG_BCM_KONA_USB2_PHY) += phy-bcm-kona-usb2.o 5 obj-$(CONFIG_PHY_BCM_NS_USB2) += phy-bcm-ns-usb2.o
|
| /drivers/phy/samsung/ |
| A D | Makefile | 12 obj-$(CONFIG_PHY_SAMSUNG_USB2) += phy-exynos-usb2.o 13 phy-exynos-usb2-y += phy-samsung-usb2.o 14 phy-exynos-usb2-$(CONFIG_PHY_EXYNOS4210_USB2) += phy-exynos4210-usb2.o 15 phy-exynos-usb2-$(CONFIG_PHY_EXYNOS4X12_USB2) += phy-exynos4x12-usb2.o 16 phy-exynos-usb2-$(CONFIG_PHY_EXYNOS5250_USB2) += phy-exynos5250-usb2.o 17 phy-exynos-usb2-$(CONFIG_PHY_S5PV210_USB2) += phy-s5pv210-usb2.o
|
| /drivers/phy/tegra/ |
| A D | xusb.c | 292 padctl->usb2 = pad; in tegra_xusb_pad_create() 759 usb2->mode = err; in tegra_xusb_usb2_port_parse_dt() 775 modes[usb2->mode]); in tegra_xusb_usb2_port_parse_dt() 799 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra_xusb_add_usb2_port() 800 if (!usb2) { in tegra_xusb_add_usb2_port() 809 usb2->base.ops = padctl->soc->ports.usb2.ops; in tegra_xusb_add_usb2_port() 811 usb2->base.lane = usb2->base.ops->map(&usb2->base); in tegra_xusb_add_usb2_port() 835 kfree(usb2); in tegra_xusb_usb2_port_release() 1089 usb2->usb3_port_fake = -1; in tegra_xusb_update_usb3_fake_port() 1143 if (!usb2) in tegra_xusb_setup_ports() [all …]
|
| A D | xusb-tegra186.c | 304 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra186_usb2_lane_probe() 305 if (!usb2) in tegra186_usb2_lane_probe() 316 kfree(usb2); in tegra186_usb2_lane_probe() 327 kfree(usb2); in tegra186_usb2_lane_remove() 1031 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra186_usb2_pad_probe() 1032 if (!usb2) in tegra186_usb2_pad_probe() 1070 kfree(usb2); in tegra186_usb2_pad_remove() 1300 if (!usb2) { in tegra186_usb3_phy_power_on() 1628 .usb2 = { 1694 .usb2 = { [all …]
|
| A D | xusb-tegra124.c | 433 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra124_usb2_lane_probe() 434 if (!usb2) in tegra124_usb2_lane_probe() 441 usb2->base.np = np; in tegra124_usb2_lane_probe() 445 kfree(usb2); in tegra124_usb2_lane_probe() 456 kfree(usb2); in tegra124_usb2_lane_remove() 617 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra124_usb2_pad_probe() 618 if (!usb2) in tegra124_usb2_pad_probe() 623 pad = &usb2->base; in tegra124_usb2_pad_probe() 629 kfree(usb2); in tegra124_usb2_pad_probe() 651 kfree(usb2); in tegra124_usb2_pad_remove() [all …]
|
| A D | xusb-tegra210.c | 1762 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra210_usb2_lane_probe() 1763 if (!usb2) in tegra210_usb2_lane_probe() 1770 usb2->base.np = np; in tegra210_usb2_lane_probe() 1774 kfree(usb2); in tegra210_usb2_lane_probe() 1785 kfree(usb2); in tegra210_usb2_lane_remove() 2188 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra210_usb2_pad_probe() 2189 if (!usb2) in tegra210_usb2_pad_probe() 2192 pad = &usb2->base; in tegra210_usb2_pad_probe() 2198 kfree(usb2); in tegra210_usb2_pad_probe() 2227 kfree(usb2); in tegra210_usb2_pad_remove() [all …]
|
| A D | xusb.h | 426 } usb2, ulpi, hsic, usb3; member 452 struct tegra_xusb_pad *usb2; member
|
| /drivers/media/usb/dvb-usb/ |
| A D | Makefile | 32 dvb-usb-nova-t-usb2-objs := nova-t-usb2.o 33 obj-$(CONFIG_DVB_USB_NOVA_T_USB2) += dvb-usb-nova-t-usb2.o 80 dvb-usb-technisat-usb2-objs := technisat-usb2.o 81 obj-$(CONFIG_DVB_USB_TECHNISAT_USB2) += dvb-usb-technisat-usb2.o
|
| /drivers/phy/amlogic/ |
| A D | Makefile | 3 obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o 4 obj-$(CONFIG_PHY_MESON_GXL_USB2) += phy-meson-gxl-usb2.o 5 obj-$(CONFIG_PHY_MESON_G12A_USB2) += phy-meson-g12a-usb2.o
|
| /drivers/phy/marvell/ |
| A D | Makefile | 2 obj-$(CONFIG_ARMADA375_USBCLUSTER_PHY) += phy-armada375-usb2.o 14 obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o
|
| /drivers/phy/nuvoton/ |
| A D | Makefile | 3 obj-$(CONFIG_PHY_MA35_USB) += phy-ma35d1-usb2.o
|
| /drivers/phy/sunplus/ |
| A D | Makefile | 2 obj-$(CONFIG_PHY_SUNPLUS_USB) += phy-sunplus-usb2.o
|
| /drivers/phy/realtek/ |
| A D | Makefile | 2 obj-$(CONFIG_PHY_RTK_RTD_USB2PHY) += phy-rtk-usb2.o
|
| /drivers/phy/lantiq/ |
| A D | Makefile | 2 obj-$(CONFIG_PHY_LANTIQ_RCU_USB2) += phy-lantiq-rcu-usb2.o
|
| /drivers/phy/socionext/ |
| A D | Makefile | 6 obj-$(CONFIG_PHY_UNIPHIER_USB2) += phy-uniphier-usb2.o
|
| /drivers/phy/renesas/ |
| A D | Makefile | 5 obj-$(CONFIG_PHY_RCAR_GEN3_USB2) += phy-rcar-gen3-usb2.o
|
| /drivers/phy/hisilicon/ |
| A D | Makefile | 7 obj-$(CONFIG_PHY_HISI_INNO_USB2) += phy-hisi-inno-usb2.o
|
| /drivers/phy/ti/ |
| A D | Makefile | 5 obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o
|
| /drivers/phy/rockchip/ |
| A D | Makefile | 8 obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB2) += phy-rockchip-inno-usb2.o
|
| /drivers/pinctrl/uniphier/ |
| A D | pinctrl-uniphier-sld8.c | 583 UNIPHIER_PINCTRL_GROUP(usb2), 632 UNIPHIER_PINMUX_FUNCTION(usb2),
|
| A D | pinctrl-uniphier-ld4.c | 653 UNIPHIER_PINCTRL_GROUP(usb2), 700 UNIPHIER_PINMUX_FUNCTION(usb2),
|
| A D | pinctrl-uniphier-ld11.c | 632 UNIPHIER_PINCTRL_GROUP(usb2), 704 UNIPHIER_PINMUX_FUNCTION(usb2),
|
| /drivers/media/usb/pvrusb2/ |
| A D | Kconfig | 15 usb2 personal video recorder devices.
|
| /drivers/clk/renesas/ |
| A D | Makefile | 52 obj-$(CONFIG_CLK_RCAR_USB2_CLOCK_SEL) += rcar-usb2-clock-sel.o
|