Home
last modified time | relevance | path

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

/drivers/phy/
Dphy-bcm-ns-usb2.c32 struct bcm_ns_usb2 *usb2 = phy_get_drvdata(phy); in bcm_ns_usb2_phy_init() local
33 struct device *dev = usb2->dev; in bcm_ns_usb2_phy_init()
34 void __iomem *dmu = usb2->dmu; in bcm_ns_usb2_phy_init()
38 err = clk_prepare_enable(usb2->ref_clk); in bcm_ns_usb2_phy_init()
44 ref_clk_rate = clk_get_rate(usb2->ref_clk); in bcm_ns_usb2_phy_init()
76 clk_disable_unprepare(usb2->ref_clk); in bcm_ns_usb2_phy_init()
89 struct bcm_ns_usb2 *usb2; in bcm_ns_usb2_probe() local
93 usb2 = devm_kzalloc(&pdev->dev, sizeof(*usb2), GFP_KERNEL); in bcm_ns_usb2_probe()
94 if (!usb2) in bcm_ns_usb2_probe()
96 usb2->dev = dev; in bcm_ns_usb2_probe()
[all …]
DMakefile6 obj-$(CONFIG_PHY_BCM_NS_USB2) += phy-bcm-ns-usb2.o
12 obj-$(CONFIG_ARMADA375_USBCLUSTER_PHY) += phy-armada375-usb2.o
13 obj-$(CONFIG_BCM_KONA_USB2_PHY) += phy-bcm-kona-usb2.o
17 obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o
23 obj-$(CONFIG_PHY_RCAR_GEN3_USB2) += phy-rcar-gen3-usb2.o
25 obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o
34 obj-$(CONFIG_PHY_SAMSUNG_USB2) += phy-exynos-usb2.o
35 phy-exynos-usb2-y += phy-samsung-usb2.o
36 phy-exynos-usb2-$(CONFIG_PHY_EXYNOS4210_USB2) += phy-exynos4210-usb2.o
37 phy-exynos-usb2-$(CONFIG_PHY_EXYNOS4X12_USB2) += phy-exynos4x12-usb2.o
[all …]
DKconfig252 it supports multiple usb2.0 and usb3.0 ports.
/drivers/phy/tegra/
Dxusb.c295 padctl->usb2 = pad; in tegra_xusb_pad_create()
556 static int tegra_xusb_usb2_port_parse_dt(struct tegra_xusb_usb2_port *usb2) in tegra_xusb_usb2_port_parse_dt() argument
558 struct tegra_xusb_port *port = &usb2->base; in tegra_xusb_usb2_port_parse_dt()
561 usb2->internal = of_property_read_bool(np, "nvidia,internal"); in tegra_xusb_usb2_port_parse_dt()
563 usb2->supply = devm_regulator_get(&port->dev, "vbus"); in tegra_xusb_usb2_port_parse_dt()
564 if (IS_ERR(usb2->supply)) in tegra_xusb_usb2_port_parse_dt()
565 return PTR_ERR(usb2->supply); in tegra_xusb_usb2_port_parse_dt()
573 struct tegra_xusb_usb2_port *usb2; in tegra_xusb_add_usb2_port() local
585 usb2 = devm_kzalloc(padctl->dev, sizeof(*usb2), GFP_KERNEL); in tegra_xusb_add_usb2_port()
586 if (!usb2) { in tegra_xusb_add_usb2_port()
[all …]
Dxusb-tegra124.c429 TEGRA124_LANE("usb2-0", 0x004, 0, 0x3, usb2),
430 TEGRA124_LANE("usb2-1", 0x004, 2, 0x3, usb2),
431 TEGRA124_LANE("usb2-2", 0x004, 4, 0x3, usb2),
438 struct tegra_xusb_usb2_lane *usb2; in tegra124_usb2_lane_probe() local
441 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra124_usb2_lane_probe()
442 if (!usb2) in tegra124_usb2_lane_probe()
445 INIT_LIST_HEAD(&usb2->base.list); in tegra124_usb2_lane_probe()
446 usb2->base.soc = &pad->soc->lanes[index]; in tegra124_usb2_lane_probe()
447 usb2->base.index = index; in tegra124_usb2_lane_probe()
448 usb2->base.pad = pad; in tegra124_usb2_lane_probe()
[all …]
Dxusb-tegra210.c866 TEGRA210_LANE("usb2-0", 0x004, 0, 0x3, usb2),
867 TEGRA210_LANE("usb2-1", 0x004, 2, 0x3, usb2),
868 TEGRA210_LANE("usb2-2", 0x004, 4, 0x3, usb2),
869 TEGRA210_LANE("usb2-3", 0x004, 6, 0x3, usb2),
876 struct tegra_xusb_usb2_lane *usb2; in tegra210_usb2_lane_probe() local
879 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra210_usb2_lane_probe()
880 if (!usb2) in tegra210_usb2_lane_probe()
883 INIT_LIST_HEAD(&usb2->base.list); in tegra210_usb2_lane_probe()
884 usb2->base.soc = &pad->soc->lanes[index]; in tegra210_usb2_lane_probe()
885 usb2->base.index = index; in tegra210_usb2_lane_probe()
[all …]
Dxusb.h366 } usb2, ulpi, hsic, usb3; member
383 struct tegra_xusb_pad *usb2; member
/drivers/media/usb/dvb-usb/
DMakefile31 dvb-usb-nova-t-usb2-objs := nova-t-usb2.o
32 obj-$(CONFIG_DVB_USB_NOVA_T_USB2) += dvb-usb-nova-t-usb2.o
79 dvb-usb-technisat-usb2-objs := technisat-usb2.o
80 obj-$(CONFIG_DVB_USB_TECHNISAT_USB2) += dvb-usb-technisat-usb2.o
DKconfig204 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
210 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
/drivers/net/can/usb/
Desd_usb2.c219 struct esd_usb2 *usb2; member
618 struct esd_usb2 *dev = priv->usb2; in esd_usb2_start()
716 struct esd_usb2 *dev = priv->usb2; in esd_usb2_start_xmit()
859 if (esd_usb2_send_msg(priv->usb2, msg) < 0) in esd_usb2_close()
868 if (esd_usb2_send_msg(priv->usb2, msg) < 0) in esd_usb2_close()
916 if (le16_to_cpu(priv->usb2->udev->descriptor.idProduct) == in esd_usb2_set_bittiming()
944 err = esd_usb2_send_msg(priv->usb2, msg); in esd_usb2_set_bittiming()
998 priv->usb2 = dev; in esd_usb2_probe_one_net()
/drivers/media/usb/pvrusb2/
DKconfig14 usb2 personal video recorder devices.
/drivers/pinctrl/uniphier/
Dpinctrl-uniphier-sld8.c621 UNIPHIER_PINCTRL_GROUP(usb2),
837 UNIPHIER_PINMUX_FUNCTION(usb2),
Dpinctrl-uniphier-ld4.c687 UNIPHIER_PINCTRL_GROUP(usb2),
910 UNIPHIER_PINMUX_FUNCTION(usb2),
Dpinctrl-uniphier-ld11.c623 UNIPHIER_PINCTRL_GROUP(usb2),
935 UNIPHIER_PINMUX_FUNCTION(usb2),
Dpinctrl-uniphier-ld20.c698 UNIPHIER_PINCTRL_GROUP(usb2),
1017 UNIPHIER_PINMUX_FUNCTION(usb2),
Dpinctrl-uniphier-ld6b.c907 UNIPHIER_PINCTRL_GROUP(usb2),
1270 UNIPHIER_PINMUX_FUNCTION(usb2),
Dpinctrl-uniphier-pxs2.c892 UNIPHIER_PINCTRL_GROUP(usb2),
1257 UNIPHIER_PINMUX_FUNCTION(usb2),
Dpinctrl-uniphier-pro5.c969 UNIPHIER_PINCTRL_GROUP(usb2),
1346 UNIPHIER_PINMUX_FUNCTION(usb2),
Dpinctrl-uniphier-pro4.c1202 UNIPHIER_PINCTRL_GROUP(usb2),
1580 UNIPHIER_PINMUX_FUNCTION(usb2),
/drivers/media/rc/keymaps/
DMakefile90 rc-technisat-usb2.o \
/drivers/usb/host/
Dxhci-tegra.c160 } usb2, ulpi, hsic, usb3; member
1244 .usb2 = { .offset = 4, .count = 4, },
1275 .usb2 = { .offset = 4, .count = 4, },
/drivers/pinctrl/sh-pfc/
Dpfc-r8a7779.c2753 SH_PFC_PIN_GROUP(usb2),
3043 SH_PFC_FUNCTION(usb2),
Dpfc-r8a7790.c4199 SH_PFC_PIN_GROUP(usb2),
4750 SH_PFC_FUNCTION(usb2),
Dpfc-r8a7795.c3914 SH_PFC_PIN_GROUP(usb2),
4407 SH_PFC_FUNCTION(usb2),