/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | fsl-usb.txt | 1 Freescale SOC USB controllers 10 controllers, or "fsl-usb2-dr" for dual role USB controllers 11 or "fsl,mpc5121-usb2-dr" for dual role USB controllers of MPC5121. 14 - phy_type : For multi port host USB controllers, should be one of 15 "ulpi", or "serial". For dual role USB controllers, should be 19 fsl-usb2-mph compatible controllers. Either this property or 21 controllers. 23 fsl-usb2-mph compatible controllers. Either this property or 25 controllers. 27 controllers. Can be "host", "peripheral", or "otg". Default to
|
D | generic.txt | 4 - maximum-speed: tells USB controllers we want to work up to a certain 7 via DT, USB controllers should default to their maximum 9 - dr_mode: tells Dual-Role USB controllers that we want to work on a 12 passed via DT, USB DRD controllers should default to 14 - phy_type: tells USB controllers that we want to configure the core to support 17 In case this isn't passed via DT, USB controllers should 26 - hnp-disable: tells OTG controllers we want to disable OTG HNP, normally HNP 29 - srp-disable: tells OTG controllers we want to disable OTG SRP, SRP is 31 - adp-disable: tells OTG controllers we want to disable OTG ADP, ADP is
|
D | pxa-usb.txt | 1 PXA USB controllers 6 - compatible: Should be "marvell,pxa-ohci" for USB controllers 35 - compatible: Should be "marvell,pxa270-udc" for USB controllers
|
D | brcm,bcm3384-usb.txt | 1 * Broadcom USB controllers 11 - Figuring out which controllers are disabled on ASIC bondout variants
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | omap_serial.txt | 4 - compatible : should be "ti,am654-uart" for AM654 controllers 5 - compatible : should be "ti,omap2-uart" for OMAP2 controllers 6 - compatible : should be "ti,omap3-uart" for OMAP3 controllers 7 - compatible : should be "ti,omap4-uart" for OMAP4 controllers 8 - compatible : should be "ti,am4372-uart" for AM437x controllers 9 - compatible : should be "ti,am3352-uart" for AM335x controllers 10 - compatible : should be "ti,dra742-uart" for DRA7x controllers
|
/Linux-v4.19/drivers/net/can/spi/ |
D | Kconfig | 5 tristate "Holt HI311x SPI CAN controllers" 8 Driver for the Holt HI311x SPI CAN controllers. 11 tristate "Microchip MCP251x SPI CAN controllers" 14 Driver for the Microchip MCP251x SPI CAN controllers.
|
/Linux-v4.19/drivers/mux/ |
D | core.c | 80 unsigned int controllers, size_t sizeof_priv) in mux_chip_alloc() argument 85 if (WARN_ON(!dev || !controllers)) in mux_chip_alloc() 89 controllers * sizeof(*mux_chip->mux) + in mux_chip_alloc() 111 mux_chip->controllers = controllers; in mux_chip_alloc() 112 for (i = 0; i < controllers; ++i) { in mux_chip_alloc() 152 for (i = 0; i < mux_chip->controllers; ++i) { in mux_chip_register() 220 unsigned int controllers, in devm_mux_chip_alloc() argument 229 mux_chip = mux_chip_alloc(dev, controllers, sizeof_priv); in devm_mux_chip_alloc() 464 (!args.args_count && (mux_chip->controllers > 1))) { in mux_control_get() 475 if (controller >= mux_chip->controllers) { in mux_control_get()
|
D | adg792a.c | 39 if (mux->chip->controllers == 1) { in adg792a_set() 91 mux_chip->controllers); in adg792a_probe() 98 for (i = 0; i < mux_chip->controllers; ++i) { in adg792a_probe()
|
/Linux-v4.19/include/linux/mux/ |
D | driver.h | 61 unsigned int controllers; member 79 return &mux_chip->mux[mux_chip->controllers]; in mux_chip_priv() 83 unsigned int controllers, size_t sizeof_priv); 89 unsigned int controllers,
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | hsmmc.c | 156 void __init omap_hsmmc_init(struct omap2_hsmmc_info *controllers) in omap_hsmmc_init() argument 171 for (; controllers->mmc; controllers++) in omap_hsmmc_init() 172 omap_hsmmc_init_one(controllers, controllers->mmc); in omap_hsmmc_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
D | s3c-rtc.txt | 5 * "samsung,s3c2410-rtc" - for controllers compatible with s3c2410 rtc. 6 * "samsung,s3c2416-rtc" - for controllers compatible with s3c2416 rtc. 7 * "samsung,s3c2443-rtc" - for controllers compatible with s3c2443 rtc. 8 * "samsung,s3c6410-rtc" - for controllers compatible with s3c6410 rtc. 9 * "samsung,exynos3250-rtc" - (deprecated) for controllers compatible with
|
/Linux-v4.19/Documentation/input/devices/ |
D | xpad.rst | 2 xpad - Linux USB driver for Xbox compatible controllers 6 controllers. It has a long history and has enjoyed considerable usage 11 This only effects Original Xbox controllers. All later controller models 14 Rumble is supported on some models of Xbox 360 controllers but not of 15 Original Xbox controllers nor on Xbox One controllers. As of writing 39 unknown controllers. 95 All generations of Xbox controllers speak USB over the wire. 97 - Original Xbox controllers use a proprietary connector and require adapters. 98 - Wireless Xbox 360 controllers require a 'Xbox 360 Wireless Gaming Receiver 100 - Wired Xbox 360 controllers use standard USB connectors. [all …]
|
/Linux-v4.19/Documentation/PCI/endpoint/ |
D | pci-endpoint-cfs.txt | 18 The pci_ep configfs has two directories at its root: controllers and 20 the *controllers* directory and and every EPF driver present in the system 24 .. controllers/ 29 Every registered EPF driver will be listed in controllers directory. The 63 Every registered EPC device will be listed in controllers directory. The 66 /sys/kernel/config/pci_ep/controllers/ 86 | controllers/
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-ehci_hcd | 7 PCI-based EHCI USB controllers (i.e., high-speed USB-2.0 8 controllers) are often implemented along with a set of 9 "companion" full/low-speed USB-1.1 controllers. When a 35 Note: Some EHCI controllers do not have companions; they 38 mechanism will not work with such controllers. Also, it
|
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas-memory-controllers.txt | 1 DT bindings for Renesas R-Mobile and SH-Mobile memory controllers 4 Renesas R-Mobile and SH-Mobile SoCs contain one or more memory controllers. 5 These memory controllers differ from one SoC variant to another, and are called 13 As there exist no actual drivers for these controllers yet, these bindings
|
/Linux-v4.19/drivers/ata/ |
D | Kconfig | 118 controllers. 292 This option adds support for ATA controllers with SFF 296 the dawn of time. Almost all PATA controllers have an 297 SFF interface. Many SATA controllers have an SFF interface 300 For users with exclusively modern controllers like AHCI, 308 comment "SFF controllers with custom DMA interface" 314 This option enables support for Pacific Digital ADMA controllers 348 This option adds support for SFF ATA controllers with BMDMA 350 de facto DMA interface for SFF controllers. 356 comment "SATA SFF controllers with BMDMA" [all …]
|
/Linux-v4.19/drivers/pinctrl/bcm/ |
D | Kconfig | 39 The Broadcom Cygnus SoC has 3 GPIO controllers including the ASIU 41 the always-ON GPIO controller (CRMU/AON). All 3 GPIO controllers are 44 The Broadcom NSP has two GPIO controllers including the ChipcommonA 49 the ChipcommonG GPIO. Both controllers are supported by this driver. 51 The Broadcom Stingray GPIO controllers are supported by this driver. 53 All above SoCs GPIO controllers support basic PINCONF functions such
|
/Linux-v4.19/drivers/dma/sh/ |
D | Kconfig | 21 Enable support for the Renesas SuperH DMA controllers. 31 Enable support for the Renesas SuperH DMA controllers. 63 Enable support for the Renesas SUDMAC controllers.
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | msi.txt | 1 This document describes the generic device tree binding for MSI controllers and 9 those busses to the MSI controllers which they are capable of using, 22 MSI controllers may have restrictions on permitted payloads. 31 MSI controllers: 68 MSI controllers listed in the msi-parent property. 131 * Can generate MSIs to all of the MSI controllers.
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | exynos-dw-mshc.txt | 13 - "samsung,exynos4210-dw-mshc": for controllers with Samsung Exynos4210 15 - "samsung,exynos4412-dw-mshc": for controllers with Samsung Exynos4412 17 - "samsung,exynos5250-dw-mshc": for controllers with Samsung Exynos5250 19 - "samsung,exynos5420-dw-mshc": for controllers with Samsung Exynos5420 21 - "samsung,exynos7-dw-mshc": for controllers with Samsung Exynos7 23 - "samsung,exynos7-dw-mshc-smu": for controllers with Samsung Exynos7
|
D | samsung,s3cmci.txt | 12 - "samsung,s3c2410-sdi": for controllers compatible with s3c2410 13 - "samsung,s3c2412-sdi": for controllers compatible with s3c2412 14 - "samsung,s3c2440-sdi": for controllers compatible with s3c2440
|
D | ti-omap-hsmmc.txt | 12 Should be "ti,omap2-hsmmc", for OMAP2 controllers 13 Should be "ti,omap3-hsmmc", for OMAP3 controllers 14 Should be "ti,omap3-pre-es3-hsmmc" for OMAP3 controllers pre ES3.0 15 Should be "ti,omap4-hsmmc", for OMAP4 controllers 16 Should be "ti,am33xx-hsmmc", for AM335x controllers 17 Should be "ti,k2g-hsmmc", "ti,omap4-hsmmc" for 66AK2G controllers.
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-omap.txt | 5 - "ti,omap2-gpio" for OMAP2 controllers 6 - "ti,omap3-gpio" for OMAP3 controllers 7 - "ti,omap4-gpio" for OMAP4 controllers
|
/Linux-v4.19/drivers/scsi/megaraid/ |
D | Kconfig.megaraid | 12 RAID controllers. 21 List of supported controllers 73 RAID controllers 82 Module for LSI Logic's SAS based RAID controllers.
|
/Linux-v4.19/drivers/hsi/controllers/ |
D | Kconfig | 2 # HSI controllers configuration 4 comment "HSI controllers"
|