Home
last modified time | relevance | path

Searched refs:usb2 (Results 1 – 25 of 38) sorted by relevance

12

/drivers/phy/broadcom/
A Dphy-bcm-ns-usb2.c49 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 DMakefile4 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 DMakefile12 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 Dxusb.c292 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 Dxusb-tegra186.c304 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 Dxusb-tegra124.c433 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 Dxusb-tegra210.c1762 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 Dxusb.h426 } usb2, ulpi, hsic, usb3; member
452 struct tegra_xusb_pad *usb2; member
/drivers/media/usb/dvb-usb/
A DMakefile32 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 DMakefile3 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 DMakefile2 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 DMakefile3 obj-$(CONFIG_PHY_MA35_USB) += phy-ma35d1-usb2.o
/drivers/phy/sunplus/
A DMakefile2 obj-$(CONFIG_PHY_SUNPLUS_USB) += phy-sunplus-usb2.o
/drivers/phy/realtek/
A DMakefile2 obj-$(CONFIG_PHY_RTK_RTD_USB2PHY) += phy-rtk-usb2.o
/drivers/phy/lantiq/
A DMakefile2 obj-$(CONFIG_PHY_LANTIQ_RCU_USB2) += phy-lantiq-rcu-usb2.o
/drivers/phy/socionext/
A DMakefile6 obj-$(CONFIG_PHY_UNIPHIER_USB2) += phy-uniphier-usb2.o
/drivers/phy/renesas/
A DMakefile5 obj-$(CONFIG_PHY_RCAR_GEN3_USB2) += phy-rcar-gen3-usb2.o
/drivers/phy/hisilicon/
A DMakefile7 obj-$(CONFIG_PHY_HISI_INNO_USB2) += phy-hisi-inno-usb2.o
/drivers/phy/ti/
A DMakefile5 obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o
/drivers/phy/rockchip/
A DMakefile8 obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB2) += phy-rockchip-inno-usb2.o
/drivers/pinctrl/uniphier/
A Dpinctrl-uniphier-sld8.c583 UNIPHIER_PINCTRL_GROUP(usb2),
632 UNIPHIER_PINMUX_FUNCTION(usb2),
A Dpinctrl-uniphier-ld4.c653 UNIPHIER_PINCTRL_GROUP(usb2),
700 UNIPHIER_PINMUX_FUNCTION(usb2),
A Dpinctrl-uniphier-ld11.c632 UNIPHIER_PINCTRL_GROUP(usb2),
704 UNIPHIER_PINMUX_FUNCTION(usb2),
/drivers/media/usb/pvrusb2/
A DKconfig15 usb2 personal video recorder devices.
/drivers/clk/renesas/
A DMakefile52 obj-$(CONFIG_CLK_RCAR_USB2_CLOCK_SEL) += rcar-usb2-clock-sel.o

Completed in 57 milliseconds

12