Home
last modified time | relevance | path

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

123456

/drivers/mux/
A Dcore.c93 unsigned int controllers, size_t sizeof_priv) in mux_chip_alloc() argument
98 if (WARN_ON(!dev || !controllers)) in mux_chip_alloc()
101 mux_chip = kzalloc(size_add(struct_size(mux_chip, mux, controllers), in mux_chip_alloc()
123 mux_chip->controllers = controllers; in mux_chip_alloc()
124 for (i = 0; i < controllers; ++i) { in mux_chip_alloc()
167 for (i = 0; i < mux_chip->controllers; ++i) { in mux_chip_register()
235 unsigned int controllers, in devm_mux_chip_alloc() argument
244 mux_chip = mux_chip_alloc(dev, controllers, sizeof_priv); in devm_mux_chip_alloc()
574 (args.args_count < 2 && mux_chip->controllers > 1)) { in mux_get()
590 (!args.args_count && mux_chip->controllers > 1)) { in mux_get()
[all …]
A Dadg792a.c39 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()
/drivers/net/can/spi/
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.
/drivers/dma/lgm/
A DKconfig3 bool "Lightning Mountain centralized DMA controllers"
8 Enable support for Intel Lightning Mountain SOC DMA controllers.
9 These controllers provide DMA capabilities for a variety of on-chip
/drivers/ata/
A DKconfig159 controllers.
430 comment "SATA SFF controllers with BMDMA"
439 host controllers.
571 comment "PATA SFF controllers with BMDMA"
624 controllers.
737 controllers via the new ATA layer.
746 PATA controllers via the new ATA layer
903 PATA controllers via the new ATA layer
1010 comment "PIO-only SFF controllers"
1151 PATA controllers via the new ATA layer
[all …]
/drivers/mtd/nand/raw/
A Dcs553x_nand.c238 static struct cs553x_nand_controller *controllers[4]; variable
313 controllers[cs] = controller; in cs553x_init_one()
376 if (controllers[i]) { in cs553x_init()
378 mtd_device_register(nand_to_mtd(&controllers[i]->chip), in cs553x_init()
394 struct cs553x_nand_controller *controller = controllers[i]; in cs553x_cleanup()
407 controllers[i] = NULL; in cs553x_cleanup()
/drivers/phy/qualcomm/
A DKconfig69 with USB3 and DisplayPort controllers on Qualcomm chips.
78 with PCIe controllers on Qualcomm chips.
87 with PCIe controllers on Qualcomm msm8996 chips.
95 with UFS controllers on Qualcomm chips.
103 with USB3 controllers on Qualcomm chips.
124 controllers on Qualcomm chips. This driver supports the high-speed
157 is used with PCIe controllers on Qualcomm IPQ5332 chips. It
225 both HS and SS PHY controllers.
/drivers/scsi/megaraid/
A DKconfig.megaraid13 RAID controllers.
22 List of supported controllers
74 RAID controllers
84 Module for LSI Logic's SAS based RAID controllers.
/drivers/clk/meson/
A DKconfig72 tristate "GXBB and GXL SoC clock controllers support"
88 tristate "AXG SoC clock controllers support"
166 tristate "G12 and SM1 SoC clock controllers support"
184 tristate "S4 SoC PLL clock controllers support"
197 tristate "S4 SoC peripherals clock controllers support"
/drivers/pinctrl/bcm/
A DKconfig122 The Broadcom Cygnus SoC has 3 GPIO controllers including the ASIU
124 the always-ON GPIO controller (CRMU/AON). All 3 GPIO controllers are
127 The Broadcom NSP has two GPIO controllers including the ChipcommonA
132 the ChipcommonG GPIO. Both controllers are supported by this driver.
134 The Broadcom Stingray GPIO controllers are supported by this driver.
136 All above SoCs GPIO controllers support basic PINCONF functions such
/drivers/hsi/controllers/
A DKconfig3 # HSI controllers configuration
5 comment "HSI controllers"
/drivers/gpu/drm/armada/
A DKconfig9 Support the "LCD" controllers found on the Marvell Armada 510
10 devices. There are two controllers on the device, each controller
/drivers/usb/usbip/
A DKconfig42 int "Number of USB/IP virtual host controllers"
49 virtual host controllers as if adding physical host
50 controllers.
/drivers/ufs/
A DKconfig13 Enables support for UFS (Universal Flash Storage) host controllers.
15 communicate with a UFS card. UFS host controllers occur in
/drivers/net/ethernet/stmicro/stmmac/
A DKconfig201 Support for ethernet controllers on Sophgo RISC-V SoCs
205 ethernet controllers on various Sophgo SoCs.
213 Support for ethernet controllers on StarFive RISC-V SoCs
217 StarFive JH7100 and JH7110 ethernet controllers.
248 Support for Allwinner A20/A31 GMAC ethernet controllers.
260 Support for Allwinner H3 A83T A64 EMAC ethernet controllers.
270 Support for ethernet controllers on T-HEAD RISC-V SoCs
293 Support for ethernet controllers on Intel SoCs
/drivers/thermal/mediatek/
A DKconfig18 This driver configures thermal controllers to collect
28 thermal controllers to collect temperatures via ASIF
/drivers/usb/gadget/udc/
A DKconfig11 # - Some systems have both kinds of controllers.
20 # The order here is alphabetical, except that integrated controllers go
22 # - integrated/SOC controllers first
24 # - discrete ones (including all PCI-only controllers)
30 # Integrated controllers
117 speed USB device controllers, with support for up to 30
119 controller in the OMAP 1611, and should work with controllers
273 # Controllers available only in discrete form (and all PCI controllers)
303 controllers having QE or CPM2, given minor tweaks.
337 The Toshiba TC86C001 is a PCI device which includes controllers
/drivers/dma/sh/
A DKconfig22 Enable support for the Renesas SuperH DMA controllers.
32 Enable support for the Renesas SuperH DMA controllers.
/drivers/usb/phy/
A DKconfig82 Provides simple GPIO VBUS sensing for controllers with an
146 This driver provides PHY support for the USB controllers found
161 controllers with a viewport register (e.g. Chipidea/ARC controllers).
/drivers/message/fusion/
A DKconfig22 List of supported controllers:
37 List of supported controllers:
56 List of supported controllers:
/drivers/iommu/
A Dexynos-iommu.c238 struct list_head controllers; /* list of sysmmu_drvdata.owner_node */ member
1003 list_for_each_entry(data, &owner->controllers, owner_node) { in exynos_iommu_identity_attach()
1054 list_for_each_entry(data, &owner->controllers, owner_node) { in exynos_iommu_attach_device()
1064 list_for_each_entry(data, &owner->controllers, owner_node) { in exynos_iommu_attach_device()
1409 list_for_each_entry(data, &owner->controllers, owner_node) { in exynos_iommu_probe_device()
1421 data = list_first_entry(&owner->controllers, in exynos_iommu_probe_device()
1434 list_for_each_entry(data, &owner->controllers, owner_node) in exynos_iommu_release_device()
1461 INIT_LIST_HEAD(&owner->controllers); in exynos_iommu_of_xlate()
1467 list_for_each_entry(entry, &owner->controllers, owner_node) in exynos_iommu_of_xlate()
1471 list_add_tail(&data->owner_node, &owner->controllers); in exynos_iommu_of_xlate()
/drivers/phy/st/
A DKconfig34 and USB3 controllers on STMicroelectronics STiH407 SoC families.
42 controllers on STMicroelectronics STM32MP25 SoC.
/drivers/bluetooth/
A DKconfig66 download support for Broadcom Bluetooth controllers.
78 USB controllers.
89 download support for Realtek Bluetooth controllers.
208 port interface for Intel Bluetooth controllers.
222 port interface for Broadcom Bluetooth controllers.
236 serial port interface for Realtek Bluetooth controllers.
261 port interface for Intel ibt 2.1 Bluetooth controllers.
285 port interface for Amlogic Bluetooth controllers.
/drivers/phy/marvell/
A DKconfig37 used by various controllers: Ethernet, SATA, USB3, PCIe.
56 used by various controllers (Ethernet, sata, usb, PCIe...).
67 lanes can be used by various controllers (Ethernet, sata, usb,
/drivers/scsi/smartpqi/
A DKconfig46 This driver supports Microchip PQI controllers.
55 controllers. For more information, please see

Completed in 42 milliseconds

123456