/linux/drivers/gpio/ |
H A D | gpio-davinci.c | 152 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 in davinci_gpio_probe() 249 struct davinci_gpio_controller *chips = irq_data_get_irq_chip_data(d); gpio_irq_mask() local 262 struct davinci_gpio_controller *chips = irq_data_get_irq_chip_data(d); gpio_irq_unmask() local 400 struct davinci_gpio_controller *chips = davinci_gpio_irq_map() local 452 struct davinci_gpio_controller *chips = platform_get_drvdata(pdev); davinci_gpio_irq_setup() local 576 davinci_gpio_save_context(struct davinci_gpio_controller * chips,u32 nbank) davinci_gpio_save_context() argument 600 davinci_gpio_restore_context(struct davinci_gpio_controller * chips,u32 nbank) davinci_gpio_restore_context() argument 629 struct davinci_gpio_controller *chips = dev_get_drvdata(dev); davinci_gpio_suspend() local 639 struct davinci_gpio_controller *chips = dev_get_drvdata(dev); davinci_gpio_resume() local [all...] |
/linux/drivers/mtd/chips/ |
H A D | Kconfig | 6 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 D | cfi_cmdset_0002.c | 289 /* 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[ in cfi_cmdset_0002() [all...] |
H A D | cfi_cmdset_0001.c | 45 /* 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[ in cfi_cmdset_0001() [all...] |
/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-pca954x.c | 9 * 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_736 [all...] |
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | Kconfig | 29 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 [all...] |
/linux/drivers/mtd/lpddr/ |
H A D | Kconfig | 6 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/sound/usb/6fire/ |
H A D | chip.c | 33 static struct sfire_chip *chips[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable 94 if (chips[i]) in usb6fire_chip_probe() 95 chips[i]->intf_count++; in usb6fire_chip_probe() 96 usb_set_intfdata(intf, chips[i]); in usb6fire_chip_probe() 134 chips[regidx] = chip; in usb6fire_chip_probe() 180 chips[chip->regidx] = NULL; in usb6fire_chip_disconnect()
|
/linux/Documentation/hwmon/ |
H A D | tmp421.rst | 4 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 D | tmp464.rst | 6 Supported chips: 33 temperature sensor chips. TMP464 provides one local and four remote 35 Temperature is measured in degrees Celsius. The chips are wired over 40 The chips support only temperature measurements. The driver exports
|
H A D | spd5118.rst | 6 Supported chips: 8 * SPD5118 (JEDEC JESD300) compliant temperature sensor chips 30 The driver auto-detects SPD5118 compliant chips, but can also be instantiated 61 The driver also supports reading the SPD NVRAM on SPD5118 compatible chips.
|
H A D | thmc50.rst | 4 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
|
H A D | tmp401.rst | 4 Supported chips: 57 TMP431, TMP432, and TMP435 chips. These chips implement one or two 67 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
|
/linux/drivers/soc/cirrus/ |
H A D | Kconfig | 6 bool "Cirrus EP93xx chips SoC" 11 Enable support SoC for Cirrus EP93xx chips. 13 Cirrus EP93xx chips have several swlocked registers,
|
/linux/drivers/iio/potentiometer/ |
H A D | Kconfig | 45 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/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | ccf.txt | 12 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/net/dsa/mv88e6xxx/ |
H A D | Kconfig | 10 Ethernet switch chips, except 88E6060. 19 chips that support it. 29 Marvell 88E6xxx switch chips.
|
/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-mockup.rst | 15 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/net/dsa/ocelot/ |
H A D | Kconfig | 23 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/drivers/phy/qualcomm/ |
H A D | Kconfig | 69 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 167 chips wit [all...] |
/linux/drivers/pwm/ |
H A D | pwm-dwc.c | 51 ddata->chips[idx] = chip; in dwc_pwm_init_one() 70 ddata = devm_kzalloc(dev, struct_size(ddata, chips, info->nr), GFP_KERNEL); in dwc_pwm_probe() 107 struct pwm_chip *chip = ddata->chips[idx]; in dwc_pwm_suspend() 132 struct pwm_chip *chip = ddata->chips[idx]; in dwc_pwm_resume()
|
/linux/drivers/memory/tegra/ |
H A D | Kconfig | 22 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/sound/soc/bcm/ |
H A D | Kconfig | 15 tristate "SoC platform audio for Broadcom Cygnus chips" 19 Cygnus chips (bcm958300, bcm958305, bcm911360) 28 DSL/PON chips (bcm63158, bcm63178)
|
/linux/drivers/nfc/st-nci/ |
H A D | Kconfig | 5 STMicroelectronics NFC NCI chips core driver. It implements the chipset 15 STMicroelectronics NFC NCI chips family. 27 STMicroelectronics NFC NCI chips family.
|
/linux/drivers/mtd/maps/ |
H A D | Kconfig | 7 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 an [all...] |