Home
last modified time | relevance | path

Searched refs:controllers (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dfsl-usb.txt1 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
H A Dpxa-usb.txt1 PXA USB controllers
6 - compatible: Should be "marvell,pxa-ohci" for USB controllers
35 - compatible: Should be "marvell,pxa270-udc" for USB controllers
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Domap_serial.txt4 - compatible : should be "ti,j721e-uart", "ti,am654-uart" for J721E controllers
5 - compatible : should be "ti,am654-uart" for AM654 controllers
6 - compatible : should be "ti,omap2-uart" for OMAP2 controllers
7 - compatible : should be "ti,omap3-uart" for OMAP3 controllers
8 - compatible : should be "ti,omap4-uart" for OMAP4 controllers
9 - compatible : should be "ti,am4372-uart" for AM437x controllers
10 - compatible : should be "ti,am3352-uart" for AM335x controllers
11 - compatible : should be "ti,dra742-uart" for DRA7x controllers
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc20 - One 32-bit DDR3L/DDR4 SDRAM memory controllers with ECC and interleaving
36 - Three PCIe 2.0 controllers, one supporting x4 operation
37 - One serial ATA (SATA 3.0) controllers
39 - Three high-speed USB 3.0 controllers with integrated PHY
43 - Four I2C controllers
59 - Two 64-bit DDR4 SDRAM memory controllers with ECC and interleaving support
77 - Four PCIe 3.0 controllers, one supporting SR-IOV
79 - Two serial ATA (SATA 3.0) controllers
80 - Two high-speed USB 3.0 controllers with integrated PHY
84 - Four I2C controllers
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Domap_serial.txt4 - compatible : should be "ti,omap2-uart" for OMAP2 controllers
5 - compatible : should be "ti,omap3-uart" for OMAP3 controllers
6 - compatible : should be "ti,omap4-uart" for OMAP4 controllers
7 - compatible : should be "ti,am4372-uart" for AM437x controllers
8 - compatible : should be "ti,am3352-uart" for AM335x controllers
9 - compatible : should be "ti,dra742-uart" for DRA7x controllers
/OK3568_Linux_fs/kernel/drivers/mux/
H A Dcore.c80 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()
459 (!args.args_count && (mux_chip->controllers > 1))) { in mux_control_get()
470 if (controller >= mux_chip->controllers) { in mux_control_get()
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dxpad.rst2 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 …]
/OK3568_Linux_fs/kernel/drivers/net/can/spi/
H A DKconfig6 tristate "Holt HI311x SPI CAN controllers"
8 Driver for the Holt HI311x SPI CAN controllers.
11 tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
14 controllers.
/OK3568_Linux_fs/kernel/include/linux/mux/
H A Ddriver.h61 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,
/OK3568_Linux_fs/kernel/Documentation/PCI/endpoint/
H A Dpci-endpoint-cfs.rst25 The pci_ep configfs has two directories at its root: controllers and
27 the *controllers* directory and every EPF driver present in the system
32 .. controllers/
38 Every registered EPF driver will be listed in controllers directory. The
75 Every registered EPC device will be listed in controllers directory. The
79 /sys/kernel/config/pci_ep/controllers/
99 | controllers/
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-ehci_hcd7 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
/OK3568_Linux_fs/kernel/drivers/ata/
H A DKconfig142 controllers.
335 This option adds support for ATA controllers with SFF
339 the dawn of time. Almost all PATA controllers have an
340 SFF interface. Many SATA controllers have an SFF interface
343 For users with exclusively modern controllers like AHCI,
351 comment "SFF controllers with custom DMA interface"
357 This option enables support for Pacific Digital ADMA controllers
394 This option adds support for SFF ATA controllers with BMDMA
396 de facto DMA interface for SFF controllers.
402 comment "SATA SFF controllers with BMDMA"
[all …]
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A DKconfig5 menu "Pin controllers"
8 bool "Support pin controllers"
15 bool "Support full pin controllers"
31 bool "Support generic pin controllers"
45 bool "Support pin multiplexing controllers"
56 bool "Support pin configuration controllers"
63 bool "Support pin controllers in SPL"
70 bool "Support full pin controllers in SPL"
79 bool "Support generic pin controllers in SPL"
87 bool "Support pin multiplexing controllers in SPL"
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/
H A Dxilinx_can.txt6 - "xlnx,zynq-can-1.0" for Zynq CAN controllers
7 - "xlnx,axi-can-1.00.a" for Axi CAN controllers
8 - "xlnx,canfd-1.0" for CAN FD controllers
9 - "xlnx,canfd-2.0" for CAN FD 2.0 controllers
H A Drockchip_canfd.txt6 - "rockchip,canfd-1.0" for CANFD controllers 1.0
7 - "rockchip,can-2.0" for RK3588 CAN controllers 2.0
8 - "rockchip,rk3568-can-2.0" for RK3568 CAN controllers 2.0
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dmsi.txt1 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.
/OK3568_Linux_fs/kernel/drivers/pinctrl/bcm/
H A DKconfig45 The Broadcom Cygnus SoC has 3 GPIO controllers including the ASIU
47 the always-ON GPIO controller (CRMU/AON). All 3 GPIO controllers are
50 The Broadcom NSP has two GPIO controllers including the ChipcommonA
55 the ChipcommonG GPIO. Both controllers are supported by this driver.
57 The Broadcom Stingray GPIO controllers are supported by this driver.
59 All above SoCs GPIO controllers support basic PINCONF functions such
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dexynos-dw-mshc.txt13 - "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
H A Dk3-dw-mshc.txt15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions.
16 - "hisilicon,hi3670-dw-mshc", "hisilicon,hi3660-dw-mshc": for controllers
18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions.
19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
H A Dti-omap-hsmmc.txt12 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.
H A Dsamsung,s3cmci.txt12 - "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
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dcs553x_nand.c244 static struct cs553x_nand_controller *controllers[4]; variable
319 controllers[cs] = controller; in cs553x_init_one()
382 if (controllers[i]) { in cs553x_init()
384 mtd_device_register(nand_to_mtd(&controllers[i]->chip), in cs553x_init()
400 struct cs553x_nand_controller *controller = controllers[i]; in cs553x_cleanup()
413 controllers[i] = NULL; in cs553x_cleanup()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/usb/
H A Dtegra-usb.txt1 Tegra SOC USB controllers
9 - compatible : Should be "nvidia,tegra20-ehci" for USB controllers
17 nvidia,tegra20-ehci compatible controllers. Can be "host", "peripheral",
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dphy-mvebu-utmi.txt4 USB2 UTMI+ PHY controllers can be found on the following Marvell MVEBU SoCs:
7 On Armada 3700, there are two USB controllers, one is compatible with the USB2
9 only supports host mode. Both of these controllers come with a slightly
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A DKconfig.megaraid13 RAID controllers.
22 List of supported controllers
74 RAID controllers
84 Module for LSI Logic's SAS based RAID controllers.

12345678910>>...26