Searched full:chipidea (Results 1 – 25 of 39) sorted by relevance
12
/linux-6.12.1/drivers/usb/chipidea/ |
D | Kconfig | 4 tristate "ChipIdea Highspeed Dual Role Controller" 13 controller based on ChipIdea silicon IP. It supports: 22 bool "ChipIdea device controller" 26 ChipIdea driver. 29 bool "ChipIdea host controller" 34 ChipIdea driver.
|
D | ci_hdrc_usb2.c | 15 #include <linux/usb/chipidea.h> 42 { .compatible = "chipidea,usb2" }, 121 .name = "chipidea-usb2", 127 MODULE_DESCRIPTION("ChipIdea HDRC USB2 binding for ci13xxx");
|
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 | trace.h | 11 #define TRACE_SYSTEM chipidea 18 #include <linux/usb/chipidea.h>
|
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. 165 * struct ci_hdrc - chipidea device representation 457 * @ci: chipidea device
|
D | trace.c | 3 * Chipidea Device Mode Trace Support
|
D | otg.c | 3 * otg.c - ChipIdea USB IP core OTG driver 17 #include <linux/usb/chipidea.h>
|
D | ci_hdrc_msm.c | 7 #include <linux/usb/chipidea.h> 306 MODULE_DESCRIPTION("ChipIdea Highspeed Dual Role Controller");
|
D | host.c | 3 * host.c - ChipIdea USB host controller driver 14 #include <linux/usb/chipidea.h> 349 * For chipidea, the resume signal will be ended in ci_ehci_bus_suspend()
|
D | ulpi.c | 7 #include <linux/usb/chipidea.h>
|
D | ci_hdrc_npcm.c | 7 #include <linux/usb/chipidea.h>
|
D | ci_hdrc_tegra.c | 15 #include <linux/usb/chipidea.h> 330 /* setup and register ChipIdea HDRC device */ in tegra_usb_probe()
|
D | core.c | 3 * core.c - ChipIdea USB IP core family device controller 5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved. 34 #include <linux/usb/chipidea.h> 1521 MODULE_AUTHOR("David Lopo <dlopo@chipidea.mips.com>"); 1522 MODULE_DESCRIPTION("ChipIdea HDRC Driver");
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.yaml | 7 title: USB2 ChipIdea USB controller 17 - chipidea,usb2 35 - const: chipidea,usb2 86 - $ref: chipidea,usb2-common.yaml# 98 compatible = "chipidea,usb2";
|
D | chipidea,usb2-common.yaml | 4 $id: http://devicetree.org/schemas/usb/chipidea,usb2-common.yaml# 7 title: USB2 ChipIdea USB controller Common Properties 55 used to change AHB burst configuration, check the chipidea spec for 110 this value. On the most of chipidea platforms, the "usage_tt" flag
|
D | chipidea,usb2-imx.yaml | 4 $id: http://devicetree.org/schemas/usb/chipidea,usb2-imx.yaml# 7 title: NXP USB2 ChipIdea USB controller 140 - $ref: chipidea,usb2-common.yaml#
|
D | fsl,usbmisc.yaml | 7 title: Freescale i.MX wrapper module for Chipidea USB2 controller
|
/linux-6.12.1/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-6.12.1/drivers/phy/qualcomm/ |
D | Kconfig | 125 PHY which is usually paired with either the ChipIdea or Synopsys DWC3 191 is usually paired with either the ChipIdea or Synopsys DWC3 USB
|
/linux-6.12.1/Documentation/usb/ |
D | index.rst | 10 chipidea
|
/linux-6.12.1/drivers/usb/ |
D | Makefile | 62 obj-$(CONFIG_USB_CHIPIDEA) += chipidea/
|
D | Kconfig | 138 source "drivers/usb/chipidea/Kconfig"
|
/linux-6.12.1/arch/arm/boot/dts/synaptics/ |
D | berlin2q.dtsi | 189 compatible = "chipidea,usb2"; 490 compatible = "chipidea,usb2"; 500 compatible = "chipidea,usb2";
|
12