Home
last modified time | relevance | path

Searched full:chips (Results 1 – 25 of 1715) sorted by relevance

12345678910>>...69

/linux/drivers/gpio/
H A Dgpio-davinci.c152 struct davinci_gpio_controller *chips; in davinci_gpio_probe() local
186 chips = devm_kzalloc(dev, sizeof(*chips), GFP_KERNEL); in davinci_gpio_probe()
187 if (!chips) in davinci_gpio_probe()
195 chips->irqs[i] = platform_get_irq(pdev, i); in davinci_gpio_probe()
196 if (chips->irqs[i] < 0) in davinci_gpio_probe()
197 return chips->irqs[i]; in davinci_gpio_probe()
200 chips->chip.label = dev_name(dev); in davinci_gpio_probe()
202 chips->chip.direction_input = davinci_direction_in; in davinci_gpio_probe()
203 chips->chip.get = davinci_gpio_get; in davinci_gpio_probe()
204 chips->chip.direction_output = davinci_direction_out; in davinci_gpio_probe()
[all …]
/linux/drivers/mtd/chips/
H A DKconfig6 tristate "Detect flash chips by Common Flash Interface (CFI) probe"
18 tristate "Detect non-CFI AMD/JEDEC-compatible flash chips"
22 This option enables JEDEC-style probing of flash chips which are not
24 CFI-targeted flash drivers for any chips which are identified which
26 covers most AMD/Fujitsu-compatible chips and also non-CFI
27 Intel chips.
37 chips, or if you wish to reduce the size of the kernel by including
38 support for only specific arrangements of flash chips, say 'Y'. This
50 data bits when writing the 'magic' commands to the chips. Saying
52 enabled, means that the CPU will not do any swapping; the chips
[all …]
H A Dcfi_cmdset_0002.c289 /* Atmel chips don't use the same PRI format as AMD chips */
303 /* Some chips got it backwards... */ in fixup_convert_atmel_pri()
323 /* Setup for chips with a secsi area */ in fixup_use_secsi()
340 * Some Atmel chips (e.g. the AT49BV6416) power-up with all sectors
451 /* Used to fix CFI-Tables of chips without Extended Query Tables */
518 * Samsung K8P2815UQB and K8D6x16UxM chips in cfi_fixup_major_minor()
520 * K8D3x16UxC chips report major=3 / minor=3. in cfi_fixup_major_minor()
530 * SST 38VF640x chips report major=0xFF / minor=0xFF. in cfi_fixup_major_minor()
731 cfi->chips[i].word_write_time = 1<<cfi->cfiq->WordWriteTimeoutTyp; in cfi_cmdset_0002()
732 cfi->chips[i].buffer_write_time = 1<<cfi->cfiq->BufWriteTimeoutTyp; in cfi_cmdset_0002()
[all …]
H A Dcfi_cmdset_0001.c45 /* Intel chips */
50 /* STMicroelectronics chips */
54 /* Atmel chips */
57 /* Sharp chips */
171 /* Atmel chips don't use the same PRI format as Intel chips */
320 * Some chips power-up with all sectors locked by default.
565 cfi->chips[i].word_write_time = in cfi_cmdset_0001()
568 cfi->chips[i].word_write_time = 50000; in cfi_cmdset_0001()
571 cfi->chips[i].buffer_write_time = in cfi_cmdset_0001()
576 cfi->chips[i].erase_time = in cfi_cmdset_0001()
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
H A DKconfig29 Supported chips: RT2460.
41 Supported chips: RT2560.
56 Supported chips: RT2561, RT2561S & RT2661.
73 Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052,
86 Supported chips: RT3390
94 Supported chips: RT3060, RT3062, RT3562, RT3592
103 Supported chips: RT5390
111 Supported chips: RT3290
121 Supported chips: RT2571 & RT2572.
134 Supported chips: RT2571W, RT2573 & RT2671.
[all …]
/linux/drivers/mtd/maps/
H A DKconfig7 bool "Support non-linear mappings of flash chips"
10 paged mappings of flash chips.
17 ROM driver code to communicate with chips which are mapped
19 the physical address and size of the flash chips on your
42 This is the physical memory location at which the flash chips
52 This is the total length of the mapping of the flash chips on
54 physical memory map between the chips, this could be larger
74 and RAM driver code to communicate with chips which are mapped
135 which user-programmable flash chips are connected on various
143 The SC520 CDP board has two banks of CFI-compliant chips and one
[all …]
/linux/drivers/hwmon/
H A DKconfig103 AD7416, AD7417 and AD7418 temperature monitoring chips.
114 and Philips NE1619 sensor chips.
146 and ADM1030 sensor chips.
156 sensor chips.
168 Dallas DS1780, National Semiconductor LM81 sensor chips.
188 ADT7310 and ADT7320 temperature monitoring chips.
199 ADT7410 and ADT7420 temperature monitoring chips.
219 ADT7462 temperature monitoring chips.
230 ADT7470 temperature monitoring chips.
242 chips.
[all …]
/linux/Documentation/devicetree/bindings/bus/
H A Dbrcm,gisb-arb.yaml17 - brcm,bcm7445-gisb-arb # for other 28nm chips
21 - brcm,bcm74165-gisb-arb # for V7 new style 16nm chips
22 - brcm,bcm7278-gisb-arb # for V7 28nm chips
23 - brcm,bcm7435-gisb-arb # for newer 40nm chips
24 - brcm,bcm7400-gisb-arb # for older 40nm chips and all 65nm chips
25 - brcm,bcm7038-gisb-arb # for 130nm chips
/linux/drivers/iio/potentiometer/
H A DKconfig45 potentiometer chips.
56 chips.
67 chips.
78 digital potentiometer chips.
96 digital potentiometer chips.
110 digital potentiometer chips.
122 digital potentiometer chips.
134 digital potentiometer chips.
/linux/drivers/i2c/muxes/
H A Di2c-mux-pca954x.c9 * chips made by NXP Semiconductors.
14 * It's also compatible to Maxims MAX735x I2C switch chips, which are controlled
15 * as the NXP PCA9548 and the MAX736x chips that act like the PCA9544.
20 * These chips are all controlled via the I2C bus itself, and all have a
126 static const struct chip_desc chips[] = { variable
276 { .compatible = "maxim,max7356", .data = &chips[max_7356] },
277 { .compatible = "maxim,max7357", .data = &chips[max_7357] },
278 { .compatible = "maxim,max7358", .data = &chips[max_7358] },
279 { .compatible = "maxim,max7367", .data = &chips[max_7367] },
280 { .compatible = "maxim,max7368", .data = &chips[max_7368] },
[all …]
/linux/sound/isa/
H A DKconfig52 AD1816A or compatible sound chips.
62 CS4248 (Cirrus Logic - Crystal Semiconductors) chips.
64 For newer chips from Cirrus Logic, use the CS4231 or CS4232+
79 Diamond Technologies DT-019X or Avance Logic chips: ALS007,
80 ALS100, ALS110, ALS120 and ALS200 chips.
155 Say Y here to include support for CS4231 chips from Cirrus
168 CS4238B,CS4239 chips from Cirrus Logic - Crystal
181 ES1688 chips. Also, this module support cards with ES968 PnP chip.
192 Say Y here to include support for ESS AudioDrive ES18xx chips.
208 These cards are based on CompuMedia ASC-9308 or ASC-9408 chips.
[all …]
/linux/drivers/phy/qualcomm/
H 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.
111 PHY transceivers working only in USB3 mode on Qualcomm chips. This
124 controllers on Qualcomm chips. This driver supports the high-speed
142 Enable this to support M31 HS PHY transceivers on Qualcomm chips
157 is used with PCIe controllers on Qualcomm IPQ5332 chips. It
/linux/Documentation/hwmon/
H A Dit87.rst4 Supported chips:
191 Force PWM polarity to active high (DANGEROUS). Some chips are
201 all chips, to only set the first chip use "force_id=0x8689,0".
219 All the chips supported by this driver are LPC Super-I/O chips, accessed
233 IT8792E/IT8795E, IT87952E and SiS950 chips.
235 These chips are 'Super I/O chips', supporting floppy disks, infrared ports,
260 not compatible with the older chips and revisions. The 16-bit tachometer mode
261 is enabled by the driver when one of the above chips is detected.
275 to IT8728F. It only supports 16-bit fan mode. Both chips support up to 6 fans.
297 zero'; this is important for negative voltage measurements. On most chips, all
[all …]
H A Dtmp421.rst4 Supported chips:
54 TMP423, TMP441, and TMP442 temperature sensor chips. These chips
57 in degrees Celsius. The chips are wired over I2C/SMBus and specified
61 The chips support only temperature measurement. The driver exports
H A Dthmc50.rst4 Supported chips:
38 List of adapter,address pairs to force chips into ADM1022 mode with
39 second remote temperature. This does not work for original THMC50 chips.
57 The THMC50 is usually used in combination with LM78-like chips, to measure
88 The driver was tested on Compaq AP550 with two ADM1022 chips (one works
/linux/drivers/mtd/lpddr/
H A DKconfig6 tristate "Support for LPDDR flash chips"
10 flash chips. Synonymous with Mobile-DDR. It is a new standard for
15 tristate "Detect flash chips by QINFO probe"
17 Device Information for LPDDR chips is offered through the Overlay
25 tristate "Support for LPDDR2-NVM flash chips"
/linux/drivers/rtc/
H A DKconfig170 88PM860x chips.
180 88PM80x chips.
221 clock chips.
252 chips.
263 chips (often with battery backup) connected with I2C. This driver
265 ST M41T00, EPSON RX-8025, Intersil ISL12057 and probably other chips.
269 The first seven registers on these chips hold an RTC, and other
295 DS1374 real-time clock chips. If an interrupt is associated
308 real-time clock chips.
433 Ricoh R2025S/D, RS5C372A, RS5C372B, RV5C386, and RV5C387A RTC chips.
[all …]
/linux/drivers/usb/host/
H A DKconfig11 The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
173 Some EHCI chips have vendor-specific extensions to integrate
223 Variation of ARC USB block used in some Freescale chips.
231 Nuvoton NPCM chips.
234 tristate "EHCI support for OMAP3 and later chips"
240 OMAP3 and later chips.
259 ST SPEAr chips.
276 Atmel chips.
356 USB 2.0 device support. All CN6XXX based chips with USB are
378 The ISP1160 and ISP1161 chips are USB host controllers. Enable this
[all …]
/linux/sound/pci/
H A DKconfig46 ALS4000 chips.
182 Brooktree Bt878/Bt879 chips, say Y here and read
219 CMI8768 or CMI8770 chips, say Y here and read
261 Say Y here to include support for Cirrus Logic CS4281 chips.
274 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
294 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
306 Say Y here to include support for audio on CS5535 chips. It is
309 device. However, for both chips, on certain boards, you may
324 boards with 20k1 or 20k2 chips, say Y here.
519 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
[all …]
/linux/Documentation/admin-guide/gpio/
H A Dgpio-mockup.rst15 chips for testing purposes. The lines exposed by these chips can be accessed
19 Creating simulated chips using module params
35 The line above creates three chips. The first one will expose 8 lines,
37 to 405 while for two first chips it will be assigned automatically.
/linux/drivers/regulator/
H A DKconfig82 This driver supports Marvell 88PM800 voltage regulator chips.
85 It's suitable to support PXA988 chips to control VCC_MAIN and
92 This driver supports 88PM8607 voltage regulator chips.
122 This driver supports AD5398 and AD5821 current regulator chips.
536 This driver supports LP873X voltage regulator chips. LP873X
554 This driver supports LP87565 voltage regulator chips. LP87565
594 for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
716 S5PV210, and Exynos-4 chips to control VCC_CORE and
725 and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
750 Exynos-4 chips to control VARM and VINT voltages.
[all …]
/linux/drivers/net/dsa/ocelot/
H A DKconfig23 This driver supports the VSC7511, VSC7512, VSC7513 and VSC7514 chips
26 The Ocelot switch family is a set of multi-port networking chips. All
27 of these chips have the ability to be controlled externally through
30 Say "Y" here to enable external control to these chips.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dccf.txt12 Example chips: T4240, B4860
15 Example chips: P5040, P5020, P4080, P3041, P2041
20 used for both CCF version 1 chips and CCF version 2
21 chips. It should be specified after either
/linux/drivers/memory/tegra/
H A DKconfig22 Tegra20 chips. The EMC controls the external DRAM on the board.
34 Tegra30 chips. The EMC controls the external DRAM on the board.
46 Tegra124 chips. The EMC controls the external DRAM on the board.
60 Tegra210 chips. The EMC controls the external DRAM on the board.
/linux/Documentation/driver-api/gpio/
H A Dintro.rst18 digital signal. They are provided from many kinds of chips, and are familiar
26 non-dedicated pin can be configured as a GPIO; and most chips have at least
28 provide GPIOs; multifunction chips like power managers, and audio codecs
30 also "GPIO Expander" chips that connect using the I2C or SPI serial buses.
36 - Output values are writable (high=1, low=0). Some chips also have
41 - Input values are likewise readable (1, 0). Some chips support readback

12345678910>>...69