Searched full:chipidea (Results 1 – 25 of 37) sorted by relevance
12
/Linux-v5.4/drivers/usb/chipidea/ |
D | Kconfig | 4 tristate "ChipIdea Highspeed Dual Role Controller" 12 controller based on ChipIdea silicon IP. It supports: 32 bool "ChipIdea device controller" 36 ChipIdea driver. 39 bool "ChipIdea host controller" 44 ChipIdea driver.
|
D | ci_hdrc_usb2.c | 15 #include <linux/usb/chipidea.h> 36 { .compatible = "chipidea,usb2"}, 117 .name = "chipidea-usb2", 123 MODULE_DESCRIPTION("ChipIdea HDRC USB2 binding for ci13xxx");
|
D | ci_hdrc_tegra.c | 11 #include <linux/usb/chipidea.h> 100 * hook, so we have to power on UDC controller before ChipIdea in tegra_udc_probe() 105 /* setup and register ChipIdea HDRC device */ in tegra_udc_probe()
|
D | ci_hdrc_zevio.c | 5 * Based off drivers/usb/chipidea/ci_hdrc_msm.c 11 #include <linux/usb/chipidea.h>
|
D | ci_hdrc_pci.c | 5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved. 15 #include <linux/usb/chipidea.h> 167 MODULE_AUTHOR("MIPS - David Lopo <dlopo@chipidea.mips.com>");
|
D | udc.h | 3 * udc.h - ChipIdea UDC structures 5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved.
|
D | bits.h | 3 * bits.h - register bits of the ChipIdea USB IP core 5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved.
|
D | ci.h | 3 * ci.h - common structures, functions, and macros of the ChipIdea driver 5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved. 159 * struct ci_hdrc - chipidea device representation 424 * @ci: chipidea device
|
D | host.c | 3 * host.c - ChipIdea USB host controller driver 14 #include <linux/usb/chipidea.h> 317 * For chipidea, the resume signal will be ended in ci_ehci_bus_suspend()
|
D | otg.c | 3 * otg.c - ChipIdea USB IP core OTG driver 17 #include <linux/usb/chipidea.h>
|
D | core.c | 3 * core.c - ChipIdea USB IP core family device controller 5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved. 11 * Description: ChipIdea USB IP core family device controller 60 #include <linux/usb/chipidea.h> 275 "ChipIdea HDRC found, revision: %d, lpm: %d; cap: %p op: %p\n", in hw_device_init() 1413 MODULE_AUTHOR("David Lopo <dlopo@chipidea.mips.com>"); 1414 MODULE_DESCRIPTION("ChipIdea HDRC Driver");
|
D | ulpi.c | 7 #include <linux/usb/chipidea.h>
|
/Linux-v5.4/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 1 * USB2 ChipIdea USB controller for ci13xxx 16 "chipidea,usb2" 42 property is used to change AHB burst configuration, check the chipidea 68 On the most of chipidea platforms, the "usage_tt" flag at RTL is 0, so this 103 compatible = "chipidea,usb2";
|
D | msm-hsusb.txt | 22 "qcom,usb-otg-ci" for chipsets with ChipIdea 45nm PHY
|
/Linux-v5.4/include/linux/usb/ |
D | chipidea.h | 3 * Platform data for the chipidea USB dual role controller 20 * @ci: driver state of the chipidea device
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | tango4-common.dtsi | 118 compatible = "chipidea,usb2"; 133 compatible = "chipidea,usb2";
|
D | berlin2q.dtsi | 189 compatible = "chipidea,usb2"; 490 compatible = "chipidea,usb2"; 500 compatible = "chipidea,usb2";
|
D | zynq-7000.dtsi | 341 compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2"; 351 compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
|
/Linux-v5.4/Documentation/usb/ |
D | index.rst | 10 chipidea
|
/Linux-v5.4/drivers/phy/qualcomm/ |
D | Kconfig | 52 PHY which is usually paired with either the ChipIdea or Synopsys DWC3
|
/Linux-v5.4/drivers/usb/ |
D | Makefile | 60 obj-$(CONFIG_USB_CHIPIDEA) += chipidea/
|
D | Kconfig | 124 source "drivers/usb/chipidea/Kconfig"
|
/Linux-v5.4/arch/mips/boot/dts/qca/ |
D | ar9331.dtsi | 146 compatible = "chipidea,usb2";
|
/Linux-v5.4/drivers/usb/host/ |
D | ehci-pci.c | 34 * specific drivers for that. One of the example is a ChipIdea device installed 38 /* ChipIdea on Intel MID platform */
|
/Linux-v5.4/drivers/usb/phy/ |
D | Kconfig | 185 controllers with a viewport register (e.g. Chipidea/ARC controllers).
|
12